1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-08-02 00:30:49 +00:00
parent 4c6563e1ed
commit 71234d0ce9
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-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de> 2004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* srfi-13.c, srfi-14.c, srfi-4.c: Changed all uses of * srfi-13.c, srfi-14.c, srfi-4.c: Changed all uses of

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> 2004-07-31 Kevin Ryde <user42@zip.com.au>
* tests/filesys.test: New file, exercising copy-file. * tests/filesys.test: New file, exercising copy-file.