* tests/hash.test: New file.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
aacc8318
MV
12004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
2
3 * standalone/test-unwind.c: Use scm_from_int instead of
4 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
5
c9eb03bb
MV
62004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
7
8 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
9 etc, they are now provided by libuile.h.
10 (test_int_sizes): New.
11
9b5eee30
MV
122004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
13
14 * standalone/test-num2integral.c, standalone/test-unwind.c:
15 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
16 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
17 scm_from_bool, and scm_is_bool, respectively.
18
19 * standalone/Makefile.am: Added test-conversion to the TESTS.
20
21 * standalone/test-conversion.c: New file.
22
6293838c
RB
232004-06-20 Rob Browning <rlb@defaultvalue.org>
24
25 * tests/srfi-31.test: new test for SRFI-31.
26
27 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
28
c10b894e
MV
292004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
30
31 * tests/numbers.test (number->string): Some results might differ
32 between versions of Guile compiled optimized and unoptimized.
33 Both results are accepted now.
34
aa498d0c
DH
352004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
36
37 * tests/syntax.test: Added various tests to check that
38 unmemoization works correctly.
39
845087a4
KR
402004-05-30 Kevin Ryde <user42@zip.com.au>
41
42 * lib.scm (exception:numerical-overflow): New define.
43 * tests/numbers.test (modulo-expt): Use it and
44 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
45