(/): Expect divison by an inexact zero to yield +inf.0.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
45845efe
MV
12002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
2
2a7461f5
MV
3 * tests/regexp.test (regexp-substitute/global): Do not test with
4 empty regexp. Empty regexps do not work on NetBSD.
5
45845efe
MV
6 * tests/syncase.test (basic syncase macro): Added.
7
54d4ac1f
MV
82002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
9
10 * tests/srfi-13.test (string-tokenize): Updated for fixed
11 semantics.
12
3c540af4
MV
132002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
14
15 * Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute
16 directories manually.
17
ecb471f9
TTN
182002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
19
20 * guile-test (main): Handle `--flag-unresolved'. No longer set
21 exit value to #f unconditionally on UNRESOLVED results.
e383ab49 22 (for-each-file): Do not recurse into "CVS" or "RCS" subdirs.
ecb471f9 23
a64e6669
NJ
242002-02-08 Neil Jerram <neil@ossau.uklinux.net>
25
26 * tests/elisp.test: Add tests of Elisp expression evaluation.
27
bbd26b5a
NJ
282002-01-25 Neil Jerram <neil@ossau.uklinux.net>
29
30 * tests/load.test: New test; for search-path with Elisp
31 nil-terminated lists for PATH and EXTENSIONS.
32
33 * tests/elisp.test: More tests for Scheme primitives that should
34 accept Elisp nil-terminated lists.
35
962b1f0b
NJ
362002-01-24 Neil Jerram <neil@ossau.uklinux.net>
37
38 * tests/elisp.test: More new tests for the Elisp nil value.
39
04bb321a
NJ
402002-01-22 Neil Jerram <neil@ossau.uklinux.net>
41
42 * Makefile.am (SCM_TESTS): Added elisp.test.
43
44 * tests/elisp.test: New file.
45
80074d77
DH
462001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
47
48 * tests/numbers.test: Added more division by zero tests.
49
1b3a7932
DH
502001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
51
52 * tests/numbers.test: Added division by zero tests.
53
7171f1ab
DH
542001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
55
56 * tests/syntax.test: Added some tests, updated some others with
57 respect to recent changes in eval.c. Further, extracted test
58 cases for guile's extended set! functionality to srfi-17.test.
59
60 * tests/srfi-17.test: New file.
61
8f99e3f3
SJ
622001-11-04 Stefan Jahn <stefan@lkcc.org>
63
64 * tests/ports.test: Run (close-port) before (delete-file) if
65 necessary/advisory.
66
2b6b5908
DH
672001-10-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
68
69 * tests/eval.test: Added tests for promises.
70
1a179b03
MD
712001-10-21 Mikael Djurfeldt <mdj@linnaeus>
72
73 * lib.scm: Move module the system directives `export',
74 `export-syntax', `re-export' and `re-export-syntax' into the
75 `define-module' form. This is the recommended way of exporting
76 bindings.
77
b461abe7
DH
782001-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
79
80 * tests/syntax.test: Added test cases for 'cond =>' syntax with
81 else clause. Changed some tests and comments related to the
82 'case' form to reflect recent changes in the implementation.
83
ea6c2147
DH
842001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
85
86 * tests/syntax.test: Added test cases for 'lambda' syntax.
87
27a22666
DH
882001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
89
90 * tests/syntax.test: Added test cases for 'case' syntax.
91
b7d9b1cf
DH
922001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
93
94 * tests/numbers.test: Added a test case that checks if valid
95 number strings are transformed correctly by string->number.
96
0b073f0f
RB
972001-09-21 Rob Browning <rlb@defaultvalue.org>
98
99 * tests/numbers.test (fixnum-bit): compute dynamically.
100
101 * tests/bit-operations.test (fixnum-bit): compute dynamically.
102
95e2cd37
TTN
1032001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
104
105 * tests/getopt-long.test ("apples-blimps-catalexis example",
106 "multiple occurances"): New top-level sections.
107
569c483b
DH
1082001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
109
110 * tests/numbers.test: Made some of the patterns better readable.
111
6fdad5dc
TTN
1122001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
113
114 * tests/srfi-19.test (test-time-comparision,
115 test-time-arithmatic): New procs.
116
117 Add time comparison tests using new procs.
118 Thanks to Alex Shinn.
119
b573e744
MV
1202001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
121
122 * tests/dynamic-scope.test: New file.
123
e9313ed7
TTN
1242001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
125
126 * tests/srfi-13.test (string-for-each, string-for-each-index):
127 Add tests. (Thanks to Alex Shinn.)
128
80fdeb4e
MD
1292001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
130
131 * tests/srfi-13.test (string-map): Swapped order of string and
132 proc args to conform with the srfi. (Thanks to Alex Shinn.)
133
c3597bc4
TTN
1342001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
135
136 * tests/getopt-long.test (exception:no-such-option,
137 exception:option-does-not-support-arg,
138 exception:option-must-be-specified,
139 exception:option-must-have-arg, exception:not-enough-args):
140 New vars.
141
142 ("option-ref", "required", "specified no value, given anyway",
143 "specified arg required"): New top-level sections.
144
2f4a254a
DH
1452001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
146
147 * tests/numbers.test: Added Some syntax tests for
148 string->number.
149
284774f3
MV
1502001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
151
152 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
153 "SCM_TESTS". This has special meaning to automake. How many
154 tries left to get this right, mvo?
155
5f099933
MV
1562001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
157
158 * Makefile.am (TESTS): List tests explicitely instead of using a
159 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
160
b754e3d1
MV
1612001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
162
163 * Makefile.am: New file, to control distribution of the
164 test-suite.
165
ed9ef462
TTN
1662001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
167
168 * tests/getopt-long.test: New file.
169
9b974335
TTN
1702001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
171
172 * lib.scm (run-test-exception): Add special handling for
173 `error'-generated exceptions, which pass key `misc-error' and
174 leave messages unformatted.
175
96e30d2a
MG
1762001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
177
178 * tests/alist.test, tests/bit-operations.test,
179 tests/common-list.test, tests/environments.test, tests/eval.test,
180 tests/gc.test, tests/hooks.test, tests/import.test,
181 tests/interp.test, tests/list.test, tests/load.test,
182 tests/numbers.test, tests/ports.test, tests/r4rs.test,
183 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
184 copyright notice.
185
072ad0fe
MG
1862001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
187
188 * tests/srfi-14.test: New file.
189
22647fef
MV
1902001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
191
192 * tests/import.test: New file.
193
bdd2c6f4
DH
1942001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
195
196 * tests/goops.test: Started with some real tests.
197
0e3817d7
DH
1982001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
199
200 * guile-test: Use module (ice-9 rdelim).
201
39cb0b04
MG
2022001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
203
204 * tests/srfi-4.test: New file.
205
eb6c2de8
MV
2062001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
207
208