*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Sun, 5 Jun 2005 21:36:31 +0000 (21:36 +0000)
committerKevin Ryde <user42@zip.com.au>
Sun, 5 Jun 2005 21:36:31 +0000 (21:36 +0000)
libguile/ChangeLog
test-suite/ChangeLog

index 242544e..e43433e 100644 (file)
@@ -94,7 +94,9 @@
 2005-04-25  Kevin Ryde  <user42@zip.com.au>
 
        * ramap.c (scm_array_map_x): Allow no source args, add num args checks
-       to subr_1, subr_2, subr_2o and dsubr cases.
+       to subr_1, subr_2, subr_2o and dsubr cases.  No source args only has a
+       few sensible uses (like filling with a random number generator say),
+       but has been allowed in the past and so should be kept.
 
 2005-04-23  Kevin Ryde  <user42@zip.com.au>
 
index e020bc7..7d3f2de 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-06  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/strings.test (string-split): Try splitting on an 8-bit char.
+
 2005-05-07  Kevin Ryde  <user42@zip.com.au>
 
        * tests/srfi-1.test (car+cdr, fold, last, list-index, list-tabulate,