1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-02-03 23:24:16 +00:00
parent eccc026e06
commit cbec54af5d
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2005-02-04 Kevin Ryde <user42@zip.com.au>
* 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 <user42@zip.com.au>
* srfi-1.scm (lset-adjoin): Actually use the given `=' procedure.

View file

@ -1,3 +1,7 @@
2005-02-04 Kevin Ryde <user42@zip.com.au>
* tests/srfi-1.test (list=): New tests.
2005-01-29 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (ash): New tests.