Use *unspecified* instead of #f to get an uninitialized array.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
f1fd6418
KR
12005-01-04 Kevin Ryde <user42@zip.com.au>
2
3 * tests/ramap.test: New file, test array-map!.
4 * Makefile.am (SCM_TESTS): Add it.
5
5be5e699
MV
62005-01-02 Marius Vollmer <mvo@zagadka.de>
7
8 * tests/unif.test: Rewritten for new 'typed' approach to uniform
9 arrays.
10
11 * tests/sort.test: New tests, especially for sorting non-contigous
12 and negative-incrementing vectors.
13
af113331
KR
142005-01-02 Kevin Ryde <user42@zip.com.au>
15
16 * tests/srfi-39.test: Use define-module to keep bindings from
17 subsequent tests, use test-suite lib for stand-alone checking.
18
19 * Makefile.am (SCM_TESTS): Add srfi-39.test.
20
d241f86a
NJ
212004-12-27 Neil Jerram <neil@ossau.uklinux.net>
22
23 * tests/continuations.test (continuations): Moved continuation /
24 stack tests here, and added save and restore of debug options.
25
49c51610
MV
262004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
27
28 * tests/eval.test: News tests for making stacks from
29 continuations. From Neil Jerram.
30
86347b2b
KR
312004-12-10 Kevin Ryde <user42@zip.com.au>
32
33 * tests/socket.test (inet-pton): New tests.
34
6d7db381
KR
352004-12-06 Kevin Ryde <user42@zip.com.au>
36
b9e1ef08
KR
37 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
38 tests.
6d7db381 39
b8024707
KR
402004-12-05 Kevin Ryde <user42@zip.com.au>
41
42 * tests/srfi-1.test (append-map, filter-map): New tests.
43
d550e35f
MV
442004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
45
46 * tests/unif.test: Replaced uniform-array-set1! with just
47 array-set!. Do not check improper index lists, which can't arise
48 with uarray-set!. Use "#s16()" instead of "#h()".
49
bb9f50ae
MV
502004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
51
52 * tests/unif.test: Removed tests that tried to store a character
53 into a byte vector, which no longer works. Characters are not
54 bytes.
55
c454c4e6
DH
562004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
57
58 * tests/syntax.test: Added tests for unmemoization.
59
6a0813c3
MV
602004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
61
62 * tests/strings.test (string-set!): Explicitely construct
63 read-only string. String literals are not yet read-only.
64
818deb11
MV
652004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
66
67 * tests/unif.test (array-equal?): New test.
68
d748089e
KR
692004-09-29 Kevin Ryde <user42@zip.com.au>
70
71 * tests/regexp.test (match:string): New tests.
72
e5c2d5c8
KR
732004-09-26 Kevin Ryde <user42@zip.com.au>
74
75 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
76 let-optional*): Add tests of internal defines when no bindings.
77
effad639
MV
782004-09-25 Marius Vollmer <mvo@zagadka.de>
79
80 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
81 instead of LDFLAGS; the latter is a user variable.
82
ad7de4b8
MV
832004-09-24 Marius Vollmer <mvo@zagadka.de>
84
85 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
86 GUILE_CFLAGS.
87
c9fedf8a
MV
882004-09-23 Marius Vollmer <mvo@zagadka.de>
89
90 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
91 Accept new wording.
92
77d0383a
MV
932004-09-22 Marius Vollmer <mvo@zagadka.de>
94
95 * tests/ports.test ("string ports"): Copy string literal so that
96 it can be modified.
97 * tests/srfi-13.test ("string-copy!"): Likewise.
98 * tests/strings.test ("substring/shared"): Likewise.
99
1c923ba7
KR
1002004-09-09 Kevin Ryde <user42@zip.com.au>
101
102 * tests/streams.test: New file.
103
0b49c645
MV
1042004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
105
106 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
107 exact result, use (expt 1/2 2) instead.
108
05414844
KR
1092004-09-08 Kevin Ryde <user42@zip.com.au>
110
111 * tests/ports.test (port-column): Further tests, of new \a \b \r.
112
5de12658
KR
1132004-09-07 Kevin Ryde <user42@zip.com.au>
114
115 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
116 (integer?): Exercise nan and +/-inf.
117
118 * tests/time.test (gmtime, strptime): New tests, but unresolved.
119 (internal-time-units-per-second): New test.
120
df47ddf0
KR
1212004-09-02 Kevin Ryde <user42@zip.com.au>
122
123 * tests/format.test (~@d): New tests.
b8d95267 124 New tests of excess arguments now ignored.
df47ddf0 125
7dd381c5
KR
1262004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
127
128 * tests/gc.test: Exercise record in weak-values hash table, exposing a
129 problem in 1.6.4 gc, but believed fixed by other changes in the head.
130
d9eb2d67
MV
1312004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
132
133 * tests/srfi-13.test (module-peek): Removed, this kluge is no
134 longer necessary.
135
c581203a
KR
1362004-08-27 Kevin Ryde <user42@zip.com.au>
137
138 * tests/regexp.test (regexp-quote): New tests.
139
3fa36d58
KR
140 * tests/srfi-31.test: Use define-module to keep bindings out of
141 further tests. Use-module (test-suite lib) for stand-alone operation.
142 (rec): Exercise bad args.
143
4b0ad1f4
KR
1442004-08-25 Kevin Ryde <user42@zip.com.au>
145
146 * tests/and-let-star.test: More tests, in particular exercise #t
147 result on empty body.
148
c5080b51
MV
1492004-08-25 Marius Vollmer <mvo@zagadka.de>
150
151 * tests/strings.test: Two more tests for double indirect substring
152 modification.
153
5e466273
MV
1542004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
155
156 * lib.scm (exception:used-before-define): New.
157 * tests/syntax.test ("letrec"): Use it.
158
d4f76919
KR
1592004-08-20 Kevin Ryde <user42@zip.com.au>
160
161 * tests/posix.test (mkstemp!): New tests.
162
cf3dd949
MV
1632004-08-20 Marius Vollmer <mvo@zagadka.de>
164
165 * tests/strings.test: Two tests for substring/shared. Also, use
166 (test-suite lib).
167
b2988f46
MV
1682004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
169
170 * standalone/test-conversion.c, standalone/test-gh.c,
171 standalone/test-unwind.c: Avoid the use of discouraged or
172 deprecated things.
173
b1fbeb53
KR
1742004-08-18 Kevin Ryde <user42@zip.com.au>
175
a158acd1
KR
176 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
177 New files.
178 * Makefile.am (SCM_TESTS): Add them.
179
52d1e968
KR
180 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
181 be #f, according to R5RS.
182
bc97364a
MV
1832004-08-15 Marius Vollmer <mvo@zagadka.de>
184
185 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
186
3ff0e986
KR
1872004-08-14 Kevin Ryde <user42@zip.com.au>
188
189 * tests/srfi-13.test (string-any, string-every): Exercise char and
190 charset predicate cases.
191
8d3fd10b
MV
1922004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
193
44825fff
MV
194 * standalone/test-conversion.c (test_locale_strings): New.
195
8d3fd10b
MV
196 * standalone/test-round.c: Replaced all uses of scm_round with
197 scm_c_round.
198
636d4be5
KR
1992004-08-09 Kevin Ryde <user42@zip.com.au>
200
201 * tests/slib.test: New file.
202 * Makefile.am (SCM_TESTS): Add it.
203
bcb88c93
KR
2042004-08-06 Kevin Ryde <user42@zip.com.au>
205
206 * tests/unif.test (array-set!): Exercise byte array range checks.
207 (uniform-vector-ref): Exercise byte returns.
8f094b97 208 (array-fill!): Exercise byte range and type checks.
bcb88c93 209
759aa8f9
MV
2102004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
211
212 * standalone/test-num2integral.c: Only perform the tests when the
213 disabled features are enabled.
214
215 * standalone/test-conversion.c (test_to_double, test_from_double):
216 New tests.
217
71234d0c
KR
2182004-08-02 Kevin Ryde <user42@zip.com.au>
219
220 * tests/srfi-13.test (string-every): Check empty string case.
221
58f28989
KR
2222004-07-31 Kevin Ryde <user42@zip.com.au>
223
224 * tests/filesys.test: New file, exercising copy-file.
225 * Makefile.am (SCM_TESTS): Add it.
226
315158a8
MV
2272004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
228
229 * standalone/test-conversion.c: Many more tests for the integer
230 conversion functions.
231
081c1b24
KR
2322004-07-28 Kevin Ryde <user42@zip.com.au>
233
234 * tests/regexp.test (make-regexp): Exercise flags args validation.
235
32b435f2
KR
236 * tests/unif.test (array-set!): Exercise svect value range check.
237
6364df34
KR
2382004-07-24 Kevin Ryde <user42@zip.com.au>
239
240 * tests/common-list.test: Use define-module, to as not to import
241 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
242 warning).
243
244 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
245 suppress warnings about current-time and raise replacing core bindings.
246
ae13e8e1
KR
2472004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
248
249 * tests/format.test (~{): Test no arbitrary iteration limit.
250
0523f1c0
MV
2512004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
252
253 * standalone/test-conversion.c (test_is_signed_integer,
254 test_is_unsigned_integer): Expect inexact integers to fail.
255
677104a6
KR
2562004-07-10 Kevin Ryde <user42@zip.com.au>
257
258 * tests/hash.test: New file.
259 * Makefile.am (SCM_TESTS): Add it.
260
aacc8318
MV
2612004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
262
263 * standalone/test-unwind.c: Use scm_from_int instead of
264 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
265
c9eb03bb
MV
2662004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
267
268 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
269 etc, they are now provided by libuile.h.
270 (test_int_sizes): New.
271
9b5eee30
MV
2722004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
273
274 * standalone/test-num2integral.c, standalone/test-unwind.c:
275 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
276 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
277 scm_from_bool, and scm_is_bool, respectively.
278
279 * standalone/Makefile.am: Added test-conversion to the TESTS.
280
281 * standalone/test-conversion.c: New file.
282
6293838c
RB
2832004-06-20 Rob Browning <rlb@defaultvalue.org>
284
285 * tests/srfi-31.test: new test for SRFI-31.
286
287 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
288
c10b894e
MV
2892004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
290
291 * tests/numbers.test (number->string): Some results might differ
292 between versions of Guile compiled optimized and unoptimized.
293 Both results are accepted now.
294
aa498d0c
DH
2952004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
296
297 * tests/syntax.test: Added various tests to check that
298 unmemoization works correctly.
299
845087a4
KR
3002004-05-30 Kevin Ryde <user42@zip.com.au>
301
302 * lib.scm (exception:numerical-overflow): New define.
303 * tests/numbers.test (modulo-expt): Use it and
304 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
305