1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2002-04-26 18:35:42 +00:00
parent d26d290311
commit 54d4ac1f44
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2002-04-24 Marius Vollmer <mvo@zagadka.ping.de>
* 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 <rlb@defaultvalue.org>
* .cvsignore: add *.c.clean.c.

View file

@ -1,3 +1,8 @@
2002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
* tests/srfi-13.test (string-tokenize): Updated for fixed
semantics.
2002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
* Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute