From 87bdbdbc8b15b08deb79bf9f2b893b1fdce2ab03 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 29 Mar 2005 18:05:38 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 12 ++++++++++++ srfi/ChangeLog | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 9e571aef3..5f16612dc 100644 --- a/NEWS +++ b/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. diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 6e4ec682b..e76234133 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,8 @@ +2005-03-29 Marius Vollmer + + * srfi-60.c: Replaced SCM_INUMP with SCM_I_INUMP and SCM_INUM with + SCM_I_INUM throughout. + 2005-03-26 Marius Vollmer * Makefile.am (srfiinclude_HEADERS): Added srfi-60.h.