From 98c5fe2038ab1121b096d1ec2a69d3cbb4a51d4b Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 20 Jul 2006 19:20:31 +0000 Subject: * eval.c (rb_call): try local method look-up first for fcall, then normal method look-up. [ruby-talk:202564] * eval.c (rb_get_method_body): save local method cache separately. * eval.c (search_method): export info whether method is local or not. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d4147286c..41a0cbff3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Jul 21 04:17:22 2006 Yukihiro Matsumoto + + * eval.c (rb_call): try local method look-up first for fcall, then + normal method look-up. [ruby-talk:202564] + + * eval.c (rb_get_method_body): save local method cache separately. + + * eval.c (search_method): export info whether method is local or + not. + Thu Jul 20 20:27:07 2006 Yukihiro Matsumoto * object.c (rb_mod_attr): make Module#attr to be an alias to -- cgit