diff options
author | dos-reis <gdr@axiomatics.org> | 2011-11-13 15:49:18 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-11-13 15:49:18 +0000 |
commit | 4d0c8ae73e443bbfae3793a1313e0e5c5cf0c6a7 (patch) | |
tree | 61036dbbde4d9173acb1f5b5ba7acacc943a17dc /src/ChangeLog | |
parent | 6c1c0bcb2816b92639a2a1e55f66504ae712d9d1 (diff) | |
download | open-axiom-4d0c8ae73e443bbfae3793a1313e0e5c5cf0c6a7.tar.gz |
* interp/sys-driver.boot (initializeDatabases): Honor --initial-db.
(initializeGlobalState): Don't bind $compileDefaultsOnly.
* interp/sys-globals.boot ($compileDefaultsOnly): Remove.
* interp/define.boot (compDefineCategory): Adjust.
(compDefineCategory1): Likewise.
(compDefineFunctor1): Clear dbCapsuleDefinitions.
* interp/lisplib.boot (compDefineLisplib): Tidy.
* interp/daase.lisp (BROWSEOPEN): Use dbSourceFile.
(GETDATABASE): Likewise.
(LOCALNRLIB): Likewise.
(WRITE-BROWSEDB): Likewise.
* algebra/Makefile.in (COMPILE_SPAD): Specifiy initial DB.
(BOOTSTRAP): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1b8b723a..8da85ba8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,19 @@ +2011-11-13 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * interp/sys-driver.boot (initializeDatabases): Honor --initial-db. + (initializeGlobalState): Don't bind $compileDefaultsOnly. + * interp/sys-globals.boot ($compileDefaultsOnly): Remove. + * interp/define.boot (compDefineCategory): Adjust. + (compDefineCategory1): Likewise. + (compDefineFunctor1): Clear dbCapsuleDefinitions. + * interp/lisplib.boot (compDefineLisplib): Tidy. + * interp/daase.lisp (BROWSEOPEN): Use dbSourceFile. + (GETDATABASE): Likewise. + (LOCALNRLIB): Likewise. + (WRITE-BROWSEDB): Likewise. + * algebra/Makefile.in (COMPILE_SPAD): Specifiy initial DB. + (BOOTSTRAP): Likewise. + 2011-11-12 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/br-data.boot (buildLibdbConEntry): Exit early if argument |