aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-15 00:26:25 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-15 00:26:25 +0000
commitc905e8d266fc00dea354654a426782c7daa2bbb9 (patch)
treec64c9bfb03797d367ab6f81fcc3a63e839e7720c /src/ChangeLog
parent7dff09b8cac803d6936887fdfa286a2a25073ac2 (diff)
downloadopen-axiom-c905e8d266fc00dea354654a426782c7daa2bbb9.tar.gz
* interp/compiler.boot (compSeq1): Tidy.
(cpmpSeqItem): Likewise. (replaceExitEtc): Likewise. (massageLoop): Don't check for TAGGEDexit anymore.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c933bf9b..ad56bb66 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2011-08-14 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/compiler.boot (compSeq1): Tidy.
+ (cpmpSeqItem): Likewise.
+ (replaceExitEtc): Likewise.
+ (massageLoop): Don't check for TAGGEDexit anymore.
+
+2011-08-14 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/lisp-backend.boot ($freeVarName): New global constant.
(loopVarInit): New.
(expandIN): Use it.