mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-14 01:30:19 +02:00
Fixed bad placement of struct news
This commit is contained in:
parent
c420febff1
commit
4851dc578d
1 changed files with 8 additions and 8 deletions
16
NEWS
16
NEWS
|
@ -17,14 +17,6 @@ libguile/sequences.c removed.
|
||||||
|
|
||||||
* Changes to Scheme functions and syntax
|
* Changes to Scheme functions and syntax
|
||||||
|
|
||||||
** The detection of circular references has been extended to structs.
|
|
||||||
That is, a structure that -- in the process of being printed -- prints
|
|
||||||
itself does not lead to infinite recursion.
|
|
||||||
|
|
||||||
** There is now some basic support for fluids. Please read
|
|
||||||
"libguile/fluid.h" to find out more. It is accessible from Scheme with
|
|
||||||
the following functions and macros:
|
|
||||||
|
|
||||||
** struct-vtable-offset renamed to vtable-offset-user
|
** struct-vtable-offset renamed to vtable-offset-user
|
||||||
|
|
||||||
** New constants: vtable-index-layout, vtable-index-vtable, vtable-index-printer
|
** New constants: vtable-index-layout, vtable-index-vtable, vtable-index-printer
|
||||||
|
@ -33,6 +25,14 @@ the following functions and macros:
|
||||||
make-struct when constructing new types (vtables). This argument
|
make-struct when constructing new types (vtables). This argument
|
||||||
initializes field vtable-index-printer of the vtable.
|
initializes field vtable-index-printer of the vtable.
|
||||||
|
|
||||||
|
** The detection of circular references has been extended to structs.
|
||||||
|
That is, a structure that -- in the process of being printed -- prints
|
||||||
|
itself does not lead to infinite recursion.
|
||||||
|
|
||||||
|
** There is now some basic support for fluids. Please read
|
||||||
|
"libguile/fluid.h" to find out more. It is accessible from Scheme with
|
||||||
|
the following functions and macros:
|
||||||
|
|
||||||
Function: make-fluid
|
Function: make-fluid
|
||||||
|
|
||||||
Create a new fluid object. Fluids are not special variables or
|
Create a new fluid object. Fluids are not special variables or
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue