#:re-export open-input-string, open-output-string and
[bpt/guile.git] / test-suite / ChangeLog
index 91e1f2f..dcd6850 100644 (file)
@@ -1,3 +1,62 @@
+2003-06-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/chars.test: Fixed test comment.  The bug that this test
+       detects was actually introduced by my patch from 2003-05-31.
+
+2003-06-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/chars.test: Added test, attempting to apply a character.
+       This test will only pass if the other changes that are submitted
+       together with this patch are also applied.
+
+2003-06-05  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (logcount): Add a few more tests, to exercise
+       recent scm_logcount change.
+
+       * tests/reader.test (reading): Test bad # error message is formattable.
+       
+2003-06-01  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/pairs.test: Added.
+
+2003-06-01  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/vectors.test: Added.
+
+2003-06-01  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/guardians.test: Uses module (ice-9 weak-vector).
+
+2003-05-30  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * lib.scm: Documented the short form for pass-if and expect-fail.
+
+       (pass-if, expect-fail): Simplified.
+
+2003-05-30  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (max, min): Add tests involving NaNs.
+
+2003-05-29  Stefan Jahn  <stefan@lkcc.org>
+
+       * standalone/Makefile.am: Setup to build on mingw32.
+
+2003-05-27  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/elisp.test: Added missing quote around vector constants.
+
+2003-05-25  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/r5rs_pitfall.test: Test 2.1 now passes.
+
+2003-05-13  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (=, <, max, min): Add tests of bignum/inf
+       combinations.
+
+       * tests/srfi-1.test (delete, delete!): Test predicate call arg order.
+
 2003-05-10  Kevin Ryde  <user42@zip.com.au>
 
        * tests/numbers.test (=, <): Add tests involving NaNs.