aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/ChangeLog')
-rw-r--r--src/interp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog
index e2e1d25e..04457b46 100644
--- a/src/interp/ChangeLog
+++ b/src/interp/ChangeLog
@@ -1,5 +1,13 @@
2007-12-12 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * buildom.boot: Use $OutputForm instead of $Expression
+ throughout.
+ * compiler.boot (compAtom): Use $OutputForm instead of $Expression.
+ (compSymbol): Likewise.
+ (outputComp): Likewise.
+
+2007-12-12 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* compiler.boot (comp3): Use isQuasiquote.
(compSymbol): Use condition type view for non Union objects.
(getUniqueCaseView): New. Subroutine of compSymbol.