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