summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2005-01-23 21:02:42 +0000
committerKevin Ryde <user42@zip.com.au>2005-01-23 21:02:42 +0000
commit2f0a4e30726e47261a759dd68cf39715269393b9 (patch)
treefa8e44fba368af421a6eaef171d27aa00c245c82
parent2796304a401c9949d4d1201f13ff8d990abbe1d8 (diff)
downloadguile-2f0a4e30726e47261a759dd68cf39715269393b9.tar.gz
*** empty log message ***
-rw-r--r--srfi/ChangeLog7
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.