*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-02-11 21:42:29 +00:00
commit 3087a9816f
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2005-02-12 Kevin Ryde <user42@zip.com.au>
* 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 <user42@zip.com.au>
* srfi-1.scm (list=): Correction to arguments passed to given elt=,

View file

@ -1,3 +1,7 @@
2005-02-12 Kevin Ryde <user42@zip.com.au>
* tests/srfi-1.test (reduce, reduce-right): New tests.
2005-02-11 Kevin Ryde <user42@zip.com.au>
* tests/fractions.test (ash): Remove tests of ash on fractions, not