aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-10-14 08:53:35 +0000
committerdos-reis <gdr@axiomatics.org>2007-10-14 08:53:35 +0000
commit095703f8cc7439cddda478b12667c5ac8264b6d5 (patch)
treecc7a8dc987cd91ec29082900cac30c28e339b20b /src/interp/ChangeLog
parent80f5cef01abdaee3b8c818ea07f534570e94c6d4 (diff)
downloadopen-axiom-095703f8cc7439cddda478b12667c5ac8264b6d5.tar.gz
more work toward removing depsys
Diffstat (limited to 'src/interp/ChangeLog')
-rw-r--r--src/interp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog
index 4bcaf00e..794f83d8 100644
--- a/src/interp/ChangeLog
+++ b/src/interp/ChangeLog
@@ -1,3 +1,26 @@
+2007-10-14 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * Makefile.pamphlet: Compile Boot code with --boot=old.
+ (bc-solve.$(FASLEXT)): New rule.
+ (bc-matrix.$(FASLEXT)): Likewise.
+ (bc-misc.$(FASLEXT)): Likewise.
+ (bc-util.$(FASLEXT)): Likewise.
+ (ax.$(FASLEXT)): Likewise.
+ (as.$(FASLEXT)): Likewise.
+ (<<as.clisp>>): Remove.
+ (<<ax.clisp>>): Likewise.
+ (<<bc-misc.clisp>>): Likewise.
+ (<<bc-solve.clisp>>): Likewise.
+ (<<format.clisp>>): Likewise.
+ * as.boot.pamphlet: Push into package "BOOT". Fix syntax.
+ * ax.boot.pamphlet: Likewise.
+ * bc-matrix.boot.pamphlet: Import "bc-util".
+ * bc-solve.boot.pamphlet: Make compilable by bootsys.
+ * bc-util.boot.pamphlet: Import "ht-util".
+ * format.boot.pamphlet: Make compilable by bootsys.
+ * g-util.boot.pamphlet (freeOfShapVars): Use union.
+ * setq.lisp (BLANK): Move definition to sys-constant.boot.
+
2007-10-11 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet (${DEPSYS}): Depend on g-util.$(FASLEXT).