* numbers.c (scm_string_to_number): Signal an error if radix is
authorJim Blandy <jimb@red-bean.com>
Tue, 5 Oct 1999 18:57:31 +0000 (18:57 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 5 Oct 1999 18:57:31 +0000 (18:57 +0000)
commit3eb7e6ee5eec319c27fd8e3a20f654be0d3e28ab
tree5efccc293253e9a9323cb66636b35e351dacb693
parentdc4d930b433feb94bdbd35a82c62bfd7d308cbde
* numbers.c (scm_string_to_number): Signal an error if radix is
less than two.  (Thanks to Jorgen Schaefer.)

* print.c (scm_write, scm_display, scm_newline, scm_write_char):
Don't assume that the current output port is valid.  Somebody
might close it.  (Thanks to Bernard Urban.)
libguile/numbers.c
libguile/print.c