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