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:
parent
4ea1f83d91
commit
e59373d65f
3 changed files with 11 additions and 1 deletions
3
THANKS
3
THANKS
|
@ -4,4 +4,5 @@ Thanks to:
|
||||||
|
|
||||||
Bug reports and fixes from:
|
Bug reports and fixes from:
|
||||||
|
|
||||||
Jorgen Schaefer
|
Greg Harvey
|
||||||
|
Jorgen Schaefer
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
|
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
|
* numbers.c (scm_number_to_string): Signal an error if radix is
|
||||||
less than two. (Thanks to Jorgen Schaefer.)
|
less than two. (Thanks to Jorgen Schaefer.)
|
||||||
|
|
||||||
|
|
|
@ -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>
|
1999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
|
||||||
|
|
||||||
* tests/ports.test: Check that our input functions cope when
|
* tests/ports.test: Check that our input functions cope when
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue