From 1b39c2e37f9a4def1f834ecb86d705d7e4bf2682 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 31 Jan 2002 19:59:39 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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