*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Sat, 2 Apr 2005 00:24:49 +0000 (00:24 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 2 Apr 2005 00:24:49 +0000 (00:24 +0000)
srfi/ChangeLog

index a34dd32..b528119 100644 (file)
@@ -7,6 +7,10 @@
        * srfi-1.c (scm_srfi1_filter_map): Have 2-arg case share finalization
        code of 1-arg case.
 
+       * srfi-1.scm (alist-cons): Define just as acons, not a call to acons.
+
+       * srfi-1.scm, srfi-1.c, srfi-1.h (alist-copy): Rewrite in C.
+
        * srfi-1.scm (lset-union): Rewrite to accumulate result by consing in
        the order specified by the SRFI.