From e7cc532b32959f408c738210c286125be7c6f4ff Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 13 Jul 2003 23:08:13 +0000 Subject: [PATCH] *** empty log message *** --- srfi/ChangeLog | 5 +++++ test-suite/ChangeLog | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/srfi/ChangeLog b/srfi/ChangeLog index b6679f8de..e802e052b 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,8 @@ +2003-07-14 Matthias Koeppe + + * 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 * srfi-1.c, srfi-1.h (scm_srfi1_delete, scm_srfi1_delete_x, diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 22514440e..dba4abfc1 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,7 @@ +2003-07-14 Matthias Koeppe + + * tests/srfi-1.test (partition): Add tests. + 2003-07-08 Kevin Ryde * tests/numbers.test (make-polar, magnitude): New tests.