1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1999-09-25 23:41:59 +00:00
parent 4ea1f83d91
commit e59373d65f
3 changed files with 11 additions and 1 deletions

3
THANKS
View file

@ -4,4 +4,5 @@ Thanks to:
Bug reports and fixes from:
Jorgen Schaefer
Greg Harvey
Jorgen Schaefer

View file

@ -1,5 +1,9 @@
1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
* 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.)

View file

@ -1,3 +1,8 @@
1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
* tests/reader.test: Check that number->string checks its radix
properly.
1999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
* tests/ports.test: Check that our input functions cope when