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

index 8758ce4..bf82f0b 100644 (file)
@@ -3,6 +3,10 @@
        * srfi-1.scm (lset-adjoin): Actually use the given `=' procedure.
        Test membership only on the given `list', not `acc', as per the spec.
 
+       * srfi-1.c, srfi-1.scm (remove): Rewrite in C, a trivial adaption from
+       scm_filter in the core.
+       * srfi-1.scm (remove!): Use filter!.
+
 2005-01-28  Kevin Ryde  <user42@zip.com.au>
 
        * srfi-1.scm (lset=): Correction to pred call arg order, srfi spec is
index b3e455b..9dd4fa2 100644 (file)
@@ -2,7 +2,7 @@
 
        * tests/numbers.test (ash): New tests.
 
-       * tests/srfi-1.test (lset-adjoin, remove): New tests.
+       * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
 
 2005-01-28  Kevin Ryde  <user42@zip.com.au>