aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-15 05:56:53 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-15 05:56:53 +0000
commitf6073b2551b4053087052fc5a31e3875e1f67913 (patch)
tree898e3925814a86d15607a4cc894224540e12fc6c /src/ChangeLog
parent66f954a68f42d1b3e9539bbfd794bc74e553bf93 (diff)
downloadopen-axiom-f6073b2551b4053087052fc5a31e3875e1f67913.tar.gz
* lisp/core.lisp.in (getOptionValue): Export.
* interp/sys-driver.boot (initializeGlobalState): Record value for --system-algebra. * interp/sys-globals.boot ($buildingSystemAlgebra): Declare. * interp/compiler.boot (compileSpad2Cmd): Don't build local database if compiling system algebra. * interp/i-syscmd.boot (compileAsharpCmd1): Likewise. * algebra/Makefile.pamphlet (%.NRLIB/code.$(FASLEXT)): Use --system-algebra. (SPADPRSR.NRLIB/code.$(FASLEXT)): Likewise. (PARSER.NRLIB/code.$(FASLEXT)): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index daccf126..105b6db0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
+2008-08-15 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * lisp/core.lisp.in (getOptionValue): Export.
+ * interp/sys-driver.boot (initializeGlobalState): Record value for
+ --system-algebra.
+ * interp/sys-globals.boot ($buildingSystemAlgebra): Declare.
+ * interp/compiler.boot (compileSpad2Cmd): Don't build local
+ database if compiling system algebra.
+ * interp/i-syscmd.boot (compileAsharpCmd1): Likewise.
+ * algebra/Makefile.pamphlet (%.NRLIB/code.$(FASLEXT)): Use
+ --system-algebra.
+ (SPADPRSR.NRLIB/code.$(FASLEXT)): Likewise.
+ (PARSER.NRLIB/code.$(FASLEXT)): Likewise.
+
2008-08-14 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/Makefile.pamphlet: Simplify build of interpsys and AXIOMsys.