(basic syncase macro): Added.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
54d4ac1f
MV
12002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
2
3 * tests/srfi-13.test (string-tokenize): Updated for fixed
4 semantics.
5
3c540af4
MV
62002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
7
8 * Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute
9 directories manually.
10
ecb471f9
TTN
112002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
12
13 * guile-test (main): Handle `--flag-unresolved'. No longer set
14 exit value to #f unconditionally on UNRESOLVED results.
e383ab49 15 (for-each-file): Do not recurse into "CVS" or "RCS" subdirs.
ecb471f9 16
a64e6669
NJ
172002-02-08 Neil Jerram <neil@ossau.uklinux.net>
18
19 * tests/elisp.test: Add tests of Elisp expression evaluation.
20
bbd26b5a
NJ
212002-01-25 Neil Jerram <neil@ossau.uklinux.net>
22
23 * tests/load.test: New test; for search-path with Elisp
24 nil-terminated lists for PATH and EXTENSIONS.
25
26 * tests/elisp.test: More tests for Scheme primitives that should
27 accept Elisp nil-terminated lists.
28
962b1f0b
NJ
292002-01-24 Neil Jerram <neil@ossau.uklinux.net>
30
31 * tests/elisp.test: More new tests for the Elisp nil value.
32
04bb321a
NJ
332002-01-22 Neil Jerram <neil@ossau.uklinux.net>
34
35 * Makefile.am (SCM_TESTS): Added elisp.test.
36
37 * tests/elisp.test: New file.
38
80074d77
DH
392001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
40
41 * tests/numbers.test: Added more division by zero tests.
42
1b3a7932
DH
432001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
44
45 * tests/numbers.test: Added division by zero tests.
46
7171f1ab
DH
472001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
48
49 * tests/syntax.test: Added some tests, updated some others with
50 respect to recent changes in eval.c. Further, extracted test
51 cases for guile's extended set! functionality to srfi-17.test.
52
53 * tests/srfi-17.test: New file.
54
8f99e3f3
SJ
552001-11-04 Stefan Jahn <stefan@lkcc.org>
56
57 * tests/ports.test: Run (close-port) before (delete-file) if
58 necessary/advisory.
59
2b6b5908
DH
602001-10-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
61
62 * tests/eval.test: Added tests for promises.
63
1a179b03
MD
642001-10-21 Mikael Djurfeldt <mdj@linnaeus>
65
66 * lib.scm: Move module the system directives `export',
67 `export-syntax', `re-export' and `re-export-syntax' into the
68 `define-module' form. This is the recommended way of exporting
69 bindings.
70
b461abe7
DH
712001-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
72
73 * tests/syntax.test: Added test cases for 'cond =>' syntax with
74 else clause. Changed some tests and comments related to the
75 'case' form to reflect recent changes in the implementation.
76
ea6c2147
DH
772001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
78
79 * tests/syntax.test: Added test cases for 'lambda' syntax.
80
27a22666
DH
812001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
82
83 * tests/syntax.test: Added test cases for 'case' syntax.
84
b7d9b1cf
DH
852001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
86
87 * tests/numbers.test: Added a test case that checks if valid
88 number strings are transformed correctly by string->number.
89
0b073f0f
RB
902001-09-21 Rob Browning <rlb@defaultvalue.org>
91
92 * tests/numbers.test (fixnum-bit): compute dynamically.
93
94 * tests/bit-operations.test (fixnum-bit): compute dynamically.
95
95e2cd37
TTN
962001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
97
98 * tests/getopt-long.test ("apples-blimps-catalexis example",
99 "multiple occurances"): New top-level sections.
100
569c483b
DH
1012001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
102
103 * tests/numbers.test: Made some of the patterns better readable.
104
6fdad5dc
TTN
1052001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
106
107 * tests/srfi-19.test (test-time-comparision,
108 test-time-arithmatic): New procs.
109
110 Add time comparison tests using new procs.
111 Thanks to Alex Shinn.
112
b573e744
MV
1132001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
114
115 * tests/dynamic-scope.test: New file.
116
e9313ed7
TTN
1172001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
118
119 * tests/srfi-13.test (string-for-each, string-for-each-index):
120 Add tests. (Thanks to Alex Shinn.)
121
80fdeb4e
MD
1222001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
123
124 * tests/srfi-13.test (string-map): Swapped order of string and
125 proc args to conform with the srfi. (Thanks to Alex Shinn.)
126
c3597bc4
TTN
1272001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
128
129 * tests/getopt-long.test (exception:no-such-option,
130 exception:option-does-not-support-arg,
131 exception:option-must-be-specified,
132 exception:option-must-have-arg, exception:not-enough-args):
133 New vars.
134
135 ("option-ref", "required", "specified no value, given anyway",
136 "specified arg required"): New top-level sections.
137
2f4a254a
DH
1382001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
139
140 * tests/numbers.test: Added Some syntax tests for
141 string->number.
142
284774f3
MV
1432001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
144
145 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
146 "SCM_TESTS". This has special meaning to automake. How many
147 tries left to get this right, mvo?
148
5f099933
MV
1492001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
150
151 * Makefile.am (TESTS): List tests explicitely instead of using a
152 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
153
b754e3d1
MV
1542001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
155
156 * Makefile.am: New file, to control distribution of the
157 test-suite.
158
ed9ef462
TTN
1592001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
160
161 * tests/getopt-long.test: New file.
162
9b974335
TTN
1632001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
164
165 * lib.scm (run-test-exception): Add special handling for
166 `error'-generated exceptions, which pass key `misc-error' and
167 leave messages unformatted.
168
96e30d2a
MG
1692001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
170
171 * tests/alist.test, tests/bit-operations.test,
172 tests/common-list.test, tests/environments.test, tests/eval.test,
173 tests/gc.test, tests/hooks.test, tests/import.test,
174 tests/interp.test, tests/list.test, tests/load.test,
175 tests/numbers.test, tests/ports.test, tests/r4rs.test,
176 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
177 copyright notice.
178
072ad0fe
MG
1792001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
180
181 * tests/srfi-14.test: New file.
182
22647fef
MV
1832001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
184
185 * tests/import.test: New file.
186
bdd2c6f4
DH
1872001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
188
189 * tests/goops.test: Started with some real tests.
190
0e3817d7
DH
1912001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
192
193 * guile-test: Use module (ice-9 rdelim).
194
39cb0b04
MG
1952001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
196
197 * tests/srfi-4.test: New file.
198
eb6c2de8
MV
1992001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
200
201