diff --git a/srfi/ChangeLog b/srfi/ChangeLog index adc4dc5c8..650dba00d 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,8 @@ +2004-08-02 Kevin Ryde + + * srfi-13.c (scm_string_every): Correction to initial "res" value, + return should be #t for an empty string. Reported by Andreas Vögele. + 2004-05-11 Kevin Ryde * srfi-13.c (scm_string_trim, scm_string_trim_right, diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 815d890f1..9023bd8e2 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,7 @@ +2004-08-02 Kevin Ryde + + * tests/srfi-13.test (string-every): Check empty string case. + 2004-07-31 Kevin Ryde * tests/filesys.test: New file, exercising copy-file.