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