(match:string): New tests.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
e5c2d5c8
KR
12004-09-26 Kevin Ryde <user42@zip.com.au>
2
3 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
4 let-optional*): Add tests of internal defines when no bindings.
5
effad639
MV
62004-09-25 Marius Vollmer <mvo@zagadka.de>
7
8 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
9 instead of LDFLAGS; the latter is a user variable.
10
ad7de4b8
MV
112004-09-24 Marius Vollmer <mvo@zagadka.de>
12
13 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
14 GUILE_CFLAGS.
15
c9fedf8a
MV
162004-09-23 Marius Vollmer <mvo@zagadka.de>
17
18 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
19 Accept new wording.
20
77d0383a
MV
212004-09-22 Marius Vollmer <mvo@zagadka.de>
22
23 * tests/ports.test ("string ports"): Copy string literal so that
24 it can be modified.
25 * tests/srfi-13.test ("string-copy!"): Likewise.
26 * tests/strings.test ("substring/shared"): Likewise.
27
1c923ba7
KR
282004-09-09 Kevin Ryde <user42@zip.com.au>
29
30 * tests/streams.test: New file.
31
0b49c645
MV
322004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
33
34 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
35 exact result, use (expt 1/2 2) instead.
36
05414844
KR
372004-09-08 Kevin Ryde <user42@zip.com.au>
38
39 * tests/ports.test (port-column): Further tests, of new \a \b \r.
40
5de12658
KR
412004-09-07 Kevin Ryde <user42@zip.com.au>
42
43 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
44 (integer?): Exercise nan and +/-inf.
45
46 * tests/time.test (gmtime, strptime): New tests, but unresolved.
47 (internal-time-units-per-second): New test.
48
df47ddf0
KR
492004-09-02 Kevin Ryde <user42@zip.com.au>
50
51 * tests/format.test (~@d): New tests.
b8d95267 52 New tests of excess arguments now ignored.
df47ddf0 53
7dd381c5
KR
542004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
55
56 * tests/gc.test: Exercise record in weak-values hash table, exposing a
57 problem in 1.6.4 gc, but believed fixed by other changes in the head.
58
d9eb2d67
MV
592004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
60
61 * tests/srfi-13.test (module-peek): Removed, this kluge is no
62 longer necessary.
63
c581203a
KR
642004-08-27 Kevin Ryde <user42@zip.com.au>
65
66 * tests/regexp.test (regexp-quote): New tests.
67
3fa36d58
KR
68 * tests/srfi-31.test: Use define-module to keep bindings out of
69 further tests. Use-module (test-suite lib) for stand-alone operation.
70 (rec): Exercise bad args.
71
4b0ad1f4
KR
722004-08-25 Kevin Ryde <user42@zip.com.au>
73
74 * tests/and-let-star.test: More tests, in particular exercise #t
75 result on empty body.
76
c5080b51
MV
772004-08-25 Marius Vollmer <mvo@zagadka.de>
78
79 * tests/strings.test: Two more tests for double indirect substring
80 modification.
81
5e466273
MV
822004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
83
84 * lib.scm (exception:used-before-define): New.
85 * tests/syntax.test ("letrec"): Use it.
86
d4f76919
KR
872004-08-20 Kevin Ryde <user42@zip.com.au>
88
89 * tests/posix.test (mkstemp!): New tests.
90
cf3dd949
MV
912004-08-20 Marius Vollmer <mvo@zagadka.de>
92
93 * tests/strings.test: Two tests for substring/shared. Also, use
94 (test-suite lib).
95
b2988f46
MV
962004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
97
98 * standalone/test-conversion.c, standalone/test-gh.c,
99 standalone/test-unwind.c: Avoid the use of discouraged or
100 deprecated things.
101
b1fbeb53
KR
1022004-08-18 Kevin Ryde <user42@zip.com.au>
103
a158acd1
KR
104 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
105 New files.
106 * Makefile.am (SCM_TESTS): Add them.
107
52d1e968
KR
108 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
109 be #f, according to R5RS.
110
bc97364a
MV
1112004-08-15 Marius Vollmer <mvo@zagadka.de>
112
113 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
114
3ff0e986
KR
1152004-08-14 Kevin Ryde <user42@zip.com.au>
116
117 * tests/srfi-13.test (string-any, string-every): Exercise char and
118 charset predicate cases.
119
8d3fd10b
MV
1202004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
121
44825fff
MV
122 * standalone/test-conversion.c (test_locale_strings): New.
123
8d3fd10b
MV
124 * standalone/test-round.c: Replaced all uses of scm_round with
125 scm_c_round.
126
636d4be5
KR
1272004-08-09 Kevin Ryde <user42@zip.com.au>
128
129 * tests/slib.test: New file.
130 * Makefile.am (SCM_TESTS): Add it.
131
bcb88c93
KR
1322004-08-06 Kevin Ryde <user42@zip.com.au>
133
134 * tests/unif.test (array-set!): Exercise byte array range checks.
135 (uniform-vector-ref): Exercise byte returns.
8f094b97 136 (array-fill!): Exercise byte range and type checks.
bcb88c93 137
759aa8f9
MV
1382004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
139
140 * standalone/test-num2integral.c: Only perform the tests when the
141 disabled features are enabled.
142
143 * standalone/test-conversion.c (test_to_double, test_from_double):
144 New tests.
145
71234d0c
KR
1462004-08-02 Kevin Ryde <user42@zip.com.au>
147
148 * tests/srfi-13.test (string-every): Check empty string case.
149
58f28989
KR
1502004-07-31 Kevin Ryde <user42@zip.com.au>
151
152 * tests/filesys.test: New file, exercising copy-file.
153 * Makefile.am (SCM_TESTS): Add it.
154
315158a8
MV
1552004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
156
157 * standalone/test-conversion.c: Many more tests for the integer
158 conversion functions.
159
081c1b24
KR
1602004-07-28 Kevin Ryde <user42@zip.com.au>
161
162 * tests/regexp.test (make-regexp): Exercise flags args validation.
163
32b435f2
KR
164 * tests/unif.test (array-set!): Exercise svect value range check.
165
6364df34
KR
1662004-07-24 Kevin Ryde <user42@zip.com.au>
167
168 * tests/common-list.test: Use define-module, to as not to import
169 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
170 warning).
171
172 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
173 suppress warnings about current-time and raise replacing core bindings.
174
ae13e8e1
KR
1752004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
176
177 * tests/format.test (~{): Test no arbitrary iteration limit.
178
0523f1c0
MV
1792004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
180
181 * standalone/test-conversion.c (test_is_signed_integer,
182 test_is_unsigned_integer): Expect inexact integers to fail.
183
677104a6
KR
1842004-07-10 Kevin Ryde <user42@zip.com.au>
185
186 * tests/hash.test: New file.
187 * Makefile.am (SCM_TESTS): Add it.
188
aacc8318
MV
1892004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
190
191 * standalone/test-unwind.c: Use scm_from_int instead of
192 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
193
c9eb03bb
MV
1942004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
195
196 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
197 etc, they are now provided by libuile.h.
198 (test_int_sizes): New.
199
9b5eee30
MV
2002004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
201
202 * standalone/test-num2integral.c, standalone/test-unwind.c:
203 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
204 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
205 scm_from_bool, and scm_is_bool, respectively.
206
207 * standalone/Makefile.am: Added test-conversion to the TESTS.
208
209 * standalone/test-conversion.c: New file.
210
6293838c
RB
2112004-06-20 Rob Browning <rlb@defaultvalue.org>
212
213 * tests/srfi-31.test: new test for SRFI-31.
214
215 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
216
c10b894e
MV
2172004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
218
219 * tests/numbers.test (number->string): Some results might differ
220 between versions of Guile compiled optimized and unoptimized.
221 Both results are accepted now.
222
aa498d0c
DH
2232004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
224
225 * tests/syntax.test: Added various tests to check that
226 unmemoization works correctly.
227
845087a4
KR
2282004-05-30 Kevin Ryde <user42@zip.com.au>
229
230 * lib.scm (exception:numerical-overflow): New define.
231 * tests/numbers.test (modulo-expt): Use it and
232 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
233