From a0180212c34e46a34ea47151efdc9d4429b04092 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 14 Jan 2012 15:41:32 +0000 Subject: * interp/word.boot: Add import and scope statements. Include in final executables. (infix?): Remove as duplicate in match.boot. (prefix?): Likewise. (suffix?): Likewise. * interp/g-error.boot (returnToTopLevel): Tidy. * interp/debug.lisp (/D-2): Use spadThrow in lieu of UNWIND. * interp/patches.lisp (CATCHALL): Remove. (DBRINIT): Likewise. (TOPLEVEL): Likewise. (TOP-LEVEL): Likewise. (UNWIND): Likewise. (RESUME): Likewise. (booFind): Likewise. --- src/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 8649fc30..664cd4dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2012-01-14 Gabriel Dos Reis + + * interp/word.boot: Add import and scope statements. Include in + final executables. + (infix?): Remove as duplicate in match.boot. + (prefix?): Likewise. + (suffix?): Likewise. + * interp/g-error.boot (returnToTopLevel): Tidy. + * interp/debug.lisp (/D-2): Use spadThrow in lieu of UNWIND. + * interp/patches.lisp (CATCHALL): Remove. + (DBRINIT): Likewise. + (TOPLEVEL): Likewise. + (TOP-LEVEL): Likewise. + (UNWIND): Likewise. + (RESUME): Likewise. + (booFind): Likewise. + 2012-01-14 Gabriel Dos Reis * lisp/core.lisp.in (mkIntArray): New. Export. -- cgit v1.2.3