diff options
| author | dos-reis <gdr@axiomatics.org> | 2007-08-22 08:10:00 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2007-08-22 08:10:00 +0000 |
| commit | b746535c3f19d5d444eb4ba58e47651e1eb52e1f (patch) | |
| tree | fb755f9697078ae43067dbbbf27b54edd3136212 /src/interp/ChangeLog | |
| parent | 68d5315c2d9a8c1526a6af824f52f84485f16257 (diff) | |
| download | open-axiom-b746535c3f19d5d444eb4ba58e47651e1eb52e1f.tar.gz | |
* bootfuns.lisp.pamphlet ($bootStrapMode): Move to sys-globals.boot.
($BreakMode): Likewise.
($cacheAlist): Likewise.
($cacheCount): Likewise.
($clamList): Likewise.
($compCount): Likewise.
($compUniquelyIfTrue): Likewise.
($ConstructorCache): Likewise.
($createUpdateFiles): Likewise.
($currentFunction): Likewise.
($currentLine): Likewise.
* setq.lisp.pamphlet: Merge the definitions of the above mentioned
variables into sys-globals.boot.
* Makefile.pamphlet (sys-globals.$(FASLEXT)): Require
hash.$(FASLEXT).
* Makefile.in: Regenerate.
Diffstat (limited to 'src/interp/ChangeLog')
| -rw-r--r-- | src/interp/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog index 7cc07f4e..b174fcdf 100644 --- a/src/interp/ChangeLog +++ b/src/interp/ChangeLog @@ -1,3 +1,23 @@ +2007-08-22 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * bootfuns.lisp.pamphlet ($bootStrapMode): Move to sys-globals.boot. + ($BreakMode): Likewise. + ($cacheAlist): Likewise. + ($cacheCount): Likewise. + ($clamList): Likewise. + ($compCount): Likewise. + ($compUniquelyIfTrue): Likewise. + ($ConstructorCache): Likewise. + ($createUpdateFiles): Likewise. + ($currentFunction): Likewise. + ($currentLine): Likewise. + * setq.lisp.pamphlet: Merge the definitions of the above mentioned + variables into sys-globals.boot. + + * Makefile.pamphlet (sys-globals.$(FASLEXT)): Require + hash.$(FASLEXT). + * Makefile.in: Regenerate. + 2007-08-21 Gabriel Dos Reis <gdr@cs.tamu.edu> * bootfuns.lisp.pamphlet ($SPAD_ERRORS): Don't define here. |
