From ee5bc98203d29b60d34866aa8d49d639498b97bf Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 29 Aug 2009 11:42:53 +0000 Subject: * vm_eval.c (rb_call0): gets rid of checking method cache twice. * method.h (rb_get_method_entry): added a prototype of the function. (rb_method_entry_without_cache): more friendly name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2b838883a..2d02e9583 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Aug 29 20:40:02 2009 Yuki Sonoda (Yugui) + + * vm_eval.c (rb_call0): gets rid of checking method cache twice. + + * method.h (rb_get_method_entry): added a prototype of the function. + (rb_method_entry_without_cache): more friendly name. + Sat Aug 29 12:16:47 2009 Nobuyoshi Nakada * lib/tmpdir.rb (Dir.mktmpdir): rolled back r24699. [ruby-dev:39193] -- cgit