1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-08-02 00:32:16 +00:00
parent 0ae2709899
commit 13aa46a9de
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-08-02 Kevin Ryde <user42@zip.com.au>
* 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 <user42@zip.com.au>
* srfi-13.c (scm_string_trim, scm_string_trim_right,

View file

@ -1,3 +1,7 @@
2004-08-02 Kevin Ryde <user42@zip.com.au>
* tests/srfi-13.test (string-every): Check empty string case.
2004-07-31 Kevin Ryde <user42@zip.com.au>
* tests/filesys.test: New file, exercising copy-file.