aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-03 11:22:38 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-03 11:22:38 +0000
commitb4512335b01d5d2cd345f0b95ca08fb5191cad03 (patch)
tree47588c1f906e461c5d439bc73788f4b4cf1cddf5 /src/interp/ChangeLog
parent69f5bbfdb482e9d86b4e0af44a0be43cd90fe054 (diff)
downloadopen-axiom-b4512335b01d5d2cd345f0b95ca08fb5191cad03.tar.gz
* bootfuns.lisp.pamphlet ($TOP_LEVEL): Move to sys-globals.boot.
($TOKSTACK): Likewise. ($function): Likewise. ($FUNNAME): Likewise. ($FunName_Tail): Likewise. ($lastprefix): Likewise. ($linestack): Likewise. ($maxlinenumber): Likewise. ($OLDLINE): Likewise. ($SPAD): Likewise. ($delay): Move to debug.lisp.pamphlet. ($LINENUMBER): Likewise. ($Directory): Remove. ($top_stack): Remove. ($DISPLAY): Likewise. (|$gauss01|): Likewise. ($NBOOT): Likewise. ($NEWLINSTACK): Likewise. ($num_of_meta_errors): Move to metalex.lisp.pamphlet. * setq.lisp.pamphlet ($TOP_LEVEL): Don't set here. ($DISPLAY): Likewise. ($FUNNAME): Likewise. ($FUNNAME_TAIL): Likewise. (|$gauss01|): Likewise. ($LASTPREFIX): Likewise. ($NBOOT): Likewise. ($OLDLINE): Likewise. * spad.lisp.pamphlet ($linestack): Likewise. ($maxlinenumber): Likewise. (|New,ENTRY,1|): Don't bind here.
Diffstat (limited to 'src/interp/ChangeLog')
-rw-r--r--src/interp/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog
index a9f2d6ba..03a34286 100644
--- a/src/interp/ChangeLog
+++ b/src/interp/ChangeLog
@@ -1,5 +1,38 @@
2007-09-02 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * bootfuns.lisp.pamphlet ($TOP_LEVEL): Move to sys-globals.boot.
+ ($TOKSTACK): Likewise.
+ ($function): Likewise.
+ ($FUNNAME): Likewise.
+ ($FunName_Tail): Likewise.
+ ($lastprefix): Likewise.
+ ($linestack): Likewise.
+ ($maxlinenumber): Likewise.
+ ($OLDLINE): Likewise.
+ ($SPAD): Likewise.
+ ($delay): Move to debug.lisp.pamphlet.
+ ($LINENUMBER): Likewise.
+ ($Directory): Remove.
+ ($top_stack): Remove.
+ ($DISPLAY): Likewise.
+ (|$gauss01|): Likewise.
+ ($NBOOT): Likewise.
+ ($NEWLINSTACK): Likewise.
+ ($num_of_meta_errors): Move to metalex.lisp.pamphlet.
+ * setq.lisp.pamphlet ($TOP_LEVEL): Don't set here.
+ ($DISPLAY): Likewise.
+ ($FUNNAME): Likewise.
+ ($FUNNAME_TAIL): Likewise.
+ (|$gauss01|): Likewise.
+ ($LASTPREFIX): Likewise.
+ ($NBOOT): Likewise.
+ ($OLDLINE): Likewise.
+ * spad.lisp.pamphlet ($linestack): Likewise.
+ ($maxlinenumber): Likewise.
+ (|New,ENTRY,1|): Don't bind here.
+
+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.