*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
index 9e20f7d..7864305 100644 (file)
@@ -1,3 +1,25 @@
+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.