*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Fri, 28 Jan 2005 21:34:20 +0000 (21:34 +0000)
committerKevin Ryde <user42@zip.com.au>
Fri, 28 Jan 2005 21:34:20 +0000 (21:34 +0000)
srfi/ChangeLog
test-suite/ChangeLog

index a15a5bd..8758ce4 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-29  Kevin Ryde  <user42@zip.com.au>
+
+       * srfi-1.scm (lset-adjoin): Actually use the given `=' procedure.
+       Test membership only on the given `list', not `acc', as per the spec.
+
 2005-01-28  Kevin Ryde  <user42@zip.com.au>
 
        * srfi-1.scm (lset=): Correction to pred call arg order, srfi spec is
index 45dd9be..be8a2cc 100644 (file)
@@ -1,3 +1,9 @@
+2005-01-29  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (ash): New tests.
+
+       * tests/srfi-1.test (lset-adjoin): New tests.
+
 2005-01-28  Kevin Ryde  <user42@zip.com.au>
 
        * tests/syntax.test (while): Tests running in empty environment are