From afe5a1d725629213037d509bcc70712d4af2df06 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 1 Dec 2006 20:03:57 +0000 Subject: [PATCH] *** empty log message *** --- test-suite/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 117273be1..6bbe5d7c4 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,10 @@ +2006-12-02 Kevin Ryde + + * tests/numbers.test (min, max): Correction to big/real and real/big + tests, `big*5' will round on a 64-bit system. And use `eqv?' to + ensure intended exact vs inexact is checked. Reported by Aaron + M. Ucko, Debian bug 396119. + 2006-11-29 Ludovic Courtès * test-suite/tests/vectors.test: Use `define-module'.