1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Thien-Thi Nguyen 2002-01-21 21:32:37 +00:00
parent e4cb30dff3
commit 229d2c9c07

View file

@ -1,3 +1,8 @@
2002-01-21 Thien-Thi Nguyen <ttn@giblet.glug.org>
* srfi-1.scm (count1, take-while): Rewrite to be tail-recursive.
Thanks to Panagiotis Vossos.
2002-01-20 Thien-Thi Nguyen <ttn@giblet.glug.org>
* srfi-1.scm (map1): Rewrite to be tail-recursive.