1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-27 23:40:24 +02:00

*** empty log message ***

This commit is contained in:
Thien-Thi Nguyen 2002-01-21 21:03:35 +00:00
parent 5353d6447a
commit c2b8405784

View file

@ -1,3 +1,12 @@
2002-01-21 Thien-Thi Nguyen <ttn@giblet.glug.org>
* srfi-1.scm (check-arg-type, non-negative-integer?): a couple of new
internal definitions.
(list-tabulate, iota): check for bad arguments that otherwise
give weird output.
(filter): replaced with a tail-recursive version.
(remove): implement using filter, to make it tail-recursive.
2002-01-20 Thien-Thi Nguyen <ttn@giblet.glug.org>
* srfi-1.scm (map1): Rewrite to be tail-recursive.