From 42ce75cdff741d69927e407ac57b68dd58408111 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 6 Feb 2007 05:22:17 +0000 Subject: * compile.c, insns.def: remove (get|set)instancevariable2 and add a operand is_local to (get|set)instancevariable. * yarvtest/test_class.rb: add a test for class local instance variable. * parse.y (rb_decompose_ivar2): remove unused variable oid. * tool/insns2vm.rb: remove needless require. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ebb68e18da..bcc4770838 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Tue Feb 6 14:15:34 2007 Koichi Sasada + + * compile.c, insns.def: remove (get|set)instancevariable2 and add a + operand is_local to (get|set)instancevariable. + + * yarvtest/test_class.rb: add a test for class local instance variable. + + * parse.y (rb_decompose_ivar2): remove unused variable oid. + + * tool/insns2vm.rb: remove needless require. + Tue Feb 6 11:18:41 2007 Shugo Maeda * lib/net/ftp.rb: check the control connection on EPIPE. -- cgit v1.2.3