1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-12-02 21:14:03 +00:00
parent c6424115fe
commit b35072cde6

View file

@ -1,3 +1,11 @@
2003-12-03 Kevin Ryde <user42@zip.com.au>
* srfi-1.c, srfi-1.h, srfi-1.scm (count): Rewrite in C, avoiding
non-tail recursion.
* srfi-1.scm (map!): Define as an alias for map, previous definition
was not tail-recursive.
2003-08-23 Kevin Ryde <user42@zip.com.au>
* srfi-1.c, srfi-1.h, srfi-1.scm (list-copy): New function, derived