mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
*** empty log message ***
This commit is contained in:
parent
ba48957bd5
commit
87bdbdbc8b
2 changed files with 17 additions and 0 deletions
12
NEWS
12
NEWS
|
@ -195,6 +195,10 @@ be used with '-e'. For example, you can now write a script like
|
|||
|
||||
* Changes to Scheme functions and syntax
|
||||
|
||||
** New function hashx-remove!
|
||||
|
||||
This function completes the set of 'hashx' functions.
|
||||
|
||||
** The concept of dynamic roots has been factored into continuation
|
||||
barriers and dynamic states.
|
||||
|
||||
|
@ -707,6 +711,14 @@ Use symbol->keyword and keyword->symbol instead.
|
|||
|
||||
* Changes to the C interface
|
||||
|
||||
** The functions scm_hash_fn_remove_x and scm_hashx_remove_x no longer
|
||||
take a 'delete' function argument.
|
||||
|
||||
This argument makes no sense since the delete function is used to
|
||||
remove a pair from an alist, and this must not be configurable.
|
||||
|
||||
This is an incompatible change.
|
||||
|
||||
** A new family of functions for converting between C values and
|
||||
Scheme values has been added.
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2005-03-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* srfi-60.c: Replaced SCM_INUMP with SCM_I_INUMP and SCM_INUM with
|
||||
SCM_I_INUM throughout.
|
||||
|
||||
2005-03-26 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* Makefile.am (srfiinclude_HEADERS): Added srfi-60.h.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue