From 044bc597e9287a6c80c591e60abd529d5e98c479 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 3 Apr 2005 22:41:51 +0000 Subject: [PATCH] *** empty log message *** --- srfi/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srfi/ChangeLog b/srfi/ChangeLog index b5281193d..705737bc4 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,9 @@ +2005-04-04 Kevin Ryde + + * 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 * srfi-1.c (scm_srfi1_count): Use scm_list_copy to make arg list,