*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Tue, 14 Dec 2004 00:23:52 +0000 (00:23 +0000)
committerKevin Ryde <user42@zip.com.au>
Tue, 14 Dec 2004 00:23:52 +0000 (00:23 +0000)
ice-9/ChangeLog
libguile/ChangeLog

index 10f2f56..5083f9f 100644 (file)
@@ -1,3 +1,9 @@
+2004-12-14  Kevin Ryde  <user42@zip.com.au>
+
+       * boot-9.scm: (string-any, string-every): Use a scheme wrapper around
+       the C code so for the final call to the predicate procedure is a tail
+       call, per SRFI-13 spec.
+
 2004-12-01  mvo  <mvo@zagadka.de>
 
        * boot-9.scm (app, %app): Renamed former to the latter.
index a740e86..612850b 100644 (file)
@@ -1,3 +1,9 @@
+2004-12-14  Kevin Ryde  <user42@zip.com.au>
+
+       * srfi-13.c (string-any, string-every): Use a scheme wrapper around
+       the C code so for the final call to the predicate procedure is a tail
+       call, per SRFI-13 spec.
+
 2004-12-10  Kevin Ryde  <user42@zip.com.au>
 
        * eq.c (scm_eq_p, scm_eqv_p, scm_equal_p): Update docstrings from