From e59373d65f120386c89a8e6f77f03698064f1a1e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 25 Sep 1999 23:41:59 +0000 Subject: [PATCH] *** empty log message *** --- THANKS | 3 ++- libguile/ChangeLog | 4 ++++ test-suite/ChangeLog | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/THANKS b/THANKS index 1ae61b30b..ab4510348 100644 --- a/THANKS +++ b/THANKS @@ -4,4 +4,5 @@ Thanks to: Bug reports and fixes from: -Jorgen Schaefer + Greg Harvey + Jorgen Schaefer diff --git a/libguile/ChangeLog b/libguile/ChangeLog index c40f32eab..44464d9f2 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,9 @@ 1999-09-25 Jim Blandy + * root.c (scm_make_root): Initialize all the fields of the new + root. GC could happen any time, you know. (Thanks to Greg + Harvey.) + * numbers.c (scm_number_to_string): Signal an error if radix is less than two. (Thanks to Jorgen Schaefer.) diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 79b96c4be..2aa021522 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +1999-09-25 Jim Blandy + + * tests/reader.test: Check that number->string checks its radix + properly. + 1999-09-20 Jim Blandy * tests/ports.test: Check that our input functions cope when