1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 10:10:23 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-01-28 21:34:42 +00:00
parent 44a84ce09e
commit fab030a253
2 changed files with 9 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> 2005-01-28 Kevin Ryde <user42@zip.com.au>
* srfi-1.scm (lset=): Correction to pred call arg order, srfi spec is * srfi-1.scm (lset=): Correction to pred call arg order, srfi spec is

View file

@ -1,3 +1,7 @@
2005-01-29 Kevin Ryde <user42@zip.com.au>
* tests/srfi-1.test (lset-adjoin): New tests.
2005-01-24 Kevin Ryde <user42@zip.com.au> 2005-01-24 Kevin Ryde <user42@zip.com.au>
* tests/srfi-1.test (lset=): New tests. * tests/srfi-1.test (lset=): New tests.