*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Sat, 7 May 2005 00:03:13 +0000 (00:03 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 7 May 2005 00:03:13 +0000 (00:03 +0000)
srfi/ChangeLog
test-suite/ChangeLog

index 4112faa..e430955 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-07  Kevin Ryde  <user42@zip.com.au>
+
+       * srfi-1.scm, srfi-1.c, srfi-1.h (car+cdr, fold, last, list-index,
+       list-tabulate, not-pair, xcons): Rewrite in C.
+
 2005-05-04  Kevin Ryde  <user42@zip.com.au>
 
        * srfi-1.scm, srfi-1.c, srfi-1.h (break, break!, drop-right!,
index e66b212..e020bc7 100644 (file)
@@ -1,9 +1,17 @@
+2005-05-07  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (car+cdr, fold, last, list-index, list-tabulate,
+       not-pair?, xcons): New tests.
+
 2005-05-04  Kevin Ryde  <user42@zip.com.au>
 
        * tests/srfi-1.test (break!, drop-right!, drop-while, eighth, fifth,
        ninth, seventh, sixth, span!, take!, take-while, take-while!, tenth):
        New tests.
 
+       * tests/unif.test (make-shared-array): Add failing case shared of
+       shared.
+
 2005-04-30  Kevin Ryde  <user42@zip.com.au>
 
        * tests/numbers.test (/): Further tests.