From cbec54af5d4448eaf76c7315d43f61d2117a7e0d Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 3 Feb 2005 23:24:16 +0000 Subject: [PATCH] *** empty log message *** --- srfi/ChangeLog | 6 ++++++ test-suite/ChangeLog | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/srfi/ChangeLog b/srfi/ChangeLog index bf82f0b34..6927b0254 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,9 @@ +2005-02-04 Kevin Ryde + + * srfi-1.scm (list=): Correction to arguments passed to given elt=, + spec is (elt= e[i] e[i+1]) for lists i and i+1, previously the first + arg was always from list 0 not list i. + 2005-01-29 Kevin Ryde * srfi-1.scm (lset-adjoin): Actually use the given `=' procedure. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 9dd4fa219..7f51f0100 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,7 @@ +2005-02-04 Kevin Ryde + + * tests/srfi-1.test (list=): New tests. + 2005-01-29 Kevin Ryde * tests/numbers.test (ash): New tests.