From feafc463634bd4d771d70bb8dd491fc5dd402a19 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@11080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ef58936c76..59e676e7c3 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 (block_param): should interpret single parenthesized -- cgit v1.2.1