From a07faca18a3f5f7435cfc21f0a66a183d2c0cd05 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 11 Dec 2010 22:48:38 +0000 Subject: * boot/tokens.boot: `finally' is now a keyword. * boot/parser.boot (bpMissing): Use a BootParserException exception. (bpTrap): Likewise. (bpListAndRecover): Catch them. * boot/parser.boot (shoeOutParse): Likewise. * boot/ast.boot (bfHandlers): Fix thinko. (codeForCatchHandlers): Likewise. --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 9eb9e54e..9957bae3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2010-12-11 Gabriel Dos Reis + + * boot/tokens.boot: `finally' is now a keyword. + * boot/parser.boot (bpMissing): Use a BootParserException exception. + (bpTrap): Likewise. + (bpListAndRecover): Catch them. + * boot/parser.boot (shoeOutParse): Likewise. + * boot/ast.boot (bfHandlers): Fix thinko. + (codeForCatchHandlers): Likewise. + 2010-12-11 Gabriel Dos Reis * boot/parser.boot (bpListAndRecover): Use Lisp-level CATCH. -- cgit v1.2.3