*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Tue, 29 Mar 2005 18:05:38 +0000 (18:05 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 29 Mar 2005 18:05:38 +0000 (18:05 +0000)
NEWS
srfi/ChangeLog

diff --git a/NEWS b/NEWS
index 9e571ae..5f16612 100644 (file)
--- 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.
 
index 6e4ec68..e762341 100644 (file)
@@ -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.