From acd73b3b9926403115db4db68361703bff439889 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 7 Dec 2010 14:35:30 +0000 Subject: * interp/compiler.boot (compThrow): Remove niladic type restriction. (compCatch): Tidy. (compTry): Likewise. --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 2621e6cb..20b34695 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2010-12-07 Gabriel Dos Reis + + * interp/compiler.boot (compThrow): Remove niladic type restriction. + (compCatch): Tidy. + (compTry): Likewise. + 2010-12-06 Gabriel Dos Reis Add support for exception handling. -- cgit v1.2.3