1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 18:20:22 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1999-10-05 20:49:29 +00:00
parent da04098ce9
commit 0c1221ab9c
6 changed files with 29 additions and 0 deletions

View file

@ -1,5 +1,8 @@
1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
* Makefile.in, scmconfig.h.in: Deleted from CVS repository. Run
the autogen.sh script to create generated files like these.
* numbers.c (scm_string_to_number): Signal an error if radix is
less than two. (Thanks to Jorgen Schaefer.)