From 169d8b11dd5b21f656bfc1c8ef33553709af5a20 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/trunk@11080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ef58936c7..59e676e7c 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