From 3087a9816f2ea5d8bb5d9c11d8d626b1a6fdd35a Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 11 Feb 2005 21:42:29 +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 6927b0254..da59d94e8 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,9 @@ +2005-02-12 Kevin Ryde + + * srfi-1.scm (reduce, reduce-right): Don't call f with ridentity, use + it only if lst is empty, per srfi and intended optimization reduce + represents over fold. + 2005-02-04 Kevin Ryde * srfi-1.scm (list=): Correction to arguments passed to given elt=, diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 34771c85a..ed8fa1d19 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,7 @@ +2005-02-12 Kevin Ryde + + * tests/srfi-1.test (reduce, reduce-right): New tests. + 2005-02-11 Kevin Ryde * tests/fractions.test (ash): Remove tests of ash on fractions, not -- 2.20.1