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