aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-02 18:55:48 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-02 18:55:48 +0000
commit869512ac1dd0bc9c80182cbef6e01b39540fef7f (patch)
tree41e3dc594407411855cb62364327c2cb7f533561 /src/interp/ChangeLog
parentbeb1d42c90bb0489b98c1dc6816915868506e041 (diff)
downloadopen-axiom-869512ac1dd0bc9c80182cbef6e01b39540fef7f.tar.gz
* compiler.boot.pamphlet (tc): Don't set $tripleCache.
* define.boot.pamphlet (compDefine): Likewise. * wi1.boot.pamphlet (compDefine): Likewise. * c-util.boot.pamphlet (displayComp): Likewise. * spad.lisp.pamphlet (/TRANSPAD): Likewise. * bootfuns.lisp.pamphlet (|$useDCQnotLET|): Move to sys-globals.boot. (|$updateCatTableIfTrue|): Likewise. (|$updateIfTrue|): Remove. (|$streamCount|): Likewise. (|$tripleCache|): Remove. (|$TranslateOnly|): Likewise. (|$topOp|): Likewise. (|$streamIndexing|): Remove. (|$streamAlist|): Likewise. * setq.lisp.pamphlet (|$useDCQnotLET|): Don't set here. ($streamAlist): Likewise. (|$updateCatTableIfTrue|): Likewise. (|$streamIndexing|): Likewise. (|$streamCount|): Likewise.
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 cc4669dd..a9f2d6ba 100644
--- a/src/interp/ChangeLog
+++ b/src/interp/ChangeLog
@@ -1,5 +1,28 @@
2007-09-02 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * compiler.boot.pamphlet (tc): Don't set $tripleCache.
+ * define.boot.pamphlet (compDefine): Likewise.
+ * wi1.boot.pamphlet (compDefine): Likewise.
+ * c-util.boot.pamphlet (displayComp): Likewise.
+ * spad.lisp.pamphlet (/TRANSPAD): Likewise.
+ * bootfuns.lisp.pamphlet (|$useDCQnotLET|): Move to
+ sys-globals.boot.
+ (|$updateCatTableIfTrue|): Likewise.
+ (|$updateIfTrue|): Remove.
+ (|$streamCount|): Likewise.
+ (|$tripleCache|): Remove.
+ (|$TranslateOnly|): Likewise.
+ (|$topOp|): Likewise.
+ (|$streamIndexing|): Remove.
+ (|$streamAlist|): Likewise.
+ * setq.lisp.pamphlet (|$useDCQnotLET|): Don't set here.
+ ($streamAlist): Likewise.
+ (|$updateCatTableIfTrue|): Likewise.
+ (|$streamIndexing|): Likewise.
+ (|$streamCount|): Likewise.
+
+2007-09-02 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* sys-globals.boot ($VariableCount): Move from
bootfuns.lisp.pamphlet.
($suffix): Likewise.