From 2af05ce42a2face970e33d37262ad2d0e72c8b0b Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 4 Oct 2006 08:38:23 +0000 Subject: * eval.c (rb_call): check protected visibility based on real self, not ruby_frame->self. [ruby-talk:217822] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 745a9c113..3b4e8fe2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 4 17:25:14 2006 Yukihiro Matsumoto + + * eval.c (rb_call): check protected visibility based on real self, + not ruby_frame->self. [ruby-talk:217822] + Wed Oct 4 15:46:32 2006 Yukihiro Matsumoto * parse.y (mlhs): should interpret single parenthesized left hand -- cgit