From b5247a6ba821d5a2d203bb30e8f7888623873fd7 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 19 Aug 2004 20:40:16 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index af10e6b36..c63cf4730 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2004-08-19 Marius Vollmer + + * deprecated.c (SCM_SYMBOL_CHARS): Cast away const in return. + (SCM_SYMBOL_LENGTH): It's scm_i_symbol_length, not + scm_c_symbol_length. + 2004-08-19 Marius Vollmer New string implementation, with copy-on-write strings and