summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2002-09-05 17:52:14 +0000
committerMarius Vollmer <mvo@zagadka.de>2002-09-05 17:52:14 +0000
commitcfcdb8e9a70757ca0121e44ee1498c827fbe5815 (patch)
treee40001a96e7b069c8542c56f610c83b955ac5b64
parent719fb3f32155a9303ca64a5989a837daeae70a92 (diff)
downloadguile-cfcdb8e9a70757ca0121e44ee1498c827fbe5815.tar.gz
*** empty log message ***
-rw-r--r--ice-9/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index 18ef926ce..276b4f33f 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,3 +1,16 @@
+2002-09-05 Marius Vollmer <mvo@zagadka.ping.de>
+
+ * syncase.scm: Set the module transformer of the-syncase-module so
+ that we can use define-syntax.
+ (define-syntax-public): New and exported.
+
+2002-09-04 Marius Vollmer <mvo@zagadka.ping.de>
+
+ * syncase.scm (expansion-eval-closure, env->eval-closure): New.
+ (sc-macro): Set the expansion-eval-closure expanding the form.
+ (putprop, getprop): Use the expansion-eval-closure to find
+ variables instead of the current module.
+
2002-07-08 Marius Vollmer <mvo@zagadka.ping.de>
* slib.scm (make-exchanger): Added. Thanks to Clinton Ebadi!