From c7159e81fc0d70b67358deaa39d21babbc3d89e7 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 3 Dec 2013 12:53:18 +0000 Subject: vm_eval.c: rb_catch_protect * vm_eval.c (rb_catch_protect): new function similar to rb_catch_obj(), but protect from all global jumps like as rb_load_protect(), rb_protect(), etc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5ed558b7be..cc01861a29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 3 21:53:15 2013 Nobuyoshi Nakada + + * vm_eval.c (rb_catch_protect): new function similar to + rb_catch_obj(), but protect from all global jumps like as + rb_load_protect(), rb_protect(), etc. + Tue Dec 3 20:18:46 2013 Narihiro Nakamura * object.c (rb_obj_clone): Protect FL_PROMOTED and FL_WB_PROTECTED -- cgit v1.2.3