From dcb5d76ba39220be6de569cb029f588d4c5f11ff Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 14 Aug 2004 00:43:18 +0000 Subject: [PATCH] *** empty log message *** --- srfi/ChangeLog | 5 +++++ test-suite/ChangeLog | 5 +++++ 2 files changed, 10 insertions(+) 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.