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:
parent
5353d6447a
commit
c2b8405784
1 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue