From 845087a40d314b8005b9fe952d7c6deb9ff5c585 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 29 May 2004 22:53:34 +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 a383235a8..36f4a3619 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,10 @@ +2004-05-30 Kevin Ryde + + * lib.scm (exception:numerical-overflow): New define. + * tests/numbers.test (modulo-expt): Use it and + exception:wrong-type-arg, avoiding empty "" regexp which is invalid on + BSD. Reported by Andreas Vögele. + 2004-05-29 Dirk Herrmann * standalone/test-asmobs-lib.c: Fixed include statement.