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