*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Tue, 15 Mar 2005 21:18:02 +0000 (21:18 +0000)
committerKevin Ryde <user42@zip.com.au>
Tue, 15 Mar 2005 21:18:02 +0000 (21:18 +0000)
srfi/ChangeLog
test-suite/ChangeLog

index 9c1de93..0d665bf 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-16  Kevin Ryde  <user42@zip.com.au>
+
+       * srfi-1.scm, srfi-1.c, srfi-1.h (drop-right, partition!, remove!,
+       take-right): Rewrite in C.  remove! derived from core filter!.
+
 2005-03-14  Kevin Ryde  <user42@zip.com.au>
 
        * srfi-1.scm, srfi-1.c, srfi-1.h (find, find-tail): Rewrite in C.
index 36aeb60..79fd0a2 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-16  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (drop-right, partition!, take-right): New tests.
+
 2005-03-14  Kevin Ryde  <user42@zip.com.au>
 
        * tests/srfi-1.test (find, find-tail, lset-union): New tests.