aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-23 03:16:19 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-23 03:16:19 +0000
commit0416c1e54eb6a6209f17a32d163328f6bae5f595 (patch)
treead12e4509b7f4c416b1898bb0270ca8f601b1d74 /src/ChangeLog
parentd63ce4731d81c50eb205524d7b7d58681d20fa4a (diff)
downloadopen-axiom-0416c1e54eb6a6209f17a32d163328f6bae5f595.tar.gz
* interp/sys-driver.boot (initializeGlobalState): Construct
database tables if algebra is not complete yet. * interp/Makefile.in (${SAVESYS}): Simplify. * algebra/Makefile.in (strap-stamp): Make the destination directory.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 351af17c..92b7bfee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2011-08-22 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/sys-driver.boot (initializeGlobalState): Construct
+ database tables if algebra is not complete yet.
+ * interp/Makefile.in (${SAVESYS}): Simplify.
+ * algebra/Makefile.in (strap-stamp): Make the destination directory.
+
+2011-08-22 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/metalex.lisp (LINE-HANDLER, NEXT-LINE, XCAPE): Remove.
(XTOKENREADER, GET-TOKEN, NEXT-META-LINE): Likewise.
(META_ERROR_HANDLER, META-SYNTAX-ERROR, META-META-ERROR-HANLER):