*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Sat, 4 Dec 2004 23:18:17 +0000 (23:18 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 4 Dec 2004 23:18:17 +0000 (23:18 +0000)
srfi/ChangeLog

index 85f63bb..21207fa 100644 (file)
@@ -1,6 +1,8 @@
 2004-12-05  Kevin Ryde  <user42@zip.com.au>
 
        * srfi-1.scm (filter-map): Change to a tail-recursive form.
+       (append-map, append-map!): Rewrite as simple "concatenate map" forms,
+       for tail recursiveness.
 
 2004-10-26  Marius Vollmer  <marius.vollmer@uni-dortmund.de>