aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-23 22:11:26 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-23 22:11:26 +0000
commitd7d39823cf29e2b981e20fee3b0454624897371d (patch)
tree93ec151376babb45ce72a63d698e798c2c14da95 /ChangeLog
parent0416c1e54eb6a6209f17a32d163328f6bae5f595 (diff)
downloadopen-axiom-d7d39823cf29e2b981e20fee3b0454624897371d.tar.gz
* interp/sys-driver.boot (initializeDatabases): New.
(initializeGlobalState): Use it. * interp/spad-parser.boot (parseSpadFile): Tidy. * interp/g-cndata.boot (installConstructor): Exit early it global table not initialized. * interp/database.boot (makeInitialDB): New. (populateDBFromFile): Likewise. * interp/daase.lisp: Introduce more DB accessors. * interp/br-util.boot (dbSourceFile): Remove. * interp/br-con.boot (kdPageInfo): Use getConstructorSourceFileFromDB instead of dbSourceFile. (kPage): Likewise. * algebra/Makefile.in (SPADFILES): Include domain.spad
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f9dca70..5a9355a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-23 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * Makefile.am (OA_SRC_TARGETS): Include all-algstrap
+ (all-algstrap): Require all-interpsys, and all-gcl if building GCL.
+
2011-07-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
* OpenAxiom-1.4.1 released.