aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-07-07 15:09:34 +0000
committerdos-reis <gdr@axiomatics.org>2008-07-07 15:09:34 +0000
commit3d2601972bcc0cb08da6190d771dcb75544bfe5d (patch)
treeebef2560caa2b7d798427196381836b220b171e3 /src/ChangeLog
parent2cb102a281332ac6410c1ae3b14ceeb56d778aae (diff)
downloadopen-axiom-3d2601972bcc0cb08da6190d771dcb75544bfe5d.tar.gz
* boot/initial-env.lisp: Export $InteractiveMode and
string2BootTree. * boot/translator.boot (BOOTTOCL): Tidy. (BOOTTOCLC): Likewise. (BOOTTOCLLINES): Likewise. (BOOTTOCLCLINES): Likewise. (string2BootTree): Define. (translateToplevelExpression): Tidy. (translateToplevel): Handle atoms. Tidy. (shoePCompileTrees): Don't use bStreamPackageNull. * interp/boot-pkg.lisp: Import $interactiveMode and string2BootTree. * interp/util.lisp (string2BootTree): Remove. (OLD-BOOT::BOOT): Likewise. * interp/bootlex.lisp (boot): Likewise. (boot-parse-1): Likewise. * interp/compiler.boot (compileNot): Fix thinko. * interp/sys-globals.boot ($InteractiveMode): Don't define here.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 04485014..07a1bd75 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,25 @@
2008-07-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * boot/initial-env.lisp: Export $InteractiveMode and
+ string2BootTree.
+ * boot/translator.boot (BOOTTOCL): Tidy.
+ (BOOTTOCLC): Likewise.
+ (BOOTTOCLLINES): Likewise.
+ (BOOTTOCLCLINES): Likewise.
+ (string2BootTree): Define.
+ (translateToplevelExpression): Tidy.
+ (translateToplevel): Handle atoms. Tidy.
+ (shoePCompileTrees): Don't use bStreamPackageNull.
+ * interp/boot-pkg.lisp: Import $interactiveMode and string2BootTree.
+ * interp/util.lisp (string2BootTree): Remove.
+ (OLD-BOOT::BOOT): Likewise.
+ * interp/bootlex.lisp (boot): Likewise.
+ (boot-parse-1): Likewise.
+ * interp/compiler.boot (compileNot): Fix thinko.
+ * interp/sys-globals.boot ($InteractiveMode): Don't define here.
+
+2008-07-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/parse.boot ($normalizeTree): New.
(parseNotEqual): Likewise.
* interp/compiler.boot (compCompilerPredicate): New.