1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2002-05-06 18:44:09 +00:00
parent c8519a82f2
commit beac3691b7
2 changed files with 11 additions and 0 deletions

1
THANKS
View file

@ -20,6 +20,7 @@ For fixes or providing information which led to a fix:
Aubrey Jaffer Aubrey Jaffer
Eric Gillespie, Jr Eric Gillespie, Jr
John Goerzen John Goerzen
Richard Kim
Matthias Köppe Matthias Köppe
Han-Wen Nienhuys Han-Wen Nienhuys
Ron Peterson Ron Peterson

View file

@ -1,3 +1,13 @@
2002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
* srfi-13.c (scm_string_tokenize): Instead of using "isgraphic" as
the subtitute for char-set:graphic when then token-set hsa been
defaulted, grab the real char-set:graphic from (srfi srfi-14).
* srfi-14.h (SCM_CHARSET_GET): Cast IDX to unsigned char so that
it works for 8-bit characters. Thanks to Matthias Koeppe! No,
make that "Köppe".
2002-04-24 Marius Vollmer <mvo@zagadka.ping.de> 2002-04-24 Marius Vollmer <mvo@zagadka.ping.de>
* srfi-13.c (s_scm_string_tokenize): Only take character sets as * srfi-13.c (s_scm_string_tokenize): Only take character sets as