From e548be5fe6e9c85046bd3c46134f05897646f497 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 8 Sep 2004 14:36:16 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 6 ++++++ libguile/ChangeLog | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 6ae5edc0a..f6ec86044 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,9 @@ +2004-09-08 Marius Vollmer + + * boot-9.scm (expt): Only call integer-expt for an exact integer + exponent, not for an inexact integer one. Also, let integer-expt + handle negative exponents instead of doing it here. + 2004-09-02 Kevin Ryde * format.scm (format:out): Ignore excess arguments, per common lisp. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 86f0f0f5d..2426da2bb 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2004-09-08 Marius Vollmer + + * eq.c (real_eqv): Pretend that all NaNs are equal. + + * numbers.c (scm_integer_expt): Do not accept inexact integers. + 2004-09-07 Marius Vollmer * srfi-13.c (scm_string_trim_right, scm_string_xcopy_x): Correctly -- 2.20.1