diff --git a/srfi/ChangeLog b/srfi/ChangeLog index e16e7060e..8b040429b 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,8 @@ +2004-08-14 Kevin Ryde + + * srfi-13.c (scm_string_any, scm_string_every): Add support for char + and charset as predicates, per SRFI-13 spec. + 2004-08-07 Rob Browning * srfi-4.c: major overhaul -- essentially all functions affected. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 1eac84705..9faac45a5 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2004-08-14 Kevin Ryde + + * tests/srfi-13.test (string-any, string-every): Exercise char and + charset predicate cases. + 2004-08-10 Kevin Ryde * tests/posix.test (putenv, setenv): New tests.