Initial revision
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
a64e6669
NJ
12002-02-08 Neil Jerram <neil@ossau.uklinux.net>
2
3 * tests/elisp.test: Add tests of Elisp expression evaluation.
4
bbd26b5a
NJ
52002-01-25 Neil Jerram <neil@ossau.uklinux.net>
6
7 * tests/load.test: New test; for search-path with Elisp
8 nil-terminated lists for PATH and EXTENSIONS.
9
10 * tests/elisp.test: More tests for Scheme primitives that should
11 accept Elisp nil-terminated lists.
12
962b1f0b
NJ
132002-01-24 Neil Jerram <neil@ossau.uklinux.net>
14
15 * tests/elisp.test: More new tests for the Elisp nil value.
16
04bb321a
NJ
172002-01-22 Neil Jerram <neil@ossau.uklinux.net>
18
19 * Makefile.am (SCM_TESTS): Added elisp.test.
20
21 * tests/elisp.test: New file.
22
80074d77
DH
232001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
24
25 * tests/numbers.test: Added more division by zero tests.
26
1b3a7932
DH
272001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
28
29 * tests/numbers.test: Added division by zero tests.
30
7171f1ab
DH
312001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
32
33 * tests/syntax.test: Added some tests, updated some others with
34 respect to recent changes in eval.c. Further, extracted test
35 cases for guile's extended set! functionality to srfi-17.test.
36
37 * tests/srfi-17.test: New file.
38
8f99e3f3
SJ
392001-11-04 Stefan Jahn <stefan@lkcc.org>
40
41 * tests/ports.test: Run (close-port) before (delete-file) if
42 necessary/advisory.
43
2b6b5908
DH
442001-10-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
45
46 * tests/eval.test: Added tests for promises.
47
1a179b03
MD
482001-10-21 Mikael Djurfeldt <mdj@linnaeus>
49
50 * lib.scm: Move module the system directives `export',
51 `export-syntax', `re-export' and `re-export-syntax' into the
52 `define-module' form. This is the recommended way of exporting
53 bindings.
54
b461abe7
DH
552001-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
56
57 * tests/syntax.test: Added test cases for 'cond =>' syntax with
58 else clause. Changed some tests and comments related to the
59 'case' form to reflect recent changes in the implementation.
60
ea6c2147
DH
612001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
62
63 * tests/syntax.test: Added test cases for 'lambda' syntax.
64
27a22666
DH
652001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
66
67 * tests/syntax.test: Added test cases for 'case' syntax.
68
b7d9b1cf
DH
692001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
70
71 * tests/numbers.test: Added a test case that checks if valid
72 number strings are transformed correctly by string->number.
73
0b073f0f
RB
742001-09-21 Rob Browning <rlb@defaultvalue.org>
75
76 * tests/numbers.test (fixnum-bit): compute dynamically.
77
78 * tests/bit-operations.test (fixnum-bit): compute dynamically.
79
95e2cd37
TTN
802001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
81
82 * tests/getopt-long.test ("apples-blimps-catalexis example",
83 "multiple occurances"): New top-level sections.
84
569c483b
DH
852001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
86
87 * tests/numbers.test: Made some of the patterns better readable.
88
6fdad5dc
TTN
892001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
90
91 * tests/srfi-19.test (test-time-comparision,
92 test-time-arithmatic): New procs.
93
94 Add time comparison tests using new procs.
95 Thanks to Alex Shinn.
96
b573e744
MV
972001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
98
99 * tests/dynamic-scope.test: New file.
100
e9313ed7
TTN
1012001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
102
103 * tests/srfi-13.test (string-for-each, string-for-each-index):
104 Add tests. (Thanks to Alex Shinn.)
105
80fdeb4e
MD
1062001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
107
108 * tests/srfi-13.test (string-map): Swapped order of string and
109 proc args to conform with the srfi. (Thanks to Alex Shinn.)
110
c3597bc4
TTN
1112001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
112
113 * tests/getopt-long.test (exception:no-such-option,
114 exception:option-does-not-support-arg,
115 exception:option-must-be-specified,
116 exception:option-must-have-arg, exception:not-enough-args):
117 New vars.
118
119 ("option-ref", "required", "specified no value, given anyway",
120 "specified arg required"): New top-level sections.
121
2f4a254a
DH
1222001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
123
124 * tests/numbers.test: Added Some syntax tests for
125 string->number.
126
284774f3
MV
1272001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
128
129 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
130 "SCM_TESTS". This has special meaning to automake. How many
131 tries left to get this right, mvo?
132
5f099933
MV
1332001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
134
135 * Makefile.am (TESTS): List tests explicitely instead of using a
136 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
137
b754e3d1
MV
1382001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
139
140 * Makefile.am: New file, to control distribution of the
141 test-suite.
142
ed9ef462
TTN
1432001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
144
145 * tests/getopt-long.test: New file.
146
9b974335
TTN
1472001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
148
149 * lib.scm (run-test-exception): Add special handling for
150 `error'-generated exceptions, which pass key `misc-error' and
151 leave messages unformatted.
152
96e30d2a
MG
1532001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
154
155 * tests/alist.test, tests/bit-operations.test,
156 tests/common-list.test, tests/environments.test, tests/eval.test,
157 tests/gc.test, tests/hooks.test, tests/import.test,
158 tests/interp.test, tests/list.test, tests/load.test,
159 tests/numbers.test, tests/ports.test, tests/r4rs.test,
160 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
161 copyright notice.
162
072ad0fe
MG
1632001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
164
165 * tests/srfi-14.test: New file.
166
22647fef
MV
1672001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
168
169 * tests/import.test: New file.
170
bdd2c6f4
DH
1712001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
172
173 * tests/goops.test: Started with some real tests.
174
0e3817d7
DH
1752001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
176
177 * guile-test: Use module (ice-9 rdelim).
178
39cb0b04
MG
1792001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
180
181 * tests/srfi-4.test: New file.
182
eb6c2de8
MV
1832001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
184
185