diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-06 06:50:40 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-06 06:50:40 +0000 |
| commit | a026063aeff59d8d8714d46f336197cd5f3d1c9c (patch) | |
| tree | b009347de3cc64e15b080506249a52e6db7a7b2b /ChangeLog | |
| parent | 6b595b26af59f90e2a6fca9a33a14904e58799f5 (diff) | |
| download | ruby-a026063aeff59d8d8714d46f336197cd5f3d1c9c.tar.gz ruby-a026063aeff59d8d8714d46f336197cd5f3d1c9c.tar.xz ruby-a026063aeff59d8d8714d46f336197cd5f3d1c9c.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue Feb 6 15:44:11 2007 Koichi Sasada <ko1@atdot.net> + + * 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 <ko1@atdot.net> * compile.c, insns.def: remove (get|set)instancevariable2 and add a |
