* Improved the readability of some patterns.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
569c483b
DH
12001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * tests/numbers.test: Made some of the patterns better readable.
4
6fdad5dc
TTN
52001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
6
7 * tests/srfi-19.test (test-time-comparision,
8 test-time-arithmatic): New procs.
9
10 Add time comparison tests using new procs.
11 Thanks to Alex Shinn.
12
b573e744
MV
132001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
14
15 * tests/dynamic-scope.test: New file.
16
e9313ed7
TTN
172001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
18
19 * tests/srfi-13.test (string-for-each, string-for-each-index):
20 Add tests. (Thanks to Alex Shinn.)
21
80fdeb4e
MD
222001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
23
24 * tests/srfi-13.test (string-map): Swapped order of string and
25 proc args to conform with the srfi. (Thanks to Alex Shinn.)
26
c3597bc4
TTN
272001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
28
29 * tests/getopt-long.test (exception:no-such-option,
30 exception:option-does-not-support-arg,
31 exception:option-must-be-specified,
32 exception:option-must-have-arg, exception:not-enough-args):
33 New vars.
34
35 ("option-ref", "required", "specified no value, given anyway",
36 "specified arg required"): New top-level sections.
37
2f4a254a
DH
382001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
39
40 * tests/numbers.test: Added Some syntax tests for
41 string->number.
42
284774f3
MV
432001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
44
45 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
46 "SCM_TESTS". This has special meaning to automake. How many
47 tries left to get this right, mvo?
48
5f099933
MV
492001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
50
51 * Makefile.am (TESTS): List tests explicitely instead of using a
52 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
53
b754e3d1
MV
542001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
55
56 * Makefile.am: New file, to control distribution of the
57 test-suite.
58
ed9ef462
TTN
592001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
60
61 * tests/getopt-long.test: New file.
62
9b974335
TTN
632001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
64
65 * lib.scm (run-test-exception): Add special handling for
66 `error'-generated exceptions, which pass key `misc-error' and
67 leave messages unformatted.
68
96e30d2a
MG
692001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
70
71 * tests/alist.test, tests/bit-operations.test,
72 tests/common-list.test, tests/environments.test, tests/eval.test,
73 tests/gc.test, tests/hooks.test, tests/import.test,
74 tests/interp.test, tests/list.test, tests/load.test,
75 tests/numbers.test, tests/ports.test, tests/r4rs.test,
76 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
77 copyright notice.
78
072ad0fe
MG
792001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
80
81 * tests/srfi-14.test: New file.
82
22647fef
MV
832001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
84
85 * tests/import.test: New file.
86
bdd2c6f4
DH
872001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
88
89 * tests/goops.test: Started with some real tests.
90
0e3817d7
DH
912001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
92
93 * guile-test: Use module (ice-9 rdelim).
94
39cb0b04
MG
952001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
96
97 * tests/srfi-4.test: New file.
98
eb6c2de8
MV
992001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
100
101