diff options
-rw-r--r-- | libguile/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 1e31aef82..3dbcbb679 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,8 @@ 2003-07-27 Marius Vollmer <mvo@zagadka.de> + * print.c (scm_print_symbol_name): handle more weird characters by + escaping the symbol name properly. Thanks to Paul Jarc! + * posix.h (scm_setgroups): New prototype. * posix.c (scm_setgroups): New. Thanks to Paul Jarc! (scm_getgroups): Handle groups ids that don't fit into a fixnum. |