diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 9c1de934e..0d665bfa1 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,8 @@ +2005-03-16 Kevin Ryde + + * 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 * srfi-1.scm, srfi-1.c, srfi-1.h (find, find-tail): Rewrite in C. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 36aeb60f8..79fd0a249 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,7 @@ +2005-03-16 Kevin Ryde + + * tests/srfi-1.test (drop-right, partition!, take-right): New tests. + 2005-03-14 Kevin Ryde * tests/srfi-1.test (find, find-tail, lset-union): New tests.