From a026063aeff59d8d8714d46f336197cd5f3d1c9c Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 6 Feb 2007 06:50:40 +0000 Subject: * compile.c (iseq_compile_each): fix setting is_local flag. * yarvtest/test_class.rb: add a test for class local isntance variable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bcc477083..a6974c541 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Feb 6 15:44:11 2007 Koichi Sasada + + * compile.c (iseq_compile_each): fix setting is_local flag. + + * yarvtest/test_class.rb: add a test for class local isntance variable. + Tue Feb 6 14:15:34 2007 Koichi Sasada * compile.c, insns.def: remove (get|set)instancevariable2 and add a -- cgit