diff --git a/THANKS b/THANKS index 92f199d85..ca8c67990 100644 --- a/THANKS +++ b/THANKS @@ -20,6 +20,7 @@ For fixes or providing information which led to a fix: Aubrey Jaffer Eric Gillespie, Jr John Goerzen + Richard Kim Matthias Köppe Han-Wen Nienhuys Ron Peterson diff --git a/srfi/ChangeLog b/srfi/ChangeLog index f22d5eb3e..ae124be8d 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,13 @@ +2002-05-06 Marius Vollmer + + * 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 * srfi-13.c (s_scm_string_tokenize): Only take character sets as