From 59dfd29ba54016b24ff691969bdd03d1b8a7225d Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 30 Apr 2012 05:53:17 +0000 Subject: * interp/fortcall.boot: Use copyTree, not COPY-TREE. * interp/i-intern.boot: Likewise. * interp/setvars.boot: Likewise. * interp/i-output.boot: Use abstractChar, not EBCDIC. * interp/i-util.boot: Likewise. * interp/vmlisp.lisp (EBCDIC): Remove. (CALLBELOW): Likewise. (RE-ENABLE-INT): Likewise. (QUOREM): Likewise. --- src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index bedb47dd..af3a87e1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2012-04-30 Gabriel Dos Reis + + * interp/fortcall.boot: Use copyTree, not COPY-TREE. + * interp/i-intern.boot: Likewise. + * interp/setvars.boot: Likewise. + * interp/i-output.boot: Use abstractChar, not EBCDIC. + * interp/i-util.boot: Likewise. + * interp/vmlisp.lisp (EBCDIC): Remove. + (CALLBELOW): Likewise. + (RE-ENABLE-INT): Likewise. + (QUOREM): Likewise. + 2012-04-29 Gabriel Dos Reis * lisp/core.lisp.in (fixnum?): New. -- cgit v1.2.3