From b71956d12b061613f8ef9dfe3f8a75e56dfa799d Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 13 Dec 2013 13:29:23 +0000 Subject: proc.c, vm_method.c: fix super and alias * proc.c (method_owner): return the class where alias is defined, not the class original method is defined. * vm_method.c (rb_method_entry_make, rb_alias): store the originally defined class in me. [Bug #7993] [Bug #7842] [Bug #9236] * vm_method.c (rb_method_entry_get_without_cache): cache included module but not iclass. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 42488ac315..3fb504666f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Fri Dec 13 22:29:21 2013 Nobuyoshi Nakada + + * proc.c (method_owner): return the class where alias is defined, not + the class original method is defined. + + * vm_method.c (rb_method_entry_make, rb_alias): store the originally + defined class in me. [Bug #7993] [Bug #7842] [Bug #9236] + + * vm_method.c (rb_method_entry_get_without_cache): cache included + module but not iclass. + Fri Dec 13 16:27:17 2013 Aman Gupta * gc.c (gc_info_decode): Use :major_by=>:nofree as fallback reason -- cgit v1.2.3