*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Sat, 23 Apr 2005 00:07:17 +0000 (00:07 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 23 Apr 2005 00:07:17 +0000 (00:07 +0000)
ice-9/ChangeLog
libguile/ChangeLog
test-suite/ChangeLog

index 5248794..a2ab71b 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-23  Kevin Ryde  <user42@zip.com.au>
+
+       * boot-9.scm (make-list): Moved to C code in list.c
+
 2005-04-14  Kevin Ryde  <user42@zip.com.au>
 
        * boot-9.scm (1+, 1-): Moved to numbers.c.
index 3ae0785..2d16954 100644 (file)
@@ -10,6 +10,8 @@
        list is called using apply, under the debugging evaluator.
        (scm_list): Remove.
 
+       * list.c (scm_make_list): New code, moving make-list from boot-9.scm.
+
 2005-04-14  Kevin Ryde  <user42@zip.com.au>
 
        * numbers.c, numbers.h (scm_oneplus, scm_oneminus): New functions,
index ab67a22..a0fe9f1 100644 (file)
@@ -2,7 +2,7 @@
 
        * tests/hash.test (hashx-remove!): New tests.
 
-       * tests/list.test (list, cons*): New tests.
+       * tests/list.test (list, make-list, cons*): New tests.
 
 2005-04-14  Kevin Ryde  <user42@zip.com.au>