1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 16:30:19 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-04-03 22:41:51 +00:00
parent c66c6d535d
commit 044bc597e9

View file

@ -1,3 +1,9 @@
2005-04-04 Kevin Ryde <user42@zip.com.au>
* srfi-1.c, srfi-1.h (scm_srfi1_concatenate, scm_srfi1_concatenate_x):
Add code to check argument is a list, scm_append and scm_append_x
don't do that on their "rest" list (in a normal build).
2005-04-02 Kevin Ryde <user42@zip.com.au>
* srfi-1.c (scm_srfi1_count): Use scm_list_copy to make arg list,