diff options
author | dos-reis <gdr@axiomatics.org> | 2008-08-17 20:20:36 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-08-17 20:20:36 +0000 |
commit | 4e8ffca8b200d962e1f87191a7015bdc27b8610e (patch) | |
tree | 743aa52f2815b6113174ae680f57fdcc89e97f16 /src/ChangeLog | |
parent | b1e0367cb4bf149450f325beb40be5fd6c0e5482 (diff) | |
download | open-axiom-4e8ffca8b200d962e1f87191a7015bdc27b8610e.tar.gz |
* interp/sys-globals.boot ($verbose): Move from sys-driver.boot.
(initializeGlobalState): Set it and honor it.
* interp/daase.lisp (initial-getdatabase): Be talkative only when
asked.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b6a2edd0..733c178d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2008-08-17 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/sys-globals.boot ($verbose): Move from sys-driver.boot. + (initializeGlobalState): Set it and honor it. + * interp/daase.lisp (initial-getdatabase): Be talkative only when + asked. + +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. |