From 488325ae43f5e18b0e27e78c6361f37e92e24507 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Fri, 26 Mar 1999 14:06:13 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 959a2a766..bd5f2235d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +1999-03-26 Mikael Djurfeldt + + * numbers.c (isfinite): Define this macro if not defined: Return a + non-zero value if X is finite. (From ISO C 9x standard.) + (scm_inexact_to_exact): Bugfix: Don't pass NaNs to scm_dbl2big. + (Thanks to Jon Trowbridge and Greg Harvey.) + 1999-03-22 Mikael Djurfeldt * keywords.c (scm_tc16_kw): Added for backward compatibility.