aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-12-12 21:03:50 +0000
committerdos-reis <gdr@axiomatics.org>2007-12-12 21:03:50 +0000
commit9736d99286e94d7ed77109268ab141949c9c9037 (patch)
tree7b748c3cd30b181329f8369f8640b0be8a760130 /src/interp/ChangeLog
parent4b9f947cd94180f651cf9c0110d034b3e8c45756 (diff)
downloadopen-axiom-9736d99286e94d7ed77109268ab141949c9c9037.tar.gz
* buildom.boot: Use $OutputForm instead of $Expression
throughout. * compiler.boot (compAtom): Use $OutputForm instead of $Expression. (compSymbol): Likewise. (outputComp): Likewise.
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.