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:
parent
d26d290311
commit
54d4ac1f44
2 changed files with 13 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue