* tests/syntax.test: Added some tests, updated some others with
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
7171f1ab
DH
12001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * tests/syntax.test: Added some tests, updated some others with
4 respect to recent changes in eval.c. Further, extracted test
5 cases for guile's extended set! functionality to srfi-17.test.
6
7 * tests/srfi-17.test: New file.
8
8f99e3f3
SJ
92001-11-04 Stefan Jahn <stefan@lkcc.org>
10
11 * tests/ports.test: Run (close-port) before (delete-file) if
12 necessary/advisory.
13
2b6b5908
DH
142001-10-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
15
16 * tests/eval.test: Added tests for promises.
17
1a179b03
MD
182001-10-21 Mikael Djurfeldt <mdj@linnaeus>
19
20 * lib.scm: Move module the system directives `export',
21 `export-syntax', `re-export' and `re-export-syntax' into the
22 `define-module' form. This is the recommended way of exporting
23 bindings.
24
b461abe7
DH
252001-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
26
27 * tests/syntax.test: Added test cases for 'cond =>' syntax with
28 else clause. Changed some tests and comments related to the
29 'case' form to reflect recent changes in the implementation.
30
ea6c2147
DH
312001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
32
33 * tests/syntax.test: Added test cases for 'lambda' syntax.
34
27a22666
DH
352001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
36
37 * tests/syntax.test: Added test cases for 'case' syntax.
38
b7d9b1cf
DH
392001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
40
41 * tests/numbers.test: Added a test case that checks if valid
42 number strings are transformed correctly by string->number.
43
0b073f0f
RB
442001-09-21 Rob Browning <rlb@defaultvalue.org>
45
46 * tests/numbers.test (fixnum-bit): compute dynamically.
47
48 * tests/bit-operations.test (fixnum-bit): compute dynamically.
49
95e2cd37
TTN
502001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
51
52 * tests/getopt-long.test ("apples-blimps-catalexis example",
53 "multiple occurances"): New top-level sections.
54
569c483b
DH
552001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
56
57 * tests/numbers.test: Made some of the patterns better readable.
58
6fdad5dc
TTN
592001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
60
61 * tests/srfi-19.test (test-time-comparision,
62 test-time-arithmatic): New procs.
63
64 Add time comparison tests using new procs.
65 Thanks to Alex Shinn.
66
b573e744
MV
672001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
68
69 * tests/dynamic-scope.test: New file.
70
e9313ed7
TTN
712001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
72
73 * tests/srfi-13.test (string-for-each, string-for-each-index):
74 Add tests. (Thanks to Alex Shinn.)
75
80fdeb4e
MD
762001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
77
78 * tests/srfi-13.test (string-map): Swapped order of string and
79 proc args to conform with the srfi. (Thanks to Alex Shinn.)
80
c3597bc4
TTN
812001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
82
83 * tests/getopt-long.test (exception:no-such-option,
84 exception:option-does-not-support-arg,
85 exception:option-must-be-specified,
86 exception:option-must-have-arg, exception:not-enough-args):
87 New vars.
88
89 ("option-ref", "required", "specified no value, given anyway",
90 "specified arg required"): New top-level sections.
91
2f4a254a
DH
922001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
93
94 * tests/numbers.test: Added Some syntax tests for
95 string->number.
96
284774f3
MV
972001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
98
99 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
100 "SCM_TESTS". This has special meaning to automake. How many
101 tries left to get this right, mvo?
102
5f099933
MV
1032001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
104
105 * Makefile.am (TESTS): List tests explicitely instead of using a
106 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
107
b754e3d1
MV
1082001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
109
110 * Makefile.am: New file, to control distribution of the
111 test-suite.
112
ed9ef462
TTN
1132001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
114
115 * tests/getopt-long.test: New file.
116
9b974335
TTN
1172001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
118
119 * lib.scm (run-test-exception): Add special handling for
120 `error'-generated exceptions, which pass key `misc-error' and
121 leave messages unformatted.
122
96e30d2a
MG
1232001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
124
125 * tests/alist.test, tests/bit-operations.test,
126 tests/common-list.test, tests/environments.test, tests/eval.test,
127 tests/gc.test, tests/hooks.test, tests/import.test,
128 tests/interp.test, tests/list.test, tests/load.test,
129 tests/numbers.test, tests/ports.test, tests/r4rs.test,
130 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
131 copyright notice.
132
072ad0fe
MG
1332001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
134
135 * tests/srfi-14.test: New file.
136
22647fef
MV
1372001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
138
139 * tests/import.test: New file.
140
bdd2c6f4
DH
1412001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
142
143 * tests/goops.test: Started with some real tests.
144
0e3817d7
DH
1452001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
146
147 * guile-test: Use module (ice-9 rdelim).
148
39cb0b04
MG
1492001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
150
151 * tests/srfi-4.test: New file.
152
eb6c2de8
MV
1532001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
154
155