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 2003-05-09 22:43:00 +00:00
parent d31350ff35
commit 9c8721b55e
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-05-10 Kevin Ryde <user42@zip.com.au>
* srfi-1.scm (take): Make this an alias for list-head.
(drop): Make this an alias for list-tail.
2003-04-30 Neil Jerram <neil@ossau.uklinux.net>
* srfi-34.scm: New file.

View file

@ -1,3 +1,8 @@
2003-05-10 Kevin Ryde <user42@zip.com.au>
* tests/srfi-1.test: New file, exercising take and drop.
* Makefile.am (SCM_TESTS): Add it.
2003-05-06 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (-): Add test for negative inum subtract bignum.