1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-04 03:00:20 +02:00

*** empty log message ***

This commit is contained in:
Thien-Thi Nguyen 2002-01-21 21:35:02 +00:00
parent cd246d3d16
commit 56c733dc53

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-21 Thien-Thi Nguyen <ttn@giblet.glug.org>
* srfi-1.scm (check-arg-type, non-negative-integer?): a couple of new