summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-suite/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog
index dbdbb39b1..df2fdd1ca 100644
--- a/test-suite/ChangeLog
+++ b/test-suite/ChangeLog
@@ -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.