aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-10-01 14:02:30 +0000
committerdos-reis <gdr@axiomatics.org>2011-10-01 14:02:30 +0000
commit73374b314b15f2a313718d0e347a1050d1d1a405 (patch)
treee893bb8f428e229c04445ffc11fdc0a2f3f6a1f5 /src/ChangeLog
parent4cb6f558586ccd4893c2acd088bba66654f6bf19 (diff)
downloadopen-axiom-73374b314b15f2a313718d0e347a1050d1d1a405.tar.gz
* boot/utility.boot: Define BOOTTRAN namespace.
(setUnion): New. (setDifference): New. * boot/translator.boot (packageBody): New. (translateToplevel): Use it. Translate namespace definition. * boot/tokens.boot: Replace bitmask with bitref. Do not translate setDifference and setUnion. * boot/parser.boot (bpDef): Now include namespace definition. (bpComma): Remove namespace rule as subsumed by Where rule. * boot/Makefile.in: Remove dependencies on initial-env.lisp. (AXIOM_LOCAL_LISP_sources): Remove as unused, (boot_sources): Remove as redundant with boot_SOURCES. * boot/initial-env.lisp: Remove.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c5268333..038f5147 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
+2011-10-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * boot/utility.boot: Define BOOTTRAN namespace.
+ (setUnion): New.
+ (setDifference): New.
+ * boot/translator.boot (packageBody): New.
+ (translateToplevel): Use it. Translate namespace definition.
+ * boot/tokens.boot: Replace bitmask with bitref.
+ Do not translate setDifference and setUnion.
+ * boot/parser.boot (bpDef): Now include namespace definition.
+ (bpComma): Remove namespace rule as subsumed by Where rule.
+ * boot/Makefile.in: Remove dependencies on initial-env.lisp.
+ (AXIOM_LOCAL_LISP_sources): Remove as unused,
+ (boot_sources): Remove as redundant with boot_SOURCES.
+ * boot/initial-env.lisp: Remove.
+
2011-09-30 Gabriel Dos Reis <gdr@cs.tamu.edu>
* boot/utility.boot (firstNonblankPosition): New.