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

*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-03-13 00:52:29 +00:00
parent bf04b1a384
commit 938d99096d

View file

@ -1,3 +1,14 @@
2005-03-13 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (=): Exercise inum/flonum cases that used to
round on 64-bit systems.
* tests/numbers.test (logior): New tests, exercising negative bignums
reducing to inum.
* tests/srfi-60.test: New file.
* Makefile.am (SCM_TESTS): Add it.
2005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* tests/threads.test: Only test when 'threads are provided.