*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Sun, 11 Jan 2004 00:28:08 +0000 (00:28 +0000)
committerKevin Ryde <user42@zip.com.au>
Sun, 11 Jan 2004 00:28:08 +0000 (00:28 +0000)
ice-9/ChangeLog
test-suite/ChangeLog

index 1da6aaf..68ca2da 100644 (file)
@@ -1,9 +1,11 @@
 2004-01-11  Kevin Ryde  <user42@zip.com.au>
 
+       * slib.scm (system): New function, giving an exit code return in
+       accordance with slib spec.
+       
        Revert this, it breaks test-suite/tests/r5rs_pitfalls.test where
        false-if-exception is used within syntax-rules.  (Suspect syntax-rules
        ought to support this sort of thing, but it doesn't right now.)
-       
        * boot-9.scm (false-if-exception): Unquote catch and lambda, so as not
        to depend on expansion environment.
 
index 659ffe1..86f09f0 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-11  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/exceptions.test (false-if-exception): Disable tests on
+       referencing expansion environment, reverted.
+
 2004-01-07  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
 
        * standalone/test-unwind.c: Adapted to 'frame' renamings.