1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-27 23:40:24 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-08-14 00:43:18 +00:00
parent 509a2a8e59
commit dcb5d76ba3
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-08-14 Kevin Ryde <user42@zip.com.au>
* 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 <rlb@defaultvalue.org>
* srfi-4.c: major overhaul -- essentially all functions affected.

View file

@ -1,3 +1,8 @@
2004-08-14 Kevin Ryde <user42@zip.com.au>
* tests/srfi-13.test (string-any, string-every): Exercise char and
charset predicate cases.
2004-08-10 Kevin Ryde <user42@zip.com.au>
* tests/posix.test (putenv, setenv): New tests.