Avoid the use of discouraged or deprecated things.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
b1fbeb53
KR
12004-08-18 Kevin Ryde <user42@zip.com.au>
2
a158acd1
KR
3 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
4 New files.
5 * Makefile.am (SCM_TESTS): Add them.
6
52d1e968
KR
7 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
8 be #f, according to R5RS.
9
bc97364a
MV
102004-08-15 Marius Vollmer <mvo@zagadka.de>
11
12 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
13
3ff0e986
KR
142004-08-14 Kevin Ryde <user42@zip.com.au>
15
16 * tests/srfi-13.test (string-any, string-every): Exercise char and
17 charset predicate cases.
18
8d3fd10b
MV
192004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
20
44825fff
MV
21 * standalone/test-conversion.c (test_locale_strings): New.
22
8d3fd10b
MV
23 * standalone/test-round.c: Replaced all uses of scm_round with
24 scm_c_round.
25
636d4be5
KR
262004-08-09 Kevin Ryde <user42@zip.com.au>
27
28 * tests/slib.test: New file.
29 * Makefile.am (SCM_TESTS): Add it.
30
bcb88c93
KR
312004-08-06 Kevin Ryde <user42@zip.com.au>
32
33 * tests/unif.test (array-set!): Exercise byte array range checks.
34 (uniform-vector-ref): Exercise byte returns.
8f094b97 35 (array-fill!): Exercise byte range and type checks.
bcb88c93 36
759aa8f9
MV
372004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
38
39 * standalone/test-num2integral.c: Only perform the tests when the
40 disabled features are enabled.
41
42 * standalone/test-conversion.c (test_to_double, test_from_double):
43 New tests.
44
71234d0c
KR
452004-08-02 Kevin Ryde <user42@zip.com.au>
46
47 * tests/srfi-13.test (string-every): Check empty string case.
48
58f28989
KR
492004-07-31 Kevin Ryde <user42@zip.com.au>
50
51 * tests/filesys.test: New file, exercising copy-file.
52 * Makefile.am (SCM_TESTS): Add it.
53
315158a8
MV
542004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
55
56 * standalone/test-conversion.c: Many more tests for the integer
57 conversion functions.
58
081c1b24
KR
592004-07-28 Kevin Ryde <user42@zip.com.au>
60
61 * tests/regexp.test (make-regexp): Exercise flags args validation.
62
32b435f2
KR
63 * tests/unif.test (array-set!): Exercise svect value range check.
64
6364df34
KR
652004-07-24 Kevin Ryde <user42@zip.com.au>
66
67 * tests/common-list.test: Use define-module, to as not to import
68 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
69 warning).
70
71 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
72 suppress warnings about current-time and raise replacing core bindings.
73
ae13e8e1
KR
742004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
75
76 * tests/format.test (~{): Test no arbitrary iteration limit.
77
0523f1c0
MV
782004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
79
80 * standalone/test-conversion.c (test_is_signed_integer,
81 test_is_unsigned_integer): Expect inexact integers to fail.
82
677104a6
KR
832004-07-10 Kevin Ryde <user42@zip.com.au>
84
85 * tests/hash.test: New file.
86 * Makefile.am (SCM_TESTS): Add it.
87
aacc8318
MV
882004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
89
90 * standalone/test-unwind.c: Use scm_from_int instead of
91 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
92
c9eb03bb
MV
932004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
94
95 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
96 etc, they are now provided by libuile.h.
97 (test_int_sizes): New.
98
9b5eee30
MV
992004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
100
101 * standalone/test-num2integral.c, standalone/test-unwind.c:
102 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
103 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
104 scm_from_bool, and scm_is_bool, respectively.
105
106 * standalone/Makefile.am: Added test-conversion to the TESTS.
107
108 * standalone/test-conversion.c: New file.
109
6293838c
RB
1102004-06-20 Rob Browning <rlb@defaultvalue.org>
111
112 * tests/srfi-31.test: new test for SRFI-31.
113
114 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
115
c10b894e
MV
1162004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
117
118 * tests/numbers.test (number->string): Some results might differ
119 between versions of Guile compiled optimized and unoptimized.
120 Both results are accepted now.
121
aa498d0c
DH
1222004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
123
124 * tests/syntax.test: Added various tests to check that
125 unmemoization works correctly.
126
845087a4
KR
1272004-05-30 Kevin Ryde <user42@zip.com.au>
128
129 * lib.scm (exception:numerical-overflow): New define.
130 * tests/numbers.test (modulo-expt): Use it and
131 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
132