New file.
[bpt/guile.git] / test-suite / ChangeLog
index 3b75a02..a284610 100644 (file)
@@ -1,3 +1,106 @@
+2001-08-24  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * tests/srfi-13.test (string-for-each, string-for-each-index):
+       Add tests.  (Thanks to Alex Shinn.)
+
+2001-08-22  Mikael Djurfeldt  <mdj@linnaeus.mit.edu>
+
+       * tests/srfi-13.test (string-map): Swapped order of string and
+       proc args to conform with the srfi.  (Thanks to Alex Shinn.)
+
+2001-08-12  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * tests/getopt-long.test (exception:no-such-option,
+       exception:option-does-not-support-arg,
+       exception:option-must-be-specified,
+       exception:option-must-have-arg, exception:not-enough-args):
+       New vars.
+
+       ("option-ref", "required", "specified no value, given anyway",
+       "specified arg required"): New top-level sections.
+
+2001-08-11  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/numbers.test:  Added Some syntax tests for
+       string->number.
+
+2001-08-09  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * Makefile.am (TESTS): Do not call the variable "TESTS", call it
+       "SCM_TESTS".  This has special meaning to automake.  How many
+       tries left to get this right, mvo?
+
+2001-08-08  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * Makefile.am (TESTS): List tests explicitely instead of using a
+       wildcard.  Wildcards don't seem to work for VPATH "make dist"s.
+
+2001-08-07  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am: New file, to control distribution of the
+       test-suite.
+
+2001-08-02  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * tests/getopt-long.test: New file.
+
+2001-08-01  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * lib.scm (run-test-exception): Add special handling for
+       `error'-generated exceptions, which pass key `misc-error' and
+       leave messages unformatted.
+
+2001-07-18  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * tests/alist.test, tests/bit-operations.test,
+       tests/common-list.test, tests/environments.test, tests/eval.test,
+       tests/gc.test, tests/hooks.test, tests/import.test,
+       tests/interp.test, tests/list.test, tests/load.test,
+       tests/numbers.test, tests/ports.test, tests/r4rs.test,
+       tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
+       copyright notice.
+
+2001-07-16  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * tests/srfi-14.test: New file.
+
+2001-07-13  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * tests/import.test: New file.
+
+2001-06-30  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/goops.test:  Started with some real tests.
+
+2001-06-30  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * guile-test:  Use module (ice-9 rdelim).
+
+2001-06-27  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * tests/srfi-4.test: New file.
+
+2001-06-16  Marius Vollmer  <mvo@zagadka.ping.de>
+
+        Thanks to Matthias Köppe!
+
+       * tests/ports.test: New test for output port line counts.
+       * tests/format.test, tests/optargs.test, tests/srfi-19.test: New
+       files.
+
+2001-05-28  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * tests/symbols.test ("gensym"): New tests for long gensym
+       prefices and embedded NULs in prefices.
+
+2001-05-21  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * test/goops.test, test/syncase.test: New, minimal tests.
+
+2001-05-19  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * tests/version.test: Updated test for new micro version stuff.
+
 2001-05-16  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
        * tests/srfi-13.test: More tests.