summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-01-11 00:03:33 +0000
committerKevin Ryde <user42@zip.com.au>2004-01-11 00:03:33 +0000
commit9afa7a12f20c413b702f3e792dc2bde149c3718d (patch)
tree9730946fb639f79a54cfaccd314241d7db285665
parent2de97f05f0411ddc0b738db5748beee031762479 (diff)
downloadguile-9afa7a12f20c413b702f3e792dc2bde149c3718d.tar.gz
*** empty log message ***
-rw-r--r--ice-9/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index aa315d334..1da6aafc5 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,3 +1,12 @@
+2004-01-11 Kevin Ryde <user42@zip.com.au>
+
+ 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.
+
2004-01-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* boot-9.scm (with-fluids): Use with-fluid* when only one fluid is