From 1f2328fec20d8d36a7c28078000179ee340ba5c3 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 4 Nov 2004 17:08:37 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 2584e0b92..28c918460 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,11 @@ 2004-11-04 Marius Vollmer + * srfi-4.c (make_uvec): Use SCM_I_SIZE_MAX instead of SIZE_MAX for + added portability. + + * chars.c (scm_charnames, scm_charnums): Added "sp" as an alias + for "space". Thanks to Bruce Korb! + * rw.c (scm_read_string_x_partial): Bugfix, apply offset to dest only after dest has been set. Thanks to Hyper Division!