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