1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-12-04 23:18:17 +00:00
parent 8b981efda4
commit eadc07b568

View 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>