(string-every): Check empty string case.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
58f28989
KR
12004-07-31 Kevin Ryde <user42@zip.com.au>
2
3 * tests/filesys.test: New file, exercising copy-file.
4 * Makefile.am (SCM_TESTS): Add it.
5
315158a8
MV
62004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
7
8 * standalone/test-conversion.c: Many more tests for the integer
9 conversion functions.
10
081c1b24
KR
112004-07-28 Kevin Ryde <user42@zip.com.au>
12
13 * tests/regexp.test (make-regexp): Exercise flags args validation.
14
32b435f2
KR
15 * tests/unif.test (array-set!): Exercise svect value range check.
16
6364df34
KR
172004-07-24 Kevin Ryde <user42@zip.com.au>
18
19 * tests/common-list.test: Use define-module, to as not to import
20 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
21 warning).
22
23 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
24 suppress warnings about current-time and raise replacing core bindings.
25
ae13e8e1
KR
262004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
27
28 * tests/format.test (~{): Test no arbitrary iteration limit.
29
0523f1c0
MV
302004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
31
32 * standalone/test-conversion.c (test_is_signed_integer,
33 test_is_unsigned_integer): Expect inexact integers to fail.
34
677104a6
KR
352004-07-10 Kevin Ryde <user42@zip.com.au>
36
37 * tests/hash.test: New file.
38 * Makefile.am (SCM_TESTS): Add it.
39
aacc8318
MV
402004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
41
42 * standalone/test-unwind.c: Use scm_from_int instead of
43 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
44
c9eb03bb
MV
452004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
46
47 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
48 etc, they are now provided by libuile.h.
49 (test_int_sizes): New.
50
9b5eee30
MV
512004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
52
53 * standalone/test-num2integral.c, standalone/test-unwind.c:
54 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
55 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
56 scm_from_bool, and scm_is_bool, respectively.
57
58 * standalone/Makefile.am: Added test-conversion to the TESTS.
59
60 * standalone/test-conversion.c: New file.
61
6293838c
RB
622004-06-20 Rob Browning <rlb@defaultvalue.org>
63
64 * tests/srfi-31.test: new test for SRFI-31.
65
66 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
67
c10b894e
MV
682004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
69
70 * tests/numbers.test (number->string): Some results might differ
71 between versions of Guile compiled optimized and unoptimized.
72 Both results are accepted now.
73
aa498d0c
DH
742004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
75
76 * tests/syntax.test: Added various tests to check that
77 unmemoization works correctly.
78
845087a4
KR
792004-05-30 Kevin Ryde <user42@zip.com.au>
80
81 * lib.scm (exception:numerical-overflow): New define.
82 * tests/numbers.test (modulo-expt): Use it and
83 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
84