*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
2b6b5908
DH
12001-10-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * tests/eval.test: Added tests for promises.
4
1a179b03
MD
52001-10-21 Mikael Djurfeldt <mdj@linnaeus>
6
7 * lib.scm: Move module the system directives `export',
8 `export-syntax', `re-export' and `re-export-syntax' into the
9 `define-module' form. This is the recommended way of exporting
10 bindings.
11
b461abe7
DH
122001-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
13
14 * tests/syntax.test: Added test cases for 'cond =>' syntax with
15 else clause. Changed some tests and comments related to the
16 'case' form to reflect recent changes in the implementation.
17
ea6c2147
DH
182001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
19
20 * tests/syntax.test: Added test cases for 'lambda' syntax.
21
27a22666
DH
222001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
23
24 * tests/syntax.test: Added test cases for 'case' syntax.
25
b7d9b1cf
DH
262001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
27
28 * tests/numbers.test: Added a test case that checks if valid
29 number strings are transformed correctly by string->number.
30
0b073f0f
RB
312001-09-21 Rob Browning <rlb@defaultvalue.org>
32
33 * tests/numbers.test (fixnum-bit): compute dynamically.
34
35 * tests/bit-operations.test (fixnum-bit): compute dynamically.
36
95e2cd37
TTN
372001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
38
39 * tests/getopt-long.test ("apples-blimps-catalexis example",
40 "multiple occurances"): New top-level sections.
41
569c483b
DH
422001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
43
44 * tests/numbers.test: Made some of the patterns better readable.
45
6fdad5dc
TTN
462001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
47
48 * tests/srfi-19.test (test-time-comparision,
49 test-time-arithmatic): New procs.
50
51 Add time comparison tests using new procs.
52 Thanks to Alex Shinn.
53
b573e744
MV
542001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
55
56 * tests/dynamic-scope.test: New file.
57
e9313ed7
TTN
582001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
59
60 * tests/srfi-13.test (string-for-each, string-for-each-index):
61 Add tests. (Thanks to Alex Shinn.)
62
80fdeb4e
MD
632001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
64
65 * tests/srfi-13.test (string-map): Swapped order of string and
66 proc args to conform with the srfi. (Thanks to Alex Shinn.)
67
c3597bc4
TTN
682001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
69
70 * tests/getopt-long.test (exception:no-such-option,
71 exception:option-does-not-support-arg,
72 exception:option-must-be-specified,
73 exception:option-must-have-arg, exception:not-enough-args):
74 New vars.
75
76 ("option-ref", "required", "specified no value, given anyway",
77 "specified arg required"): New top-level sections.
78
2f4a254a
DH
792001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
80
81 * tests/numbers.test: Added Some syntax tests for
82 string->number.
83
284774f3
MV
842001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
85
86 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
87 "SCM_TESTS". This has special meaning to automake. How many
88 tries left to get this right, mvo?
89
5f099933
MV
902001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
91
92 * Makefile.am (TESTS): List tests explicitely instead of using a
93 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
94
b754e3d1
MV
952001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
96
97 * Makefile.am: New file, to control distribution of the
98 test-suite.
99
ed9ef462
TTN
1002001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
101
102 * tests/getopt-long.test: New file.
103
9b974335
TTN
1042001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
105
106 * lib.scm (run-test-exception): Add special handling for
107 `error'-generated exceptions, which pass key `misc-error' and
108 leave messages unformatted.
109
96e30d2a
MG
1102001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
111
112 * tests/alist.test, tests/bit-operations.test,
113 tests/common-list.test, tests/environments.test, tests/eval.test,
114 tests/gc.test, tests/hooks.test, tests/import.test,
115 tests/interp.test, tests/list.test, tests/load.test,
116 tests/numbers.test, tests/ports.test, tests/r4rs.test,
117 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
118 copyright notice.
119
072ad0fe
MG
1202001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
121
122 * tests/srfi-14.test: New file.
123
22647fef
MV
1242001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
125
126 * tests/import.test: New file.
127
bdd2c6f4
DH
1282001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
129
130 * tests/goops.test: Started with some real tests.
131
0e3817d7
DH
1322001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
133
134 * guile-test: Use module (ice-9 rdelim).
135
39cb0b04
MG
1362001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
137
138 * tests/srfi-4.test: New file.
139
eb6c2de8
MV
1402001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
141
142