(test_locale_strings): New.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
8d3fd10b
MV
12004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
2
3 * standalone/test-round.c: Replaced all uses of scm_round with
4 scm_c_round.
5
636d4be5
KR
62004-08-09 Kevin Ryde <user42@zip.com.au>
7
8 * tests/slib.test: New file.
9 * Makefile.am (SCM_TESTS): Add it.
10
bcb88c93
KR
112004-08-06 Kevin Ryde <user42@zip.com.au>
12
13 * tests/unif.test (array-set!): Exercise byte array range checks.
14 (uniform-vector-ref): Exercise byte returns.
8f094b97 15 (array-fill!): Exercise byte range and type checks.
bcb88c93 16
759aa8f9
MV
172004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
18
19 * standalone/test-num2integral.c: Only perform the tests when the
20 disabled features are enabled.
21
22 * standalone/test-conversion.c (test_to_double, test_from_double):
23 New tests.
24
71234d0c
KR
252004-08-02 Kevin Ryde <user42@zip.com.au>
26
27 * tests/srfi-13.test (string-every): Check empty string case.
28
58f28989
KR
292004-07-31 Kevin Ryde <user42@zip.com.au>
30
31 * tests/filesys.test: New file, exercising copy-file.
32 * Makefile.am (SCM_TESTS): Add it.
33
315158a8
MV
342004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
35
36 * standalone/test-conversion.c: Many more tests for the integer
37 conversion functions.
38
081c1b24
KR
392004-07-28 Kevin Ryde <user42@zip.com.au>
40
41 * tests/regexp.test (make-regexp): Exercise flags args validation.
42
32b435f2
KR
43 * tests/unif.test (array-set!): Exercise svect value range check.
44
6364df34
KR
452004-07-24 Kevin Ryde <user42@zip.com.au>
46
47 * tests/common-list.test: Use define-module, to as not to import
48 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
49 warning).
50
51 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
52 suppress warnings about current-time and raise replacing core bindings.
53
ae13e8e1
KR
542004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
55
56 * tests/format.test (~{): Test no arbitrary iteration limit.
57
0523f1c0
MV
582004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
59
60 * standalone/test-conversion.c (test_is_signed_integer,
61 test_is_unsigned_integer): Expect inexact integers to fail.
62
677104a6
KR
632004-07-10 Kevin Ryde <user42@zip.com.au>
64
65 * tests/hash.test: New file.
66 * Makefile.am (SCM_TESTS): Add it.
67
aacc8318
MV
682004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
69
70 * standalone/test-unwind.c: Use scm_from_int instead of
71 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
72
c9eb03bb
MV
732004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
74
75 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
76 etc, they are now provided by libuile.h.
77 (test_int_sizes): New.
78
9b5eee30
MV
792004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
80
81 * standalone/test-num2integral.c, standalone/test-unwind.c:
82 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
83 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
84 scm_from_bool, and scm_is_bool, respectively.
85
86 * standalone/Makefile.am: Added test-conversion to the TESTS.
87
88 * standalone/test-conversion.c: New file.
89
6293838c
RB
902004-06-20 Rob Browning <rlb@defaultvalue.org>
91
92 * tests/srfi-31.test: new test for SRFI-31.
93
94 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
95
c10b894e
MV
962004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
97
98 * tests/numbers.test (number->string): Some results might differ
99 between versions of Guile compiled optimized and unoptimized.
100 Both results are accepted now.
101
aa498d0c
DH
1022004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
103
104 * tests/syntax.test: Added various tests to check that
105 unmemoization works correctly.
106
845087a4
KR
1072004-05-30 Kevin Ryde <user42@zip.com.au>
108
109 * lib.scm (exception:numerical-overflow): New define.
110 * tests/numbers.test (modulo-expt): Use it and
111 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
112