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