New, from Jose A Ortega Ruiz. Thanks!
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
3ff0e986
KR
12004-08-14 Kevin Ryde <user42@zip.com.au>
2
3 * tests/srfi-13.test (string-any, string-every): Exercise char and
4 charset predicate cases.
5
8d3fd10b
MV
62004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
7
44825fff
MV
8 * standalone/test-conversion.c (test_locale_strings): New.
9
8d3fd10b
MV
10 * standalone/test-round.c: Replaced all uses of scm_round with
11 scm_c_round.
12
636d4be5
KR
132004-08-09 Kevin Ryde <user42@zip.com.au>
14
15 * tests/slib.test: New file.
16 * Makefile.am (SCM_TESTS): Add it.
17
bcb88c93
KR
182004-08-06 Kevin Ryde <user42@zip.com.au>
19
20 * tests/unif.test (array-set!): Exercise byte array range checks.
21 (uniform-vector-ref): Exercise byte returns.
8f094b97 22 (array-fill!): Exercise byte range and type checks.
bcb88c93 23
759aa8f9
MV
242004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
25
26 * standalone/test-num2integral.c: Only perform the tests when the
27 disabled features are enabled.
28
29 * standalone/test-conversion.c (test_to_double, test_from_double):
30 New tests.
31
71234d0c
KR
322004-08-02 Kevin Ryde <user42@zip.com.au>
33
34 * tests/srfi-13.test (string-every): Check empty string case.
35
58f28989
KR
362004-07-31 Kevin Ryde <user42@zip.com.au>
37
38 * tests/filesys.test: New file, exercising copy-file.
39 * Makefile.am (SCM_TESTS): Add it.
40
315158a8
MV
412004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
42
43 * standalone/test-conversion.c: Many more tests for the integer
44 conversion functions.
45
081c1b24
KR
462004-07-28 Kevin Ryde <user42@zip.com.au>
47
48 * tests/regexp.test (make-regexp): Exercise flags args validation.
49
32b435f2
KR
50 * tests/unif.test (array-set!): Exercise svect value range check.
51
6364df34
KR
522004-07-24 Kevin Ryde <user42@zip.com.au>
53
54 * tests/common-list.test: Use define-module, to as not to import
55 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
56 warning).
57
58 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
59 suppress warnings about current-time and raise replacing core bindings.
60
ae13e8e1
KR
612004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
62
63 * tests/format.test (~{): Test no arbitrary iteration limit.
64
0523f1c0
MV
652004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
66
67 * standalone/test-conversion.c (test_is_signed_integer,
68 test_is_unsigned_integer): Expect inexact integers to fail.
69
677104a6
KR
702004-07-10 Kevin Ryde <user42@zip.com.au>
71
72 * tests/hash.test: New file.
73 * Makefile.am (SCM_TESTS): Add it.
74
aacc8318
MV
752004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
76
77 * standalone/test-unwind.c: Use scm_from_int instead of
78 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
79
c9eb03bb
MV
802004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
81
82 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
83 etc, they are now provided by libuile.h.
84 (test_int_sizes): New.
85
9b5eee30
MV
862004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
87
88 * standalone/test-num2integral.c, standalone/test-unwind.c:
89 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
90 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
91 scm_from_bool, and scm_is_bool, respectively.
92
93 * standalone/Makefile.am: Added test-conversion to the TESTS.
94
95 * standalone/test-conversion.c: New file.
96
6293838c
RB
972004-06-20 Rob Browning <rlb@defaultvalue.org>
98
99 * tests/srfi-31.test: new test for SRFI-31.
100
101 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
102
c10b894e
MV
1032004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
104
105 * tests/numbers.test (number->string): Some results might differ
106 between versions of Guile compiled optimized and unoptimized.
107 Both results are accepted now.
108
aa498d0c
DH
1092004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
110
111 * tests/syntax.test: Added various tests to check that
112 unmemoization works correctly.
113
845087a4
KR
1142004-05-30 Kevin Ryde <user42@zip.com.au>
115
116 * lib.scm (exception:numerical-overflow): New define.
117 * tests/numbers.test (modulo-expt): Use it and
118 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
119