From 2359c543be71999796c4aaeff080231080426579 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Tue, 6 Jan 2004 22:21:01 +0000 Subject: [PATCH] *** empty log message *** --- test-suite/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 + + * 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 * standalone/test-unwind.c (close_port, delete_file, check_ports):