Use define-module to keep bindings out of
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
c581203a
KR
12004-08-27 Kevin Ryde <user42@zip.com.au>
2
3 * tests/regexp.test (regexp-quote): New tests.
4
4b0ad1f4
KR
52004-08-25 Kevin Ryde <user42@zip.com.au>
6
7 * tests/and-let-star.test: More tests, in particular exercise #t
8 result on empty body.
9
c5080b51
MV
102004-08-25 Marius Vollmer <mvo@zagadka.de>
11
12 * tests/strings.test: Two more tests for double indirect substring
13 modification.
14
5e466273
MV
152004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
16
17 * lib.scm (exception:used-before-define): New.
18 * tests/syntax.test ("letrec"): Use it.
19
d4f76919
KR
202004-08-20 Kevin Ryde <user42@zip.com.au>
21
22 * tests/posix.test (mkstemp!): New tests.
23
cf3dd949
MV
242004-08-20 Marius Vollmer <mvo@zagadka.de>
25
26 * tests/strings.test: Two tests for substring/shared. Also, use
27 (test-suite lib).
28
b2988f46
MV
292004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
30
31 * standalone/test-conversion.c, standalone/test-gh.c,
32 standalone/test-unwind.c: Avoid the use of discouraged or
33 deprecated things.
34
b1fbeb53
KR
352004-08-18 Kevin Ryde <user42@zip.com.au>
36
a158acd1
KR
37 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
38 New files.
39 * Makefile.am (SCM_TESTS): Add them.
40
52d1e968
KR
41 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
42 be #f, according to R5RS.
43
bc97364a
MV
442004-08-15 Marius Vollmer <mvo@zagadka.de>
45
46 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
47
3ff0e986
KR
482004-08-14 Kevin Ryde <user42@zip.com.au>
49
50 * tests/srfi-13.test (string-any, string-every): Exercise char and
51 charset predicate cases.
52
8d3fd10b
MV
532004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
54
44825fff
MV
55 * standalone/test-conversion.c (test_locale_strings): New.
56
8d3fd10b
MV
57 * standalone/test-round.c: Replaced all uses of scm_round with
58 scm_c_round.
59
636d4be5
KR
602004-08-09 Kevin Ryde <user42@zip.com.au>
61
62 * tests/slib.test: New file.
63 * Makefile.am (SCM_TESTS): Add it.
64
bcb88c93
KR
652004-08-06 Kevin Ryde <user42@zip.com.au>
66
67 * tests/unif.test (array-set!): Exercise byte array range checks.
68 (uniform-vector-ref): Exercise byte returns.
8f094b97 69 (array-fill!): Exercise byte range and type checks.
bcb88c93 70
759aa8f9
MV
712004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
72
73 * standalone/test-num2integral.c: Only perform the tests when the
74 disabled features are enabled.
75
76 * standalone/test-conversion.c (test_to_double, test_from_double):
77 New tests.
78
71234d0c
KR
792004-08-02 Kevin Ryde <user42@zip.com.au>
80
81 * tests/srfi-13.test (string-every): Check empty string case.
82
58f28989
KR
832004-07-31 Kevin Ryde <user42@zip.com.au>
84
85 * tests/filesys.test: New file, exercising copy-file.
86 * Makefile.am (SCM_TESTS): Add it.
87
315158a8
MV
882004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
89
90 * standalone/test-conversion.c: Many more tests for the integer
91 conversion functions.
92
081c1b24
KR
932004-07-28 Kevin Ryde <user42@zip.com.au>
94
95 * tests/regexp.test (make-regexp): Exercise flags args validation.
96
32b435f2
KR
97 * tests/unif.test (array-set!): Exercise svect value range check.
98
6364df34
KR
992004-07-24 Kevin Ryde <user42@zip.com.au>
100
101 * tests/common-list.test: Use define-module, to as not to import
102 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
103 warning).
104
105 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
106 suppress warnings about current-time and raise replacing core bindings.
107
ae13e8e1
KR
1082004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
109
110 * tests/format.test (~{): Test no arbitrary iteration limit.
111
0523f1c0
MV
1122004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
113
114 * standalone/test-conversion.c (test_is_signed_integer,
115 test_is_unsigned_integer): Expect inexact integers to fail.
116
677104a6
KR
1172004-07-10 Kevin Ryde <user42@zip.com.au>
118
119 * tests/hash.test: New file.
120 * Makefile.am (SCM_TESTS): Add it.
121
aacc8318
MV
1222004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
123
124 * standalone/test-unwind.c: Use scm_from_int instead of
125 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
126
c9eb03bb
MV
1272004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
128
129 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
130 etc, they are now provided by libuile.h.
131 (test_int_sizes): New.
132
9b5eee30
MV
1332004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
134
135 * standalone/test-num2integral.c, standalone/test-unwind.c:
136 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
137 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
138 scm_from_bool, and scm_is_bool, respectively.
139
140 * standalone/Makefile.am: Added test-conversion to the TESTS.
141
142 * standalone/test-conversion.c: New file.
143
6293838c
RB
1442004-06-20 Rob Browning <rlb@defaultvalue.org>
145
146 * tests/srfi-31.test: new test for SRFI-31.
147
148 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
149
c10b894e
MV
1502004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
151
152 * tests/numbers.test (number->string): Some results might differ
153 between versions of Guile compiled optimized and unoptimized.
154 Both results are accepted now.
155
aa498d0c
DH
1562004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
157
158 * tests/syntax.test: Added various tests to check that
159 unmemoization works correctly.
160
845087a4
KR
1612004-05-30 Kevin Ryde <user42@zip.com.au>
162
163 * lib.scm (exception:numerical-overflow): New define.
164 * tests/numbers.test (modulo-expt): Use it and
165 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
166