mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
Update `NEWS'.
This commit is contained in:
parent
e4955559c6
commit
d6ed9b92c5
1 changed files with 14 additions and 0 deletions
14
NEWS
14
NEWS
|
@ -57,6 +57,20 @@ The 1.9 series has had overly verbose backtraces, which showed frames
|
||||||
internal to the implementation of the REPL. This has been mostly fixed.
|
internal to the implementation of the REPL. This has been mostly fixed.
|
||||||
Please report bugs to bug-guile@gnu.org.
|
Please report bugs to bug-guile@gnu.org.
|
||||||
|
|
||||||
|
** Additions to the foreign function interface (FFI)
|
||||||
|
|
||||||
|
The `(system foreign)' module now provides additional foreign types
|
||||||
|
corresponding to C's `int', `long', `size_t', etc.
|
||||||
|
|
||||||
|
In addition, the `dynamic-link' procedure can now be called without any
|
||||||
|
argument, in which case it returns a "global symbol handle", allowing
|
||||||
|
symbols currently available to the program to be looked up.
|
||||||
|
|
||||||
|
** Documentation of `syntax-rules' macros
|
||||||
|
|
||||||
|
The documentation of macros in the manual is now separate from that of
|
||||||
|
procedures. A new section on `syntax-rules' macros has been added.
|
||||||
|
|
||||||
** Effective version bump to 2.0
|
** Effective version bump to 2.0
|
||||||
|
|
||||||
Guile has had an "effective version" for some time, typically generated
|
Guile has had an "effective version" for some time, typically generated
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue