From 46f578d806df70c4cae43b614e56558977a4cc44 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 11 Apr 2014 06:05:28 +0000 Subject: proc.c: fix super in bound UnboundMethod * proc.c (rb_method_call_with_block, umethod_bind): call with IClass including the module for a module instance method. [ruby-core:61936] [Bug #9721] * vm_insnhelper.c (vm_search_super_method): allow bound UnboundMethod case. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b0a304b7f0..ce985e3661 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Apr 11 15:05:26 2014 Nobuyoshi Nakada + + * proc.c (rb_method_call_with_block, umethod_bind): call with + IClass including the module for a module instance method. + [ruby-core:61936] [Bug #9721] + + * vm_insnhelper.c (vm_search_super_method): allow bound + UnboundMethod case. + Fri Apr 11 12:02:30 2014 NARUSE, Yui * addr2line.c (rb_dump_backtrace_with_lines): set base address -- cgit v1.2.3