summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-01-06 22:21:01 +0000
committerKevin Ryde <user42@zip.com.au>2004-01-06 22:21:01 +0000
commit2359c543be71999796c4aaeff080231080426579 (patch)
treee463f79e94c7ff31060c97545115d1ceae0ad52c
parentaa529137005c8445ee6a0cd35634de686dd91b72 (diff)
downloadguile-2359c543be71999796c4aaeff080231080426579.tar.gz
*** empty log message ***
-rw-r--r--test-suite/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog
index 6eaa04c30..8ad4970a2 100644
--- a/test-suite/ChangeLog
+++ b/test-suite/ChangeLog
@@ -1,3 +1,17 @@
+2004-01-07 Kevin Ryde <user42@zip.com.au>
+
+ * tests/numbers.test (<): Add tests inum/bignum/flonum/frac with frac.
+
+ * tests/q.test: New file.
+ (q-pop!): Exercise this, in particular the "not/null?" bug reported by
+ Richard Todd.
+ * Makefile.am (SCM_TESTS): Add q.test.
+
+ * tests/unif.test: New file.
+ (uniform-array-set1!): Exercise this, in particular previous segv on
+ improper arg list.
+ * Makefile.am (SCM_TESTS): Add unif.test.
+
2004-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* standalone/test-unwind.c (close_port, delete_file, check_ports):