1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 11:40:20 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-12-01 20:03:57 +00:00
parent fefc68eaba
commit afe5a1d725

View file

@ -1,3 +1,10 @@
2006-12-02 Kevin Ryde <user42@zip.com.au>
* 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 <ludovic.courtes@laas.fr>
* test-suite/tests/vectors.test: Use `define-module'.