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