From 422dd55bdb980145cbbb97da8f23defdf7e872d1 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 22 Feb 2009 14:05:31 +0000 Subject: merges r22494 and r22495 from trunk into ruby_1_9_1. * 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 861f8693f..3a4c6ea24 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. + Fri Feb 20 23:28:11 2009 NAKAMURA Usaku * util.c (rv_alloc, freedtoa): use our normal xmalloc()/xfree() because -- cgit