* GUILE-VERSION (GUILE_EFFECTIVE_VERSION): new variable.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
d2864c8a
NJ
12002-11-06 Neil Jerram <neil@ossau.uklinux.net>
2
3 * tests/options.test: New.
4
9bc54879
RB
52002-10-04 Rob Browning <rlb@defaultvalue.org>
6
7 * tests/numbers.test ("expt"): add tests.
8
6b61da18
MV
92002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
10
11 * Makefile.am (dist-hook): Do not distribute CVS directories.
12 Thanks to Greg Troxel!
13
ba1b2226
HWN
142002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
15
16 * tests/reader.test: change misc-error in read-error.
17
33e04d54
DH
182002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
19
20 * tests/goops.test: Added tests for define-generic and
21 define-accessor.
22
9f045403
DH
232002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
24
25 * tests/goops.test: Added tests for define-class.
26
1ee34062
MV
272002-05-07 Marius Vollmer <mvo@zagadka.ping.de>
28
29 * tests/numbers.test (/): Expect divison by an inexact zero to
30 yield +inf.0.
31
45845efe
MV
322002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
33
2a7461f5
MV
34 * tests/regexp.test (regexp-substitute/global): Do not test with
35 empty regexp. Empty regexps do not work on NetBSD.
36
45845efe
MV
37 * tests/syncase.test (basic syncase macro): Added.
38
54d4ac1f
MV
392002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
40
41 * tests/srfi-13.test (string-tokenize): Updated for fixed
42 semantics.
43
3c540af4
MV
442002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
45
46 * Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute
47 directories manually.
48
ecb471f9
TTN
492002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
50
51 * guile-test (main): Handle `--flag-unresolved'. No longer set
52 exit value to #f unconditionally on UNRESOLVED results.
e383ab49 53 (for-each-file): Do not recurse into "CVS" or "RCS" subdirs.
ecb471f9 54
a64e6669
NJ
552002-02-08 Neil Jerram <neil@ossau.uklinux.net>
56
57 * tests/elisp.test: Add tests of Elisp expression evaluation.
58
bbd26b5a
NJ
592002-01-25 Neil Jerram <neil@ossau.uklinux.net>
60
61 * tests/load.test: New test; for search-path with Elisp
62 nil-terminated lists for PATH and EXTENSIONS.
63
64 * tests/elisp.test: More tests for Scheme primitives that should
65 accept Elisp nil-terminated lists.
66
962b1f0b
NJ
672002-01-24 Neil Jerram <neil@ossau.uklinux.net>
68
69 * tests/elisp.test: More new tests for the Elisp nil value.
70
04bb321a
NJ
712002-01-22 Neil Jerram <neil@ossau.uklinux.net>
72
73 * Makefile.am (SCM_TESTS): Added elisp.test.
74
75 * tests/elisp.test: New file.
76
80074d77
DH
772001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
78
79 * tests/numbers.test: Added more division by zero tests.
80
1b3a7932
DH
812001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
82
83 * tests/numbers.test: Added division by zero tests.
84
7171f1ab
DH
852001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
86
87 * tests/syntax.test: Added some tests, updated some others with
88 respect to recent changes in eval.c. Further, extracted test
89 cases for guile's extended set! functionality to srfi-17.test.
90
91 * tests/srfi-17.test: New file.
92
8f99e3f3
SJ
932001-11-04 Stefan Jahn <stefan@lkcc.org>
94
95 * tests/ports.test: Run (close-port) before (delete-file) if
96 necessary/advisory.
97
2b6b5908
DH
982001-10-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
99
100 * tests/eval.test: Added tests for promises.
101
1a179b03
MD
1022001-10-21 Mikael Djurfeldt <mdj@linnaeus>
103
104 * lib.scm: Move module the system directives `export',
105 `export-syntax', `re-export' and `re-export-syntax' into the
106 `define-module' form. This is the recommended way of exporting
107 bindings.
108
b461abe7
DH
1092001-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
110
111 * tests/syntax.test: Added test cases for 'cond =>' syntax with
112 else clause. Changed some tests and comments related to the
113 'case' form to reflect recent changes in the implementation.
114
ea6c2147
DH
1152001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
116
117 * tests/syntax.test: Added test cases for 'lambda' syntax.
118
27a22666
DH
1192001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
120
121 * tests/syntax.test: Added test cases for 'case' syntax.
122
b7d9b1cf
DH
1232001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
124
125 * tests/numbers.test: Added a test case that checks if valid
126 number strings are transformed correctly by string->number.
127
0b073f0f
RB
1282001-09-21 Rob Browning <rlb@defaultvalue.org>
129
130 * tests/numbers.test (fixnum-bit): compute dynamically.
131
132 * tests/bit-operations.test (fixnum-bit): compute dynamically.
133
95e2cd37
TTN
1342001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
135
136 * tests/getopt-long.test ("apples-blimps-catalexis example",
137 "multiple occurances"): New top-level sections.
138
569c483b
DH
1392001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
140
141 * tests/numbers.test: Made some of the patterns better readable.
142
6fdad5dc
TTN
1432001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
144
145 * tests/srfi-19.test (test-time-comparision,
146 test-time-arithmatic): New procs.
147
148 Add time comparison tests using new procs.
149 Thanks to Alex Shinn.
150
b573e744
MV
1512001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
152
153 * tests/dynamic-scope.test: New file.
154
e9313ed7
TTN
1552001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
156
157 * tests/srfi-13.test (string-for-each, string-for-each-index):
158 Add tests. (Thanks to Alex Shinn.)
159
80fdeb4e
MD
1602001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
161
162 * tests/srfi-13.test (string-map): Swapped order of string and
163 proc args to conform with the srfi. (Thanks to Alex Shinn.)
164
c3597bc4
TTN
1652001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
166
167 * tests/getopt-long.test (exception:no-such-option,
168 exception:option-does-not-support-arg,
169 exception:option-must-be-specified,
170 exception:option-must-have-arg, exception:not-enough-args):
171 New vars.
172
173 ("option-ref", "required", "specified no value, given anyway",
174 "specified arg required"): New top-level sections.
175
2f4a254a
DH
1762001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
177
178 * tests/numbers.test: Added Some syntax tests for
179 string->number.
180
284774f3
MV
1812001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
182
183 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
184 "SCM_TESTS". This has special meaning to automake. How many
185 tries left to get this right, mvo?
186
5f099933
MV
1872001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
188
189 * Makefile.am (TESTS): List tests explicitely instead of using a
190 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
191
b754e3d1
MV
1922001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
193
194 * Makefile.am: New file, to control distribution of the
195 test-suite.
196
ed9ef462
TTN
1972001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
198
199 * tests/getopt-long.test: New file.
200
9b974335
TTN
2012001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
202
203 * lib.scm (run-test-exception): Add special handling for
204 `error'-generated exceptions, which pass key `misc-error' and
205 leave messages unformatted.
206
96e30d2a
MG
2072001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
208
209 * tests/alist.test, tests/bit-operations.test,
210 tests/common-list.test, tests/environments.test, tests/eval.test,
211 tests/gc.test, tests/hooks.test, tests/import.test,
212 tests/interp.test, tests/list.test, tests/load.test,
213 tests/numbers.test, tests/ports.test, tests/r4rs.test,
214 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
215 copyright notice.
216
072ad0fe
MG
2172001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
218
219 * tests/srfi-14.test: New file.
220
22647fef
MV
2212001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
222
223 * tests/import.test: New file.
224
bdd2c6f4
DH
2252001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
226
227 * tests/goops.test: Started with some real tests.
228
0e3817d7
DH
2292001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
230
231 * guile-test: Use module (ice-9 rdelim).
232
39cb0b04
MG
2332001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
234
235 * tests/srfi-4.test: New file.
236
eb6c2de8
MV
2372001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
238
239