* libguile/eval.c (s_bad_formals, s_bad_formal, s_duplicate_formal):
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
03a3e941
DH
12003-10-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * tests/syntax.test (define exception:bad-formal, define
4 exception:duplicate-formal): New.
5
6 (exception:duplicate-formals): Removed.
7
8 (exception:bad-formals): Adapted to the new way of error
9 reporting.
10
11 Adapted tests for 'lambda' to the new way of error reporting.
12
4faa1ea0
DH
132003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
14
15 * tests/syntax.test (exception:missing/extra-expr-syntax): Fixed
16 to be unaware of whether line number information is given or not.
17
4610b011
DH
182003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
19
20 * tests/syntax.test (exception:missing/extra-expr-syntax): New,
21 introduced temporarily until all memoizers use the new way of
22 error reporting.
23
24 Adapted tests for 'if' to the new way of error reporting.
25
cc56ba80
DH
262003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
27
28 * tests/syntax.test (exception:missing-expr,
29 exception:extra-expr): New.
30
31 Adapted tests for 'begin' to the new way of error
32 reporting.
33
609a8b86
DH
342003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
35
36 * tests/syntax.test (exception:misplaced-else-clause,
37 exception:bad-cond-clause): New.
38
39 (exception:bad/missing-clauses, exception:extra-case-clause):
40 Removed.
41
42 Adapted tests for 'case' and 'cond' to the new way of error
43 reporting.
44
45 The tests that check if cond is hygienic pass now.
46
58a2510b
DH
472003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
48
49 * tests/syntax.test: Fixed and activated test of empty case label
50 support.
51
2a6f7afe
DH
522003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
53
54 * tests/syntax.test (exception:bad-expression,
55 exception:missing-clauses, exception:bad-case-clause,
56 exception:extra-case-clause, exception:bad-case-labels): New.
57
58 Added some tests and adapted tests for 'case' to the new way of
59 error reporting.
60
e6729603
DH
612003-10-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
62
63 * lib.scm (run-test-exception): Handle syntax errors.
64
7b0f1f2a
MV
652003-10-10 Marius Vollmer <mvo@zagadka.de>
66
67 * tests/numbers.test (inexact->exact): Use corrent argument order
68 for pass-if-exception. Use "+inf.0" instead of "+.inf", etc.
69
b7be48bc
KR
702003-10-09 Kevin Ryde <user42@zip.com.au>
71
9ddeb776
KR
72 * tests/numbers.test (inexact->exact): New tests.
73
b7be48bc
KR
74 * tests/poe.test: New file.
75 * Makefile.am: Add it.
76
d6e04e7c
DH
772003-10-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
78
79 * lib.scm (exception:missing-expression): New.
80
81 * tests/dynamic-scope.test, tests/eval.test,
82 tests/r5rs_pitfall.test, tests/srfi-17.test, tests/syncase.test:
83 Wrap tests in module (test-suite test-<file-name without .test>),
84 following a practice that was used on a couple of files already.
85
86 * tests/dynamic-scope.test (exception:duplicate-binding,
87 exception:bad-binding): New.
88
89 * tests/dynamic-scope.test, tests/srfi-17.test, tests/syntax.test:
90 Execute syntactically wrong tests using eval. With the upcoming
91 new memoizer this is necessary in order to postpone the syntax
92 check to the actual evaluation of the syntactically wrong form.
93
94 * tests/syntax.test: Added some test cases and modified one test
95 case.
96
39a963ee
KR
972003-10-02 Kevin Ryde <user42@zip.com.au>
98
99 * tests/ports.test (call-with-output-string): Test proc closing port.
100
8aa28a91
DH
1012003-09-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
102
103 * guile-test: Wrapped in module (test-suite guile-test).
104
105 (main data-file-name test-file-name): Exported.
106
107 ((guile-user)::main): New function, wrapper for function
108 (test-suite guile-test)::main.
109
110 * tests/load.test: Wrapped in module (test-suite test-load).
111
112 * tests/ports.test: Wrapped in module (test-suite test-ports).
113
114 * tests/r4rs.test: Wrapped in module (test-suite test-r4rs).
115 Added comments about the required structure of the file itself,
116 since it is subject to some tests. Removed some now unnecessary
117 undefine operations.
118
119 * tests/syntax.test: Wrapped in module (test-suite test-syntax)
120
518a07ad
KR
1212003-09-19 Kevin Ryde <user42@zip.com.au>
122
123 * tests/popen.test: New file.
124 * Makefile.am (SCM_TESTS): Add it.
125
47ae1f0e
DH
1262003-09-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
127
128 * tests/numbers.test (equal?): Added tests.
129
130 * tests/numbers.test (=): Fixed and added some bignum related
131 tests.
132
0f008a15
KR
1332003-08-30 Kevin Ryde <user42@zip.com.au>
134
135 * tests/numbers.test (logcount): Add tests.
136
a54e06e5
KR
1372003-08-23 Kevin Ryde <user42@zip.com.au>
138
430110ee
KR
139 * tests/srfi-1.test (list-copy): New tests.
140
a54e06e5
KR
141 * tests/srfi-19.test (date-week-number): Add tests.
142
b1c60217
KR
1432003-08-22 Kevin Ryde <user42@zip.com.au>
144
145 * tests/numbers.test (-): Exercise bignum - inum.
146
2388d9af
KR
1472003-08-17 Kevin Ryde <user42@zip.com.au>
148
149 * tests/syntax.test (while): Exercise break and continue from
150 recursive nested loops.
151
d97f9b42
KR
1522003-08-14 Kevin Ryde <user42@zip.com.au>
153
154 * tests/syntax.test (while): New tests.
155
4d332f19
DH
1562003-08-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
157
158 * tests/numbers.test: Eliminated misuses of expect-fail. It
159 should only be used in cases, where guile has a known bug. It
160 should not be used in cases where an expression is expected to
161 return #f as its correct result.
162
3bcdda6a
KR
1632003-08-09 Kevin Ryde <user42@zip.com.au>
164
165 * tests/srcprop.test: New file.
166 * Makefile.am (SCM_TESTS): Add it.
167
8e5b4b9e
KR
1682003-07-29 Kevin Ryde <user42@zip.com.au>
169
170 * tests/srfi-1.test (concatenate, concatenate!): New tests.
171 (length+): New tests.
172
173 * tests/srfi-34.test: Check cond-expand srfi-34.
174
d7850c8d
KR
1752003-07-24 Kevin Ryde <user42@zip.com.au>
176
177 * tests/numbers.test (angle): New tests.
178
b1c04fe8
KR
1792003-07-18 Kevin Ryde <user42@zip.com.au>
180
181 * tests/numbers.test (*): Add complex/bignum test.
182
e7cc532b
KR
1832003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
184
185 * tests/srfi-1.test (partition): Add tests.
186
e5a74c26
KR
1872003-07-08 Kevin Ryde <user42@zip.com.au>
188
005d2366
KR
189 * tests/numbers.test (make-polar, magnitude): New tests.
190
e5a74c26 191 * tests/srfi-1.test (delete, delete!): Add more tests.
005d2366 192 (delete-duplicates, delete-duplicates!): New tests.
e5a74c26 193
1ebb8497
KR
1942003-06-21 Kevin Ryde <user42@zip.com.au>
195
196 * tests/numbers.test (truncate, round, asinh, acosh, atanh): Add some
197 tests.
198
996acdb8
KR
1992003-06-19 Kevin Ryde <user42@zip.com.au>
200
201 * tests/posix.test: New file, exercising putenv, setenv, unsetenv.
202 * tests/threads.test: New file, exercising parallel.
203 * Makefile.am (SCM_TESTS): Add them.
204
f2478375
KR
2052003-06-07 Kevin Ryde <user42@zip.com.au>
206
207 * tests/srfi-6.test: New file.
d4d694b6 208 * Makefile.am (SCM_TESTS): Add it.
f2478375 209
f5c6ec2f
DH
2102003-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
211
212 * tests/chars.test: Fixed test comment. The bug that this test
213 detects was actually introduced by my patch from 2003-05-31.
214
47dbd81e
DH
2152003-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
216
217 * tests/chars.test: Added test, attempting to apply a character.
218 This test will only pass if the other changes that are submitted
219 together with this patch are also applied.
220
e418bd7c
KR
2212003-06-05 Kevin Ryde <user42@zip.com.au>
222
223 * tests/numbers.test (logcount): Add a few more tests, to exercise
224 recent scm_logcount change.
225
226 * tests/reader.test (reading): Test bad # error message is formattable.
227
e757438d
DH
2282003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
229
230 * tests/pairs.test: Added.
231
7673cf68
DH
2322003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
233
234 * tests/vectors.test: Added.
235
6d63297b
DH
2362003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
237
238 * tests/guardians.test: Uses module (ice-9 weak-vector).
239
e46083d5
DH
2402003-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
241
242 * lib.scm: Documented the short form for pass-if and expect-fail.
243
244 (pass-if, expect-fail): Simplified.
245
c47e2599
KR
2462003-05-30 Kevin Ryde <user42@zip.com.au>
247
248 * tests/numbers.test (max, min): Add tests involving NaNs.
249
2e945bcc
SJ
2502003-05-29 Stefan Jahn <stefan@lkcc.org>
251
252 * standalone/Makefile.am: Setup to build on mingw32.
253
42ad901d
DH
2542003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
255
256 * tests/elisp.test: Added missing quote around vector constants.
257
ddd8f927
DH
2582003-05-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
259
260 * tests/r5rs_pitfall.test: Test 2.1 now passes.
261
59e42631
KR
2622003-05-13 Kevin Ryde <user42@zip.com.au>
263
264 * tests/numbers.test (=, <, max, min): Add tests of bignum/inf
265 combinations.
266
267 * tests/srfi-1.test (delete, delete!): Test predicate call arg order.
268
9c8721b5
KR
2692003-05-10 Kevin Ryde <user42@zip.com.au>
270
4f3deff4
KR
271 * tests/numbers.test (=, <): Add tests involving NaNs.
272
273 * tests/numbers.test (integer-length): Exercise some negatives, in
274 particular -2^n which is ...11100..00.
275
276 * tests/numbers.test (gcd): Exercise bignum/inum with a bignum not
277 fitting a ulong.
278
9c8721b5
KR
279 * tests/srfi-1.test: New file, exercising take and drop.
280 * Makefile.am (SCM_TESTS): Add it.
281
d963e93f
KR
2822003-05-06 Kevin Ryde <user42@zip.com.au>
283
284 * tests/numbers.test (-): Add test for negative inum subtract bignum.
285 (logcount): New tests, exercising some negatives.
286
1b965c29
MV
2872003-05-03 Marius Vollmer <mvo@zagadka.de>
288
289 * tests/r5rs_pitfall.test: New. Thanks to Dale P. Smith for
290 pointing us to these tests.
291
a1a5dfa8
NJ
2922003-04-30 Neil Jerram <neil@ossau.uklinux.net>
293
294 * Makefile.am (SCM_TESTS): Add tests/srfi-34.test.
295
296 * tests/srfi-34.test: New file.
297
4dce3c96
DH
2982003-04-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
299
300 * tests/syntax.test: Modified some tests to use eval when
301 providing bad syntax. Otherwise, the memoizer will report an
302 error immediately after reading the form, without even the chance
303 to get the pass-if-exception mechanism started.
304
9247b5bc
DH
3052003-04-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
306
307 * tests/guardians.test: Added some more elaborate and
308 sophisticated tests for the guardian functionality.
309
d339981a
DH
3102003-04-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
311
312 * tests/sort.test: Added. Both tests in that file did fail (one
313 even with a segfault) with CVS guile before the recent changes to
314 sort.c.
315
57b1d518
MD
3162003-04-17 Mikael Djurfeldt <djurfeldt@nada.kth.se>
317
318 * tests/goops.test: Added tests for correctness of class
47cd67db
MD
319 precedence list in all basic classes and tests for eqv? and
320 equal?.
57b1d518 321
58241edc
MD
3222003-04-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
323
324 * tests/goops.test: Added tests for class redefinition, object
325 update and active slots.
326
50d64f0d
RB
3272003-04-14 Rob Browning <rlb@defaultvalue.org>
328
329 * standalone/test-asmobs-lib.c (libtest_asmobs_init): include
330 test-asmobs-lib.x rather than test-asmobs-lib.x.c.
331
332 * standalone/Makefile.am: change from .c.x to .x to be consistent
333 with the rest of guile.
334
dff96e95
HWN
3352003-04-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
336
337 * standalone/Makefile.am (snarfcppopts): use DEFAULT_INCLUDES
338 instead of INCLUDES
339
07921c76
RB
3402003-04-07 Rob Browning <rlb@defaultvalue.org>
341
342 * Makefile.am (SUBDIRS): add standalone.
343
344 * guile-test: added "Running test FOO" output by default. There
345 may be a good reason to remove this, but the output can be helpful
346 in determining where a failure occurred.
347
348 * standalone/test-num2integral.c: new test -- one new regression
349 check.
350
351 * standalone/test-gh.c: new test code (migrated from
352 tests/c-api/) -- a trivial start.
353
354 * standalone/test-asmobs-lib.c: new test script (migrated from
355 tests/asmobs/).
356
357 * standalone/test-asmobs: new test script.
358
359 * standalone/README: new file.
360
361 * standalone/Makefile.am: new file.
362
363 * standalone/.cvsignore: new file.
364
365 * tests/asmobs/Makefile: removed (functionality is now in standalone/).
366
367 * tests/asmobs/README: removed (functionality is now in standalone/).
368
369 * tests/asmobs/asmobs-test.scm: removed (functionality is now in
370 standalone/).
371
372 * tests/asmobs/asmobs.c: removed (functionality is now in standalone/).
373
374 * tests/asmobs/: removed (functionality is now in standalone/).
375
376 * tests/c-api/strings.c: add a note to the source about this code
377 being unused.
378
73be1d9e
MV
3792003-04-05 Marius Vollmer <mvo@zagadka.de>
380
381 * Changed license terms to the plain LGPL thru-out.
382
122cf9a5
RB
3832003-03-24 Rob Browning <rlb@defaultvalue.org>
384
385 * tests/numbers.test: added tests (some simple) for various funcs.
386 ("odd?"): added tests.
387 ("even?"): added tests.
388 ("nan?"): added tests.
389 ("abs"): added tests.
390 ("lcm"): added tests.
391 ("number->string"): added tests.
392 ("number?"): added tests.
393 ("complex?"): added tests.
394 ("real?"): added tests.
395 ("rational?"): added tests.
396 ("integer?"): added tests.
397 ("inexact?"): added tests.
398 ("="): added tests.
399 ("zero?"): added tests.
400 ("positive?"): added tests.
401 ("negative?"): added tests.
402
403 * lib.scm (pass-if): allow really simple tests where the test code
404 is also the name like (pass-if (even? 2)).
405 (expect-fail): allow really simple tests where the test code is
406 also the test name like (expect-fail (even? 2)).
407
b80e1b5c
MV
4082003-03-19 Marius Vollmer <mvo@zagadka.de>
409
410 * tests/format.test ("format basic output"): Added test for "~F"
411 from Matthias Koeppe.
412
cbbeea66
MD
4132003-02-19 Mikael Djurfeldt <djurfeldt@nada.kth.se>
414
415 * tests/elisp.test: Use module (ice-9 weak-vector).
416
417 * tests/weaks.test: Use module (ice-9 weak-vector).
418
b2cbe8d8
RB
4192002-12-08 Rob Browning <rlb@defaultvalue.org>
420
421 * tests/version.test: test (effective-version).
422
d2864c8a
NJ
4232002-11-06 Neil Jerram <neil@ossau.uklinux.net>
424
425 * tests/options.test: New.
426
9bc54879
RB
4272002-10-04 Rob Browning <rlb@defaultvalue.org>
428
429 * tests/numbers.test ("expt"): add tests.
430
6b61da18
MV
4312002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
432
433 * Makefile.am (dist-hook): Do not distribute CVS directories.
434 Thanks to Greg Troxel!
435
ba1b2226
HWN
4362002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
437
438 * tests/reader.test: change misc-error in read-error.
439
33e04d54
DH
4402002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
441
442 * tests/goops.test: Added tests for define-generic and
443 define-accessor.
444
9f045403
DH
4452002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
446
447 * tests/goops.test: Added tests for define-class.
448
1ee34062
MV
4492002-05-07 Marius Vollmer <mvo@zagadka.ping.de>
450
451 * tests/numbers.test (/): Expect divison by an inexact zero to
452 yield +inf.0.
453
45845efe
MV
4542002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
455
2a7461f5
MV
456 * tests/regexp.test (regexp-substitute/global): Do not test with
457 empty regexp. Empty regexps do not work on NetBSD.
458
45845efe
MV
459 * tests/syncase.test (basic syncase macro): Added.
460
54d4ac1f
MV
4612002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
462
463 * tests/srfi-13.test (string-tokenize): Updated for fixed
464 semantics.
465
3c540af4
MV
4662002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
467
468 * Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute
469 directories manually.
470
ecb471f9
TTN
4712002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
472
473 * guile-test (main): Handle `--flag-unresolved'. No longer set
474 exit value to #f unconditionally on UNRESOLVED results.
e383ab49 475 (for-each-file): Do not recurse into "CVS" or "RCS" subdirs.
ecb471f9 476
a64e6669
NJ
4772002-02-08 Neil Jerram <neil@ossau.uklinux.net>
478
479 * tests/elisp.test: Add tests of Elisp expression evaluation.
480
bbd26b5a
NJ
4812002-01-25 Neil Jerram <neil@ossau.uklinux.net>
482
483 * tests/load.test: New test; for search-path with Elisp
484 nil-terminated lists for PATH and EXTENSIONS.
485
486 * tests/elisp.test: More tests for Scheme primitives that should
487 accept Elisp nil-terminated lists.
488
962b1f0b
NJ
4892002-01-24 Neil Jerram <neil@ossau.uklinux.net>
490
491 * tests/elisp.test: More new tests for the Elisp nil value.
492
04bb321a
NJ
4932002-01-22 Neil Jerram <neil@ossau.uklinux.net>
494
495 * Makefile.am (SCM_TESTS): Added elisp.test.
496
497 * tests/elisp.test: New file.
498
80074d77
DH
4992001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
500
501 * tests/numbers.test: Added more division by zero tests.
502
1b3a7932
DH
5032001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
504
505 * tests/numbers.test: Added division by zero tests.
506
7171f1ab
DH
5072001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
508
509 * tests/syntax.test: Added some tests, updated some others with
510 respect to recent changes in eval.c. Further, extracted test
511 cases for guile's extended set! functionality to srfi-17.test.
512
513 * tests/srfi-17.test: New file.
514
8f99e3f3
SJ
5152001-11-04 Stefan Jahn <stefan@lkcc.org>
516
517 * tests/ports.test: Run (close-port) before (delete-file) if
518 necessary/advisory.
519
2b6b5908
DH
5202001-10-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
521
522 * tests/eval.test: Added tests for promises.
523
1a179b03
MD
5242001-10-21 Mikael Djurfeldt <mdj@linnaeus>
525
526 * lib.scm: Move module the system directives `export',
527 `export-syntax', `re-export' and `re-export-syntax' into the
528 `define-module' form. This is the recommended way of exporting
529 bindings.
530
b461abe7
DH
5312001-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
532
533 * tests/syntax.test: Added test cases for 'cond =>' syntax with
534 else clause. Changed some tests and comments related to the
535 'case' form to reflect recent changes in the implementation.
536
ea6c2147
DH
5372001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
538
539 * tests/syntax.test: Added test cases for 'lambda' syntax.
540
27a22666
DH
5412001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
542
543 * tests/syntax.test: Added test cases for 'case' syntax.
544
b7d9b1cf
DH
5452001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
546
547 * tests/numbers.test: Added a test case that checks if valid
548 number strings are transformed correctly by string->number.
549
0b073f0f
RB
5502001-09-21 Rob Browning <rlb@defaultvalue.org>
551
552 * tests/numbers.test (fixnum-bit): compute dynamically.
553
554 * tests/bit-operations.test (fixnum-bit): compute dynamically.
555
95e2cd37
TTN
5562001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
557
558 * tests/getopt-long.test ("apples-blimps-catalexis example",
559 "multiple occurances"): New top-level sections.
560
569c483b
DH
5612001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
562
563 * tests/numbers.test: Made some of the patterns better readable.
564
6fdad5dc
TTN
5652001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
566
567 * tests/srfi-19.test (test-time-comparision,
568 test-time-arithmatic): New procs.
569
570 Add time comparison tests using new procs.
571 Thanks to Alex Shinn.
572
b573e744
MV
5732001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
574
575 * tests/dynamic-scope.test: New file.
576
e9313ed7
TTN
5772001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
578
579 * tests/srfi-13.test (string-for-each, string-for-each-index):
580 Add tests. (Thanks to Alex Shinn.)
581
80fdeb4e
MD
5822001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
583
584 * tests/srfi-13.test (string-map): Swapped order of string and
585 proc args to conform with the srfi. (Thanks to Alex Shinn.)
586
c3597bc4
TTN
5872001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
588
589 * tests/getopt-long.test (exception:no-such-option,
590 exception:option-does-not-support-arg,
591 exception:option-must-be-specified,
592 exception:option-must-have-arg, exception:not-enough-args):
593 New vars.
594
595 ("option-ref", "required", "specified no value, given anyway",
596 "specified arg required"): New top-level sections.
597
2f4a254a
DH
5982001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
599
600 * tests/numbers.test: Added Some syntax tests for
601 string->number.
602
284774f3
MV
6032001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
604
605 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
606 "SCM_TESTS". This has special meaning to automake. How many
607 tries left to get this right, mvo?
608
5f099933
MV
6092001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
610
611 * Makefile.am (TESTS): List tests explicitely instead of using a
612 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
613
b754e3d1
MV
6142001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
615
616 * Makefile.am: New file, to control distribution of the
617 test-suite.
618
ed9ef462
TTN
6192001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
620
621 * tests/getopt-long.test: New file.
622
9b974335
TTN
6232001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
624
625 * lib.scm (run-test-exception): Add special handling for
626 `error'-generated exceptions, which pass key `misc-error' and
627 leave messages unformatted.
628
96e30d2a
MG
6292001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
630
631 * tests/alist.test, tests/bit-operations.test,
632 tests/common-list.test, tests/environments.test, tests/eval.test,
633 tests/gc.test, tests/hooks.test, tests/import.test,
634 tests/interp.test, tests/list.test, tests/load.test,
635 tests/numbers.test, tests/ports.test, tests/r4rs.test,
636 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
637 copyright notice.
638
072ad0fe
MG
6392001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
640
641 * tests/srfi-14.test: New file.
642
22647fef
MV
6432001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
644
645 * tests/import.test: New file.
646
bdd2c6f4
DH
6472001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
648
649 * tests/goops.test: Started with some real tests.
650
0e3817d7
DH
6512001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
652
653 * guile-test: Use module (ice-9 rdelim).
654
39cb0b04
MG
6552001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
656
657 * tests/srfi-4.test: New file.
658
eb6c2de8
MV
6592001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
660
661