aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c1bf33c4..4a682fdd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/c-util.boot (isLispSpecialVariable): New.
+ (mutateToBackendCode): Use it to record special vars.
+ Be careful with locally bound variables.
+
2010-06-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/compiler.boot (replaceExitEtc): Tidy.