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.