From 37aa7d870c35c8826c8997c0fbd9cae94fbda450 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 23 Apr 2005 00:39:18 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 5 +++++ test-suite/ChangeLog | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 256fde239..f5d8efc88 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2005-04-23 Kevin Ryde + + * boot-9.scm (numerator, denominator): New functions as specified by + R5RS, 7 lines by Aubrey Jaffer. + 2005-03-08 Kevin Ryde * slib.scm (*features*): Remove 'random, need to use the slib code for diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 679bd7948..bc0fe7808 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,9 @@ +2005-04-23 Kevin Ryde + + * tests/list.test (list, make-list, cons*): New tests. + + * tests/numbers.test (numerator, denominator): New tests. + 2005-04-02 Kevin Ryde * tests/srfi-1.test (lset-union): New tests.