From 2735af4daf7e94398f0dbe05f2c60334aa503cbe Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 30 Jul 2015 02:52:57 +0000 Subject: load.c: stop separating exits at loading * load.c (rb_load_internal0): stop separating exits at loading from exits from execution. TAG_FATAL is the only case that `errinfo` is a Fixnum, and should continue to exit by JUMP_TAG but not raising as an ordinary exception. [ruby-core:70169] [Bug #11404] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 291ce1f679..d2f4656e5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Jul 30 11:52:55 2015 Nobuyoshi Nakada + + * load.c (rb_load_internal0): stop separating exits at loading + from exits from execution. TAG_FATAL is the only case that + `errinfo` is a Fixnum, and should continue to exit by JUMP_TAG + but not raising as an ordinary exception. + [ruby-core:70169] [Bug #11404] + Thu Jul 30 10:42:27 2015 Alex Dowad * load.c (rb_load_internal0): extra check before returning -- cgit v1.2.3