1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-22 19:44:10 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-12-13 23:42:27 +00:00
parent eda8ed2152
commit f940eac247

View file

@ -19,7 +19,7 @@
2004-12-05 Kevin Ryde <user42@zip.com.au>
* srfi-1.scm (count, filter-map): Change to a tail-recursive form.
(append-map, append-map!): Rewrite as simple "concatenate map" forms,
(append-map, append-map!): Rewrite as simple "apply append map" forms,
for tail recursiveness.
2004-11-11 Rob Browning <rlb@defaultvalue.org>