diff options
author | dos-reis <gdr@axiomatics.org> | 2007-09-10 22:09:28 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-09-10 22:09:28 +0000 |
commit | ef3f39b528532d50813b8754c8ca6ff3fce4f710 (patch) | |
tree | 33ab580b4d422f3ad5f6c0511ec141b68baf4831 /src/interp/ChangeLog | |
parent | 4c3b04a147779490fe4d0550eed178a8e5abda4c (diff) | |
download | open-axiom-ef3f39b528532d50813b8754c8ca6ff3fce4f710.tar.gz |
* 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 (<<i-output.clisp>>): Remove.
* Makefile.in: Regenerate.
* macros.lisp.pamphlet (ELEMN): Move to g-util.boot.pamphlet.
(|leftBindingPowerOf|): Move to i-output.boot.pamphlet.
(|rightBindingPowerOf|): Likewise.
Diffstat (limited to 'src/interp/ChangeLog')
-rw-r--r-- | src/interp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
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 <gdr@cs.tamu.edu> + + * 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 (<<i-output.clisp>>): 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 <gdr@cs.tamu.edu> * Makefile.pamphlet (DEP): Adjust path to comp.lisp. |