diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5b7a297b4..ac5ac5735 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,8 @@ 2004-02-16 Kevin Ryde + * gc-malloc.c (scm_done_malloc, scm_done_free): Allow negative sizes, + which were permitted in the past for these. + * num2float.i.c (NUM2FLOAT): Expand isfinite to !xisinf, as per previous change to numbers.c.