*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-01-28 21:34:20 +00:00
commit 38c3534cc9
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-01-29 Kevin Ryde <user42@zip.com.au>
* srfi-1.scm (lset-adjoin): Actually use the given `=' procedure.
Test membership only on the given `list', not `acc', as per the spec.
2005-01-28 Kevin Ryde <user42@zip.com.au>
* srfi-1.scm (lset=): Correction to pred call arg order, srfi spec is

View file

@ -1,3 +1,9 @@
2005-01-29 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (ash): New tests.
* tests/srfi-1.test (lset-adjoin): New tests.
2005-01-28 Kevin Ryde <user42@zip.com.au>
* tests/syntax.test (while): Tests running in empty environment are