summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2002-01-21 01:12:37 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2002-01-21 01:12:37 +0000
commitc323f1f42e5038c8d3a490c39c35b224d81d5d68 (patch)
treeed633e3cbbf5a24bf0871c6ba9e1d4df3d3103be
parent513a3bd72d5a646f3a0277bf07bce30dc4d91e73 (diff)
downloadguile-c323f1f42e5038c8d3a490c39c35b224d81d5d68.tar.gz
*** empty log message ***
-rw-r--r--srfi/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/srfi/ChangeLog b/srfi/ChangeLog
index 41540976a..44e385b15 100644
--- a/srfi/ChangeLog
+++ b/srfi/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-20 Thien-Thi Nguyen <ttn@giblet.glug.org>
+
+ * srfi-1.scm (map1): Rewrite to be tail-recursive.
+ Thanks to Panagiotis Vossos for the bug report.
+
2001-12-16 Marius Vollmer <mvo@zagadka.ping.de>
* srfi-11.scm (let-values): Use `gensym' instead of `gentemp'.