Changed license terms to the plain LGPL thru-out.
[bpt/guile.git] / test-suite / ChangeLog
index dbdec40..74d7889 100644 (file)
@@ -1,3 +1,169 @@
+2003-04-05  Marius Vollmer  <mvo@zagadka.de>
+
+        * Changed license terms to the plain LGPL thru-out.
+
+2003-03-24  Rob Browning  <rlb@defaultvalue.org>
+
+       * tests/numbers.test: added tests (some simple) for various funcs.
+       ("odd?"): added tests.
+       ("even?"): added tests.
+       ("nan?"): added tests.
+       ("abs"): added tests.
+       ("lcm"): added tests.
+       ("number->string"): added tests.
+       ("number?"): added tests.
+       ("complex?"): added tests.
+       ("real?"): added tests.
+       ("rational?"): added tests.
+       ("integer?"): added tests.
+       ("inexact?"): added tests.
+       ("="): added tests.
+       ("zero?"): added tests.
+       ("positive?"): added tests.
+       ("negative?"): added tests.
+
+       * lib.scm (pass-if): allow really simple tests where the test code
+       is also the name like (pass-if (even? 2)).
+       (expect-fail): allow really simple tests where the test code is
+       also the test name like (expect-fail (even? 2)).
+
+2003-03-19  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/format.test ("format basic output"): Added test for "~F"
+       from Matthias Koeppe.
+
+2003-02-19  Mikael Djurfeldt  <djurfeldt@nada.kth.se>
+
+       * tests/elisp.test: Use module (ice-9 weak-vector).
+
+       * tests/weaks.test: Use module (ice-9 weak-vector).
+
+2002-12-08  Rob Browning  <rlb@defaultvalue.org>
+
+       * tests/version.test: test (effective-version).
+
+2002-11-06  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * tests/options.test: New.
+
+2002-10-04  Rob Browning  <rlb@defaultvalue.org>
+
+       * tests/numbers.test ("expt"): add tests.
+
+2002-09-09  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (dist-hook): Do not distribute CVS directories.
+       Thanks to Greg Troxel!
+
+2002-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * tests/reader.test: change misc-error in read-error.
+
+2002-07-13  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/goops.test: Added tests for define-generic and
+       define-accessor.
+
+2002-07-13  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/goops.test: Added tests for define-class.
+
+2002-05-07  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * tests/numbers.test (/): Expect divison by an inexact zero to
+       yield +inf.0.
+
+2002-05-06  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * tests/regexp.test (regexp-substitute/global): Do not test with
+       empty regexp.  Empty regexps do not work on NetBSD.
+
+       * tests/syncase.test (basic syncase macro): Added.
+
+2002-04-26  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * tests/srfi-13.test (string-tokenize): Updated for fixed
+       semantics.
+
+2002-04-16  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute
+       directories manually.
+
+2002-02-09  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * guile-test (main): Handle `--flag-unresolved'.  No longer set
+       exit value to #f unconditionally on UNRESOLVED results.
+       (for-each-file): Do not recurse into "CVS" or "RCS" subdirs.
+
+2002-02-08  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * tests/elisp.test: Add tests of Elisp expression evaluation.
+
+2002-01-25  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * tests/load.test: New test; for search-path with Elisp
+       nil-terminated lists for PATH and EXTENSIONS.
+
+       * tests/elisp.test: More tests for Scheme primitives that should
+       accept Elisp nil-terminated lists.
+
+2002-01-24  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * tests/elisp.test: More new tests for the Elisp nil value.
+
+2002-01-22  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * Makefile.am (SCM_TESTS): Added elisp.test.
+
+       * tests/elisp.test: New file.
+
+2001-11-22  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/numbers.test: Added more division by zero tests.
+
+2001-11-22  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/numbers.test: Added division by zero tests.
+
+2001-11-17  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test: Added some tests, updated some others with
+       respect to recent changes in eval.c.  Further, extracted test
+       cases for guile's extended set! functionality to srfi-17.test.
+
+       * tests/srfi-17.test:  New file.
+
+2001-11-04  Stefan Jahn  <stefan@lkcc.org>
+
+       * tests/ports.test: Run (close-port) before (delete-file) if
+       necessary/advisory.
+
+2001-10-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/eval.test:  Added tests for promises.
+
+2001-10-21  Mikael Djurfeldt  <mdj@linnaeus>
+
+       * lib.scm: Move module the system directives `export',
+         `export-syntax', `re-export' and `re-export-syntax' into the
+         `define-module' form.  This is the recommended way of exporting
+         bindings.
+
+2001-10-18  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test:  Added test cases for 'cond =>' syntax with
+       else clause.  Changed some tests and comments related to the
+       'case' form to reflect recent changes in the implementation.
+
+2001-10-14  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test:  Added test cases for 'lambda' syntax.
+
+2001-10-13  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test:  Added test cases for 'case' syntax.
+
 2001-10-13  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
        * tests/numbers.test:  Added a test case that checks if valid