mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 02:00:26 +02:00
*** empty log message ***
This commit is contained in:
parent
2b7b76d505
commit
818febc097
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -87,6 +87,9 @@ Example:
|
||||||
|
|
||||||
* Changes to Scheme functions and syntax
|
* 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'
|
** New function `make-object-property'
|
||||||
|
|
||||||
This function returns a new `procedure with setter' P that can be used
|
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
|
** 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
|
** Deprecated function: scm_call_catching_errors
|
||||||
|
|
||||||
Use scm_catch or scm_lazy_catch from throw.[ch] instead.
|
Use scm_catch or scm_lazy_catch from throw.[ch] instead.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue