diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a5462fd19..decbb8afb 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2005-04-30 Kevin Ryde + + * numbers.c (scm_divide): Correction to 1/complex and /complex, + need to test abs(re) * ramap.c (scm_array_map_x): Allow no source args, add num args checks