*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Sun, 23 Jan 2005 21:28:45 +0000 (21:28 +0000)
committerKevin Ryde <user42@zip.com.au>
Sun, 23 Jan 2005 21:28:45 +0000 (21:28 +0000)
doc/ref/ChangeLog
srfi/ChangeLog

index 2ecd129..90cf6d7 100644 (file)
@@ -1,3 +1,10 @@
+2005-01-24  Kevin Ryde  <user42@zip.com.au>
+
+       * srfi-modules.texi (SRFI-1 Searching): In member, note `=' called arg
+       order.
+       (SRFI-1 Set Operations): Remove lset-adjoin!, doesn't exist in the
+       code or the srfi spec.
+
 2005-01-20  Kevin Ryde  <user42@zip.com.au>
 
        * posix.texi (Ports and File Descriptors): In flock, for LOCK_NB note
index 8dc87a5..ad86f06 100644 (file)
@@ -1,7 +1,7 @@
 2005-01-24  Kevin Ryde  <user42@zip.com.au>
 
        * srfi-1.c (scm_srfi1_member): Correction to pred call arg order, srfi
-       spec is (PRED X elem).
+       spec is (PRED X elem).  Update docstring from manual.
 
        * srfi-1.scm (lset=): Allow no list arguments, per srfi spec example.