From ef3f39b528532d50813b8754c8ca6ff3fce4f710 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 10 Sep 2007 22:09:28 +0000 Subject: * i-output.boot.pamphlet ($defaultSpecialCharacters): Define as constant. ($plainSpecialCharacters0): Likewise. ($plainSpecialCharacters1): Likewise. ($plainSpecialCharacters2): Likewise. ($plainSpecialCharacters3): Likewise. ($plainRTspecialCharacters): Likewise. ($RTspecialCharacters): Likewise. ($specialCharacterAlist): Likewise. (makeCharacter): Define as macro. (leftBindingPowerOf): Move from macros.lisp.pamphlet. Define as Boot code. (rightBindingPowerOf): Likewise. * patches.lisp.pamphlet (|$specialCharacters|): Don't set here. * Makefile.pamphlet (<>): Remove. * Makefile.in: Regenerate. * macros.lisp.pamphlet (ELEMN): Move to g-util.boot.pamphlet. (|leftBindingPowerOf|): Move to i-output.boot.pamphlet. (|rightBindingPowerOf|): Likewise. --- src/interp/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'src/interp/ChangeLog') diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog index 3e3e8447..43c20c12 100644 --- a/src/interp/ChangeLog +++ b/src/interp/ChangeLog @@ -1,3 +1,25 @@ +2007-09-10 Gabriel Dos Reis + + * i-output.boot.pamphlet ($defaultSpecialCharacters): Define as + constant. + ($plainSpecialCharacters0): Likewise. + ($plainSpecialCharacters1): Likewise. + ($plainSpecialCharacters2): Likewise. + ($plainSpecialCharacters3): Likewise. + ($plainRTspecialCharacters): Likewise. + ($RTspecialCharacters): Likewise. + ($specialCharacterAlist): Likewise. + (makeCharacter): Define as macro. + (leftBindingPowerOf): Move from macros.lisp.pamphlet. Define as + Boot code. + (rightBindingPowerOf): Likewise. + * patches.lisp.pamphlet (|$specialCharacters|): Don't set here. + * Makefile.pamphlet (<>): Remove. + * Makefile.in: Regenerate. + * macros.lisp.pamphlet (ELEMN): Move to g-util.boot.pamphlet. + (|leftBindingPowerOf|): Move to i-output.boot.pamphlet. + (|rightBindingPowerOf|): Likewise. + 2007-09-09 Gabriel Dos Reis * Makefile.pamphlet (DEP): Adjust path to comp.lisp. -- cgit v1.2.3