From b1e0367cb4bf149450f325beb40be5fd6c0e5482 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 17 Aug 2008 19:32:06 +0000 Subject: * 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. --- src/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 7ba6f171..b6a2edd0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2008-08-17 Gabriel Dos Reis + + * 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 * algebra/Makefile.pamphlet (all-algstrap): New. -- cgit v1.2.3