From a70f8f3dab754a5df42c262c40d4a6650d4a99d2 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 6 Feb 2007 07:02:55 +0000 Subject: * variable.c (ivar_i): need to support class local instance variables. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a6974c541..2222a5125 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 6 15:55:46 2007 Yukihiro Matsumoto + + * variable.c (ivar_i): need to support class local instance + variables. + Tue Feb 6 15:44:11 2007 Koichi Sasada * compile.c (iseq_compile_each): fix setting is_local flag. -- cgit