From 26d0a2a3d672b9016fdb7b45eeed05e3432fd8e4 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 23 Jan 2015 14:57:08 +0000 Subject: vm_insnhelper.c: break from nested rescue * vm_insnhelper.c (vm_throw_start): search the target to break from a block with nested rescue, from the nested blocks. [ruby-core:67765] [Bug #10775] [Fix GH-820] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 50772fd0ca..7d555b0766 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jan 23 23:57:05 2015 Misumi Rize + + * vm_insnhelper.c (vm_throw_start): search the target to break + from a block with nested rescue, from the nested blocks. + [ruby-core:67765] [Bug #10775] [Fix GH-820] + Fri Jan 23 20:00:59 2015 Nobuyoshi Nakada * marshal.c (w_object, marshal_dump): use indetity tables for -- cgit v1.2.3