diff --git a/libguile/ChangeLog b/libguile/ChangeLog index e4bab308a..d07a00f85 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +2002-01-31 Marius Vollmer + + * symbols.c (scm_gensym): Use " g" as default prefix, not "g". + This might help to make unintented clashes less likely. + (scm_string_to_symbol): Protect the string until the symbols is + created. + 2002-01-31 Stefan Jahn * convert.c, convert.h, convert.i.c: New files containing C