aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-17 19:32:06 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-17 19:32:06 +0000
commitb1e0367cb4bf149450f325beb40be5fd6c0e5482 (patch)
treedb39b9542b70283c3aaa479ab1edd8b0e8615f53 /src/ChangeLog
parent5e504b6abaef6cf7e7c58c17e26bec33856b60c0 (diff)
downloadopen-axiom-b1e0367cb4bf149450f325beb40be5fd6c0e5482.tar.gz
* interp/sys-globals.boot ($updateCatTableIfTrue): Default to false.
* interp/sys-driver.boot (AxiomCore::%sysInit): Have ECL quiet. (initializeGlobalState): Initialize new world states. * interp/define.boot (compDefine): Tidy. (compDefineCategory2): Explicitly initialize $TOP_LEVEL and $definition. * interp/daase.lisp (|fillDatabasesInCore|): Use $buildingSystemAlgebra. * interp/compiler.boot (compMakeDeclaration): Explicitly initialize $insideExpressionIfTrue. * boot/translator.boot (AxiomCore::%sysInit): Supper GCL and ECL compiler notes, but ask for warning.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7ba6f171..b6a2edd0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,20 @@
2008-08-17 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/sys-globals.boot ($updateCatTableIfTrue): Default to false.
+ * interp/sys-driver.boot (AxiomCore::%sysInit): Have ECL quiet.
+ (initializeGlobalState): Initialize new world states.
+ * interp/define.boot (compDefine): Tidy.
+ (compDefineCategory2): Explicitly initialize $TOP_LEVEL and
+ $definition.
+ * interp/daase.lisp (|fillDatabasesInCore|): Use
+ $buildingSystemAlgebra.
+ * interp/compiler.boot (compMakeDeclaration): Explicitly
+ initialize $insideExpressionIfTrue.
+ * boot/translator.boot (AxiomCore::%sysInit): Supper GCL and ECL
+ compiler notes, but ask for warning.
+
+2008-08-17 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* algebra/Makefile.pamphlet (all-algstrap): New.
* algebra/strap: Update cached Lisp translation.