diff options
| author | dos-reis <gdr@axiomatics.org> | 2010-12-11 22:48:38 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2010-12-11 22:48:38 +0000 |
| commit | a07faca18a3f5f7435cfc21f0a66a183d2c0cd05 (patch) | |
| tree | cdc26e56baad314d992424ba2223ef98dda3af4b /src/ChangeLog | |
| parent | 0835ad7e9a8e7f90f61b633fd74304f00b07d386 (diff) | |
| download | open-axiom-a07faca18a3f5f7435cfc21f0a66a183d2c0cd05.tar.gz | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9eb9e54e..9957bae3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2010-12-11 Gabriel Dos Reis <gdr@cs.tamu.edu> + * 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 <gdr@cs.tamu.edu> + * boot/parser.boot (bpListAndRecover): Use Lisp-level CATCH. (bpTry): Rewrite. (bpTry): Likewise. |
