1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 10:10:23 +02:00

*** empty log message ***

This commit is contained in:
Gary Houston 2000-11-29 21:27:13 +00:00
parent 2b7b76d505
commit 818febc097

6
NEWS
View file

@ -87,6 +87,9 @@ Example:
* Changes to Scheme functions and syntax
** Escape procedures created by call-with-current-continuation now
accept any number of arguments, as required by R5RS.
** New function `make-object-property'
This function returns a new `procedure with setter' P that can be used
@ -303,6 +306,9 @@ Use a type specific length macro instead of SCM_LENGTH_MAX.
** Removed function: scm_struct_init
** Renamed function: scm_make_cont has been replaced by
scm_make_continuation, which has a different interface.
** Deprecated function: scm_call_catching_errors
Use scm_catch or scm_lazy_catch from throw.[ch] instead.