From 509089e9b1c094cb048e7f66643c853f86a91f4f Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 29 Mar 2015 02:51:34 +0000 Subject: proc.c: replicate method env * proc.c (proc_binding): replicate env from method object, and allocate the local variable area for the iseq local table. [ruby-core:68673] [Bug #11012] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c58bf4157e..f72a1b24f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Mar 29 11:51:32 2015 Nobuyoshi Nakada + + * proc.c (proc_binding): replicate env from method object, and + allocate the local variable area for the iseq local table. + [ruby-core:68673] [Bug #11012] + Sat Mar 28 09:19:41 2015 NARUSE, Yui * ext/date/extconf.rb: try_cflags("-std=iso9899:1999") [Bug #10906] -- cgit v1.2.3