From beac3691b77ddd9bccefb1baa7231fe5672c74d4 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 6 May 2002 18:44:09 +0000 Subject: [PATCH] *** empty log message *** --- THANKS | 1 + srfi/ChangeLog | 10 ++++++++++ 2 files changed, 11 insertions(+) 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