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