1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-03-15 21:18:02 +00:00
parent ba9fb62d10
commit 44981fcb77
2 changed files with 9 additions and 0 deletions

View 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.

View 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.