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