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-07-13 23:08:13 +00:00
parent 9a029e414a
commit e7cc532b32
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
* srfi-1.c, srfi-1.h (scm_srfi1_partition), srfi-1.scm (partition):
Re-implement in C to avoid stack overflows for long input lists.
2003-07-08 Kevin Ryde <user42@zip.com.au>
* srfi-1.c, srfi-1.h (scm_srfi1_delete, scm_srfi1_delete_x,

View file

@ -1,3 +1,7 @@
2003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
* tests/srfi-1.test (partition): Add tests.
2003-07-08 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (make-polar, magnitude): New tests.