From 54d4ac1f4417dc955697bf63533554e1100b8aac Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 26 Apr 2002 18:35:42 +0000 Subject: [PATCH] *** empty log message *** --- srfi/ChangeLog | 8 ++++++++ test-suite/ChangeLog | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 214f71f6e..f22d5eb3e 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,11 @@ +2002-04-24 Marius Vollmer + + * srfi-13.c (s_scm_string_tokenize): Only take character sets as + the second arg. Collect characters belonging to this set into + tokens (as specified by the SRFI), instead of splitting at these + characters. Default to an equivalent of char-set:graphic instead + of everything-but-whitespace. Thanks to Matthias Koeppe! + 2002-04-10 Rob Browning * .cvsignore: add *.c.clean.c. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 66bf17e02..ca1b06a31 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2002-04-26 Marius Vollmer + + * tests/srfi-13.test (string-tokenize): Updated for fixed + semantics. + 2002-04-16 Marius Vollmer * Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute