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