diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 76d921d07..f4f6d1e1c 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2006-12-05 Kevin Ryde + + * numbers.c (scm_product): For flonum*inum and complex*inum, return + exact 0 if inum==0. Already done for inum*flonum and inum*complex, + and as per R5RS section "Exactness". + 2006-11-17 Neil Jerram Integration of patch from Daniel Ridge to allow strings in 1.6.x