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

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-05-03 23:27:48 +00:00
parent f1f478bf1d
commit 8ad5d74a81
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2005-05-04 Kevin Ryde <user42@zip.com.au>
* srfi-1.scm, srfi-1.c, srfi-1.h (break, break!, drop-right!,
drop-while, eighth, fifth, lset-adjoin, ninth, reduce, reduce-right,
seventh, sixth, span, span!, take!, take-while, take-while!, tenth):
Rewrite in C.
2005-04-23 Kevin Ryde <user42@zip.com.au>
* srfi-1.c (scm_srfi1_count, scm_srfi1_filter_map): Don't modify the

View file

@ -1,3 +1,9 @@
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.
2005-04-30 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (/): Further tests.