*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-01-11 00:28:08 +00:00
commit 7dd5eb5898
2 changed files with 8 additions and 1 deletions

View 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.

View 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.