1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-05-29 22:53:34 +00:00
parent 18ee5de9d4
commit 845087a40d

View file

@ -1,3 +1,10 @@
2004-05-30 Kevin Ryde <user42@zip.com.au>
* 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 <dirk@dirk-herrmanns-seiten.de>
* standalone/test-asmobs-lib.c: Fixed include statement.