diff options
author | Kevin Ryde <user42@zip.com.au> | 2005-01-23 21:02:42 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2005-01-23 21:02:42 +0000 |
commit | 2f0a4e30726e47261a759dd68cf39715269393b9 (patch) | |
tree | fa8e44fba368af421a6eaef171d27aa00c245c82 | |
parent | 2796304a401c9949d4d1201f13ff8d990abbe1d8 (diff) | |
download | guile-2f0a4e30726e47261a759dd68cf39715269393b9.tar.gz |
*** empty log message ***
-rw-r--r-- | srfi/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 1db8d8026..8dc87a50a 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,10 @@ +2005-01-24 Kevin Ryde <user42@zip.com.au> + + * srfi-1.c (scm_srfi1_member): Correction to pred call arg order, srfi + spec is (PRED X elem). + + * srfi-1.scm (lset=): Allow no list arguments, per srfi spec example. + 2005-01-18 Kevin Ryde <user42@zip.com.au> * srfi-1.scm: Remove (ice-9 session) and (ice-9 receive), not used. |