From c574874dca28f1e839c7fe946e83cc27523e759a Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 4 Dec 2006 23:57:05 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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