*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
index 9e20f7d..61a8bc2 100644 (file)
@@ -1,3 +1,122 @@
+2004-05-25  Matthias Koeppe  <mkoeppe@mail.math.uni-magdeburg.de>
+
+       * tests/format.test (~{): Test no arbitrary iteration limit.
+
+2004-07-10  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * standalone/test-conversion.c (test_is_signed_integer,
+       test_is_unsigned_integer): Expect inexact integers to fail.
+
+2004-07-10  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/hash.test: New file.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2004-07-08  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * standalone/test-unwind.c: Use scm_from_int instead of
+       SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
+
+2004-07-07  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
+       etc, they are now provided by libuile.h.
+       (test_int_sizes): New.
+       
+2004-07-06  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * standalone/test-num2integral.c, standalone/test-unwind.c:
+       Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
+       SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
+       scm_from_bool, and scm_is_bool, respectively.
+
+       * standalone/Makefile.am: Added test-conversion to the TESTS.
+
+       * standalone/test-conversion.c: New file.
+
+2004-06-20  Rob Browning  <rlb@defaultvalue.org>
+
+       * tests/srfi-31.test: new test for SRFI-31.
+
+       * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
+
+2004-06-15  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/numbers.test (number->string): Some results might differ
+       between versions of Guile compiled optimized and unoptimized.
+       Both results are accepted now.
+
+2004-05-29  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
+
+       * tests/syntax.test: Added various tests to check that
+       unmemoization works correctly.
+
+2004-05-30  Kevin Ryde  <user42@zip.com.au>
+
+       * lib.scm (exception:numerical-overflow): New define.
+       * tests/numbers.test (modulo-expt): Use it and
+       exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
+       BSD.  Reported by Andreas Vögele.
+
+2004-05-29  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
+
+       * standalone/test-asmobs-lib.c: Fixed include statement.
+
+2004-05-24  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
+
+       * tests/goops.test: Wrap tests in module (test-suite
+       test-<file-name without .test>).  Remove calls to deprecated macro
+       `undefine'.
+
+2004-05-10  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/numbers.test (number->string): Added tests for
+       non-radix-10 floating point conversions.
+
+2004-05-10  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (logbit?): New tests.
+
+2004-05-09  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-19.test (test-dst, string->date local DST): Test with
+       "EST5EDT" instead of "CET", since HP-UX doesn't know CET.  Reported by
+       Andreas Vögele.
+
+2004-05-03  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/time.test (strftime): Force tm:isdst to 0 for the test, for
+       the benefit of HP-UX.  Reported by Andreas Vögele.
+       Use set-tm:zone rather than a hard coded vector offset.
+
+2004-04-29  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
+
+       * tests/elisp.test: Wrap tests in module (test-suite
+       test-<file-name without .test>), following a practice that was
+       used on a couple of files already.
+
+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.