1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-05-07 00:03:13 +00:00
parent a17a869e3f
commit b52f5697ad
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-05-07 Kevin Ryde <user42@zip.com.au>
* srfi-1.scm, srfi-1.c, srfi-1.h (car+cdr, fold, last, list-index,
list-tabulate, not-pair, xcons): Rewrite in C.
2005-05-04 Kevin Ryde <user42@zip.com.au>
* srfi-1.scm, srfi-1.c, srfi-1.h (break, break!, drop-right!,

View file

@ -1,9 +1,17 @@
2005-05-07 Kevin Ryde <user42@zip.com.au>
* tests/srfi-1.test (car+cdr, fold, last, list-index, list-tabulate,
not-pair?, xcons): New tests.
2005-05-04 Kevin Ryde <user42@zip.com.au>
* tests/srfi-1.test (break!, drop-right!, drop-while, eighth, fifth,
ninth, seventh, sixth, span!, take!, take-while, take-while!, tenth):
New tests.
* tests/unif.test (make-shared-array): Add failing case shared of
shared.
2005-04-30 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (/): Further tests.