From e3a15b08f2fd5cd7b8293e3188a0d25bdf0c914e Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 5 Jul 2007 10:04:56 +0000 Subject: * compile.c (iseq_compile_each): add break catch point. * insns.def (throw): support correct "break" and "return". this commit achieve that "make test" passes all tests. * vm.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d016a08cb..d126017c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Jul 5 18:42:01 2007 Koichi Sasada + + * compile.c (iseq_compile_each): add break catch point. + + * insns.def (throw): support correct "break" and "return". + this commit achieve that "make test" passes all tests. + + * vm.c: ditto. + Thu Jul 5 18:44:12 2007 Tanaka Akira * parse.y (mlhs_basic): use mlhs_post after tSTAR. -- cgit