From f7b0a8d1c62a9aa839a0d4458b4045528e57dda9 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 20 Sep 2000 21:06:06 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 4 ++++ libguile/ChangeLog | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 4f4b9716b..64c04bc1b 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,7 @@ +2000-09-20 Mikael Djurfeldt + + * boot-9.scm: Removed comment. (Thanks to Brad Knotwell.) + 2000-09-12 Dirk Herrmann * syncase.scm (putprop): Use the high-level property interface. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index fbc90c0f6..baeddb9d2 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,6 +1,9 @@ -2000-09-20 Mikael Djurfeldt +2000-09-20 Marius Vollmer - * boot-9.scm: Removed comment. (Thanks to Brad Knotwell.) + * numbers.c (scm_istr2flo): Throw an `out of range' error when + exponent is too large instead of returning `#f'. The rationale is + that in this case the string represents a valid number but we + can't deal with it. 2000-09-20 Dirk Herrmann