1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-14 09:40:20 +02:00

Fixed bad placement of struct news

This commit is contained in:
Marius Vollmer 1997-10-04 11:41:36 +00:00
parent c420febff1
commit 4851dc578d

16
NEWS
View file

@ -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