*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
index dfdb183..7864305 100644 (file)
@@ -1,3 +1,85 @@
+2004-04-28  Kevin Ryde  <user42@zip.com.au>
+
+       * standalone/test-num2integral.c (test_long_long): Exercise
+       out-of-range errors on various cases.
+       (test_ulong_long): New function, split from test_long_long and
+       similarly exercising out-of-range.
+
+2004-04-26  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
+
+       * tests/syntax.test: Add test case to check the correct handling
+       of define expressions.
+
+2004-04-25  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/socket.test: New file, exercising inet-ntop.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2004-04-24  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-11.test: New file.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2004-04-22  Kevin Ryde  <user42@zip.com.au>
+
+       * standalone/test-round.c: New file, exercising scm_round.
+       * standalone/Makefile.am: Add it.
+
+2004-04-15  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (max, min): Exercise some inum/frac, frac/inum,
+       big/frac, frac/big and frac/frac cases.
+
+       * tests/numbers.test (min): Correction, test "documented? min" not
+       "documented? max".
+
+2004-04-06  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (quotient, remainder): Exercise inum/big at and
+       near special case inum == fixnum-min, big == -fixnum-min.
+
+2004-03-26  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (min, max): Check inexactness of big/real and
+       real/big combinations, collect up tests under arg types for clarity.
+
+2004-03-26  Eric Hanchrow <offby1@blarg.net>
+       
+       * tests/numbers.test (modulo-expt): New tests.
+
+2004-03-24  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
+
+       * tests/eval.test: Added tests which reflect the recent fixes to
+       copy-tree.
+
+2004-02-29  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/posix.test (execl, execlp, execle): Exercise errors where
+       program not found.  [But disabled, due to problems with threading.]
+
+2004-02-22  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (max, min): Exercise some complex num cases.
+
+2004-02-18  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/fractions.test: Added copyright notice of Michael Stoll,
+       who probably wrote the original CLISP code.
+
+2004-02-18  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/fractions.test: Remove 1/3 == 1.0/3.0, not true.
+
+       * tests/numbers.test (=): Exercise frac+real and frac+complex.
+
+2004-02-17  Marius Vollmer  <mvo@zagadka.de>
+
+       * Makefile.am (SCM_TESTS): Added test/fractions.test.
+
+2004-02-12  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/unif.test (array?, array-fill!, array-prototype): Add tests.
+
 2004-01-23  Marius Vollmer  <mvo@zagadka.de>
 
        * tests/r5rs_pitfall.scm: Removed again.  I was confused.  The