From 19bbab6140847de08dd0278a7ebaae6b01352513 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 22 Feb 2009 01:43:59 +0000 Subject: * vm_eval.c (method_missing): should not pop cfp if missing method is method_missing. [ruby-core:22298] * vm_eval.c (rb_raise_method_missing): new function to directly raise NoMethodError. * vm_insnhelper.c (vm_call_method): fixed the case method_missing is missing. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e7ea7f142b..0ddd247a69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sun Feb 22 10:43:57 2009 Nobuyoshi Nakada + + * vm_eval.c (method_missing): should not pop cfp if missing method + is method_missing. [ruby-core:22298] + + * vm_eval.c (rb_raise_method_missing): new function to directly + raise NoMethodError. + + * vm_insnhelper.c (vm_call_method): fixed the case method_missing + is missing. + Sun Feb 22 02:15:40 2009 Tanaka Akira * ext/socket/ancdata.c (bsock_recvmsg_internal): handle EMSGSIZE as -- cgit v1.2.3