* libguile/eval.c (scm_m_case): Allow empty lists of case labels.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
58a2510b
DH
12003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * tests/syntax.test: Fixed and activated test of empty case label
4 support.
5
2a6f7afe
DH
62003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
7
8 * tests/syntax.test (exception:bad-expression,
9 exception:missing-clauses, exception:bad-case-clause,
10 exception:extra-case-clause, exception:bad-case-labels): New.
11
12 Added some tests and adapted tests for 'case' to the new way of
13 error reporting.
14
e6729603
DH
152003-10-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
16
17 * lib.scm (run-test-exception): Handle syntax errors.
18
7b0f1f2a
MV
192003-10-10 Marius Vollmer <mvo@zagadka.de>
20
21 * tests/numbers.test (inexact->exact): Use corrent argument order
22 for pass-if-exception. Use "+inf.0" instead of "+.inf", etc.
23
b7be48bc
KR
242003-10-09 Kevin Ryde <user42@zip.com.au>
25
9ddeb776
KR
26 * tests/numbers.test (inexact->exact): New tests.
27
b7be48bc
KR
28 * tests/poe.test: New file.
29 * Makefile.am: Add it.
30
d6e04e7c
DH
312003-10-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
32
33 * lib.scm (exception:missing-expression): New.
34
35 * tests/dynamic-scope.test, tests/eval.test,
36 tests/r5rs_pitfall.test, tests/srfi-17.test, tests/syncase.test:
37 Wrap tests in module (test-suite test-<file-name without .test>),
38 following a practice that was used on a couple of files already.
39
40 * tests/dynamic-scope.test (exception:duplicate-binding,
41 exception:bad-binding): New.
42
43 * tests/dynamic-scope.test, tests/srfi-17.test, tests/syntax.test:
44 Execute syntactically wrong tests using eval. With the upcoming
45 new memoizer this is necessary in order to postpone the syntax
46 check to the actual evaluation of the syntactically wrong form.
47
48 * tests/syntax.test: Added some test cases and modified one test
49 case.
50
39a963ee
KR
512003-10-02 Kevin Ryde <user42@zip.com.au>
52
53 * tests/ports.test (call-with-output-string): Test proc closing port.
54
8aa28a91
DH
552003-09-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
56
57 * guile-test: Wrapped in module (test-suite guile-test).
58
59 (main data-file-name test-file-name): Exported.
60
61 ((guile-user)::main): New function, wrapper for function
62 (test-suite guile-test)::main.
63
64 * tests/load.test: Wrapped in module (test-suite test-load).
65
66 * tests/ports.test: Wrapped in module (test-suite test-ports).
67
68 * tests/r4rs.test: Wrapped in module (test-suite test-r4rs).
69 Added comments about the required structure of the file itself,
70 since it is subject to some tests. Removed some now unnecessary
71 undefine operations.
72
73 * tests/syntax.test: Wrapped in module (test-suite test-syntax)
74
518a07ad
KR
752003-09-19 Kevin Ryde <user42@zip.com.au>
76
77 * tests/popen.test: New file.
78 * Makefile.am (SCM_TESTS): Add it.
79
47ae1f0e
DH
802003-09-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
81
82 * tests/numbers.test (equal?): Added tests.
83
84 * tests/numbers.test (=): Fixed and added some bignum related
85 tests.
86
0f008a15
KR
872003-08-30 Kevin Ryde <user42@zip.com.au>
88
89 * tests/numbers.test (logcount): Add tests.
90
a54e06e5
KR
912003-08-23 Kevin Ryde <user42@zip.com.au>
92
430110ee
KR
93 * tests/srfi-1.test (list-copy): New tests.
94
a54e06e5
KR
95 * tests/srfi-19.test (date-week-number): Add tests.
96
b1c60217
KR
972003-08-22 Kevin Ryde <user42@zip.com.au>
98
99 * tests/numbers.test (-): Exercise bignum - inum.
100
2388d9af
KR
1012003-08-17 Kevin Ryde <user42@zip.com.au>
102
103 * tests/syntax.test (while): Exercise break and continue from
104 recursive nested loops.
105
d97f9b42
KR
1062003-08-14 Kevin Ryde <user42@zip.com.au>
107
108 * tests/syntax.test (while): New tests.
109
4d332f19
DH
1102003-08-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
111
112 * tests/numbers.test: Eliminated misuses of expect-fail. It
113 should only be used in cases, where guile has a known bug. It
114 should not be used in cases where an expression is expected to
115 return #f as its correct result.
116
3bcdda6a
KR
1172003-08-09 Kevin Ryde <user42@zip.com.au>
118
119 * tests/srcprop.test: New file.
120 * Makefile.am (SCM_TESTS): Add it.
121
8e5b4b9e
KR
1222003-07-29 Kevin Ryde <user42@zip.com.au>
123
124 * tests/srfi-1.test (concatenate, concatenate!): New tests.
125 (length+): New tests.
126
127 * tests/srfi-34.test: Check cond-expand srfi-34.
128
d7850c8d
KR
1292003-07-24 Kevin Ryde <user42@zip.com.au>
130
131 * tests/numbers.test (angle): New tests.
132
b1c04fe8
KR
1332003-07-18 Kevin Ryde <user42@zip.com.au>
134
135 * tests/numbers.test (*): Add complex/bignum test.
136
e7cc532b
KR
1372003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
138
139 * tests/srfi-1.test (partition): Add tests.
140
e5a74c26
KR
1412003-07-08 Kevin Ryde <user42@zip.com.au>
142
005d2366
KR
143 * tests/numbers.test (make-polar, magnitude): New tests.
144
e5a74c26 145 * tests/srfi-1.test (delete, delete!): Add more tests.
005d2366 146 (delete-duplicates, delete-duplicates!): New tests.
e5a74c26 147
1ebb8497
KR
1482003-06-21 Kevin Ryde <user42@zip.com.au>
149
150 * tests/numbers.test (truncate, round, asinh, acosh, atanh): Add some
151 tests.
152
996acdb8
KR
1532003-06-19 Kevin Ryde <user42@zip.com.au>
154
155 * tests/posix.test: New file, exercising putenv, setenv, unsetenv.
156 * tests/threads.test: New file, exercising parallel.
157 * Makefile.am (SCM_TESTS): Add them.
158
f2478375
KR
1592003-06-07 Kevin Ryde <user42@zip.com.au>
160
161 * tests/srfi-6.test: New file.
d4d694b6 162 * Makefile.am (SCM_TESTS): Add it.
f2478375 163
f5c6ec2f
DH
1642003-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
165
166 * tests/chars.test: Fixed test comment. The bug that this test
167 detects was actually introduced by my patch from 2003-05-31.
168
47dbd81e
DH
1692003-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
170
171 * tests/chars.test: Added test, attempting to apply a character.
172 This test will only pass if the other changes that are submitted
173 together with this patch are also applied.
174
e418bd7c
KR
1752003-06-05 Kevin Ryde <user42@zip.com.au>
176
177 * tests/numbers.test (logcount): Add a few more tests, to exercise
178 recent scm_logcount change.
179
180 * tests/reader.test (reading): Test bad # error message is formattable.
181
e757438d
DH
1822003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
183
184 * tests/pairs.test: Added.
185
7673cf68
DH
1862003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
187
188 * tests/vectors.test: Added.
189
6d63297b
DH
1902003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
191
192 * tests/guardians.test: Uses module (ice-9 weak-vector).
193
e46083d5
DH
1942003-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
195
196 * lib.scm: Documented the short form for pass-if and expect-fail.
197
198 (pass-if, expect-fail): Simplified.
199
c47e2599
KR
2002003-05-30 Kevin Ryde <user42@zip.com.au>
201
202 * tests/numbers.test (max, min): Add tests involving NaNs.
203
2e945bcc
SJ
2042003-05-29 Stefan Jahn <stefan@lkcc.org>
205
206 * standalone/Makefile.am: Setup to build on mingw32.
207
42ad901d
DH
2082003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
209
210 * tests/elisp.test: Added missing quote around vector constants.
211
ddd8f927
DH
2122003-05-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
213
214 * tests/r5rs_pitfall.test: Test 2.1 now passes.
215
59e42631
KR
2162003-05-13 Kevin Ryde <user42@zip.com.au>
217
218 * tests/numbers.test (=, <, max, min): Add tests of bignum/inf
219 combinations.
220
221 * tests/srfi-1.test (delete, delete!): Test predicate call arg order.
222
9c8721b5
KR
2232003-05-10 Kevin Ryde <user42@zip.com.au>
224
4f3deff4
KR
225 * tests/numbers.test (=, <): Add tests involving NaNs.
226
227 * tests/numbers.test (integer-length): Exercise some negatives, in
228 particular -2^n which is ...11100..00.
229
230 * tests/numbers.test (gcd): Exercise bignum/inum with a bignum not
231 fitting a ulong.
232
9c8721b5
KR
233 * tests/srfi-1.test: New file, exercising take and drop.
234 * Makefile.am (SCM_TESTS): Add it.
235
d963e93f
KR
2362003-05-06 Kevin Ryde <user42@zip.com.au>
237
238 * tests/numbers.test (-): Add test for negative inum subtract bignum.
239 (logcount): New tests, exercising some negatives.
240
1b965c29
MV
2412003-05-03 Marius Vollmer <mvo@zagadka.de>
242
243 * tests/r5rs_pitfall.test: New. Thanks to Dale P. Smith for
244 pointing us to these tests.
245
a1a5dfa8
NJ
2462003-04-30 Neil Jerram <neil@ossau.uklinux.net>
247
248 * Makefile.am (SCM_TESTS): Add tests/srfi-34.test.
249
250 * tests/srfi-34.test: New file.
251
4dce3c96
DH
2522003-04-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
253
254 * tests/syntax.test: Modified some tests to use eval when
255 providing bad syntax. Otherwise, the memoizer will report an
256 error immediately after reading the form, without even the chance
257 to get the pass-if-exception mechanism started.
258
9247b5bc
DH
2592003-04-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
260
261 * tests/guardians.test: Added some more elaborate and
262 sophisticated tests for the guardian functionality.
263
d339981a
DH
2642003-04-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
265
266 * tests/sort.test: Added. Both tests in that file did fail (one
267 even with a segfault) with CVS guile before the recent changes to
268 sort.c.
269
57b1d518
MD
2702003-04-17 Mikael Djurfeldt <djurfeldt@nada.kth.se>
271
272 * tests/goops.test: Added tests for correctness of class
47cd67db
MD
273 precedence list in all basic classes and tests for eqv? and
274 equal?.
57b1d518 275
58241edc
MD
2762003-04-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
277
278 * tests/goops.test: Added tests for class redefinition, object
279 update and active slots.
280
50d64f0d
RB
2812003-04-14 Rob Browning <rlb@defaultvalue.org>
282
283 * standalone/test-asmobs-lib.c (libtest_asmobs_init): include
284 test-asmobs-lib.x rather than test-asmobs-lib.x.c.
285
286 * standalone/Makefile.am: change from .c.x to .x to be consistent
287 with the rest of guile.
288
dff96e95
HWN
2892003-04-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
290
291 * standalone/Makefile.am (snarfcppopts): use DEFAULT_INCLUDES
292 instead of INCLUDES
293
07921c76
RB
2942003-04-07 Rob Browning <rlb@defaultvalue.org>
295
296 * Makefile.am (SUBDIRS): add standalone.
297
298 * guile-test: added "Running test FOO" output by default. There
299 may be a good reason to remove this, but the output can be helpful
300 in determining where a failure occurred.
301
302 * standalone/test-num2integral.c: new test -- one new regression
303 check.
304
305 * standalone/test-gh.c: new test code (migrated from
306 tests/c-api/) -- a trivial start.
307
308 * standalone/test-asmobs-lib.c: new test script (migrated from
309 tests/asmobs/).
310
311 * standalone/test-asmobs: new test script.
312
313 * standalone/README: new file.
314
315 * standalone/Makefile.am: new file.
316
317 * standalone/.cvsignore: new file.
318
319 * tests/asmobs/Makefile: removed (functionality is now in standalone/).
320
321 * tests/asmobs/README: removed (functionality is now in standalone/).
322
323 * tests/asmobs/asmobs-test.scm: removed (functionality is now in
324 standalone/).
325
326 * tests/asmobs/asmobs.c: removed (functionality is now in standalone/).
327
328 * tests/asmobs/: removed (functionality is now in standalone/).
329
330 * tests/c-api/strings.c: add a note to the source about this code
331 being unused.
332
73be1d9e
MV
3332003-04-05 Marius Vollmer <mvo@zagadka.de>
334
335 * Changed license terms to the plain LGPL thru-out.
336
122cf9a5
RB
3372003-03-24 Rob Browning <rlb@defaultvalue.org>
338
339 * tests/numbers.test: added tests (some simple) for various funcs.
340 ("odd?"): added tests.
341 ("even?"): added tests.
342 ("nan?"): added tests.
343 ("abs"): added tests.
344 ("lcm"): added tests.
345 ("number->string"): added tests.
346 ("number?"): added tests.
347 ("complex?"): added tests.
348 ("real?"): added tests.
349 ("rational?"): added tests.
350 ("integer?"): added tests.
351 ("inexact?"): added tests.
352 ("="): added tests.
353 ("zero?"): added tests.
354 ("positive?"): added tests.
355 ("negative?"): added tests.
356
357 * lib.scm (pass-if): allow really simple tests where the test code
358 is also the name like (pass-if (even? 2)).
359 (expect-fail): allow really simple tests where the test code is
360 also the test name like (expect-fail (even? 2)).
361
b80e1b5c
MV
3622003-03-19 Marius Vollmer <mvo@zagadka.de>
363
364 * tests/format.test ("format basic output"): Added test for "~F"
365 from Matthias Koeppe.
366
cbbeea66
MD
3672003-02-19 Mikael Djurfeldt <djurfeldt@nada.kth.se>
368
369 * tests/elisp.test: Use module (ice-9 weak-vector).
370
371 * tests/weaks.test: Use module (ice-9 weak-vector).
372
b2cbe8d8
RB
3732002-12-08 Rob Browning <rlb@defaultvalue.org>
374
375 * tests/version.test: test (effective-version).
376
d2864c8a
NJ
3772002-11-06 Neil Jerram <neil@ossau.uklinux.net>
378
379 * tests/options.test: New.
380
9bc54879
RB
3812002-10-04 Rob Browning <rlb@defaultvalue.org>
382
383 * tests/numbers.test ("expt"): add tests.
384
6b61da18
MV
3852002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
386
387 * Makefile.am (dist-hook): Do not distribute CVS directories.
388 Thanks to Greg Troxel!
389
ba1b2226
HWN
3902002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
391
392 * tests/reader.test: change misc-error in read-error.
393
33e04d54
DH
3942002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
395
396 * tests/goops.test: Added tests for define-generic and
397 define-accessor.
398
9f045403
DH
3992002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
400
401 * tests/goops.test: Added tests for define-class.
402
1ee34062
MV
4032002-05-07 Marius Vollmer <mvo@zagadka.ping.de>
404
405 * tests/numbers.test (/): Expect divison by an inexact zero to
406 yield +inf.0.
407
45845efe
MV
4082002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
409
2a7461f5
MV
410 * tests/regexp.test (regexp-substitute/global): Do not test with
411 empty regexp. Empty regexps do not work on NetBSD.
412
45845efe
MV
413 * tests/syncase.test (basic syncase macro): Added.
414
54d4ac1f
MV
4152002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
416
417 * tests/srfi-13.test (string-tokenize): Updated for fixed
418 semantics.
419
3c540af4
MV
4202002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
421
422 * Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute
423 directories manually.
424
ecb471f9
TTN
4252002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
426
427 * guile-test (main): Handle `--flag-unresolved'. No longer set
428 exit value to #f unconditionally on UNRESOLVED results.
e383ab49 429 (for-each-file): Do not recurse into "CVS" or "RCS" subdirs.
ecb471f9 430
a64e6669
NJ
4312002-02-08 Neil Jerram <neil@ossau.uklinux.net>
432
433 * tests/elisp.test: Add tests of Elisp expression evaluation.
434
bbd26b5a
NJ
4352002-01-25 Neil Jerram <neil@ossau.uklinux.net>
436
437 * tests/load.test: New test; for search-path with Elisp
438 nil-terminated lists for PATH and EXTENSIONS.
439
440 * tests/elisp.test: More tests for Scheme primitives that should
441 accept Elisp nil-terminated lists.
442
962b1f0b
NJ
4432002-01-24 Neil Jerram <neil@ossau.uklinux.net>
444
445 * tests/elisp.test: More new tests for the Elisp nil value.
446
04bb321a
NJ
4472002-01-22 Neil Jerram <neil@ossau.uklinux.net>
448
449 * Makefile.am (SCM_TESTS): Added elisp.test.
450
451 * tests/elisp.test: New file.
452
80074d77
DH
4532001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
454
455 * tests/numbers.test: Added more division by zero tests.
456
1b3a7932
DH
4572001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
458
459 * tests/numbers.test: Added division by zero tests.
460
7171f1ab
DH
4612001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
462
463 * tests/syntax.test: Added some tests, updated some others with
464 respect to recent changes in eval.c. Further, extracted test
465 cases for guile's extended set! functionality to srfi-17.test.
466
467 * tests/srfi-17.test: New file.
468
8f99e3f3
SJ
4692001-11-04 Stefan Jahn <stefan@lkcc.org>
470
471 * tests/ports.test: Run (close-port) before (delete-file) if
472 necessary/advisory.
473
2b6b5908
DH
4742001-10-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
475
476 * tests/eval.test: Added tests for promises.
477
1a179b03
MD
4782001-10-21 Mikael Djurfeldt <mdj@linnaeus>
479
480 * lib.scm: Move module the system directives `export',
481 `export-syntax', `re-export' and `re-export-syntax' into the
482 `define-module' form. This is the recommended way of exporting
483 bindings.
484
b461abe7
DH
4852001-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
486
487 * tests/syntax.test: Added test cases for 'cond =>' syntax with
488 else clause. Changed some tests and comments related to the
489 'case' form to reflect recent changes in the implementation.
490
ea6c2147
DH
4912001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
492
493 * tests/syntax.test: Added test cases for 'lambda' syntax.
494
27a22666
DH
4952001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
496
497 * tests/syntax.test: Added test cases for 'case' syntax.
498
b7d9b1cf
DH
4992001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
500
501 * tests/numbers.test: Added a test case that checks if valid
502 number strings are transformed correctly by string->number.
503
0b073f0f
RB
5042001-09-21 Rob Browning <rlb@defaultvalue.org>
505
506 * tests/numbers.test (fixnum-bit): compute dynamically.
507
508 * tests/bit-operations.test (fixnum-bit): compute dynamically.
509
95e2cd37
TTN
5102001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
511
512 * tests/getopt-long.test ("apples-blimps-catalexis example",
513 "multiple occurances"): New top-level sections.
514
569c483b
DH
5152001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
516
517 * tests/numbers.test: Made some of the patterns better readable.
518
6fdad5dc
TTN
5192001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
520
521 * tests/srfi-19.test (test-time-comparision,
522 test-time-arithmatic): New procs.
523
524 Add time comparison tests using new procs.
525 Thanks to Alex Shinn.
526
b573e744
MV
5272001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
528
529 * tests/dynamic-scope.test: New file.
530
e9313ed7
TTN
5312001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
532
533 * tests/srfi-13.test (string-for-each, string-for-each-index):
534 Add tests. (Thanks to Alex Shinn.)
535
80fdeb4e
MD
5362001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
537
538 * tests/srfi-13.test (string-map): Swapped order of string and
539 proc args to conform with the srfi. (Thanks to Alex Shinn.)
540
c3597bc4
TTN
5412001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
542
543 * tests/getopt-long.test (exception:no-such-option,
544 exception:option-does-not-support-arg,
545 exception:option-must-be-specified,
546 exception:option-must-have-arg, exception:not-enough-args):
547 New vars.
548
549 ("option-ref", "required", "specified no value, given anyway",
550 "specified arg required"): New top-level sections.
551
2f4a254a
DH
5522001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
553
554 * tests/numbers.test: Added Some syntax tests for
555 string->number.
556
284774f3
MV
5572001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
558
559 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
560 "SCM_TESTS". This has special meaning to automake. How many
561 tries left to get this right, mvo?
562
5f099933
MV
5632001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
564
565 * Makefile.am (TESTS): List tests explicitely instead of using a
566 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
567
b754e3d1
MV
5682001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
569
570 * Makefile.am: New file, to control distribution of the
571 test-suite.
572
ed9ef462
TTN
5732001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
574
575 * tests/getopt-long.test: New file.
576
9b974335
TTN
5772001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
578
579 * lib.scm (run-test-exception): Add special handling for
580 `error'-generated exceptions, which pass key `misc-error' and
581 leave messages unformatted.
582
96e30d2a
MG
5832001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
584
585 * tests/alist.test, tests/bit-operations.test,
586 tests/common-list.test, tests/environments.test, tests/eval.test,
587 tests/gc.test, tests/hooks.test, tests/import.test,
588 tests/interp.test, tests/list.test, tests/load.test,
589 tests/numbers.test, tests/ports.test, tests/r4rs.test,
590 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
591 copyright notice.
592
072ad0fe
MG
5932001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
594
595 * tests/srfi-14.test: New file.
596
22647fef
MV
5972001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
598
599 * tests/import.test: New file.
600
bdd2c6f4
DH
6012001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
602
603 * tests/goops.test: Started with some real tests.
604
0e3817d7
DH
6052001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
606
607 * guile-test: Use module (ice-9 rdelim).
608
39cb0b04
MG
6092001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
610
611 * tests/srfi-4.test: New file.
612
eb6c2de8
MV
6132001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
614
615