From b746535c3f19d5d444eb4ba58e47651e1eb52e1f Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 22 Aug 2007 08:10:00 +0000 Subject: * 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. --- src/interp/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/interp/ChangeLog') 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 + + * 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 * bootfuns.lisp.pamphlet ($SPAD_ERRORS): Don't define here. -- cgit v1.2.3