diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-05 06:21:15 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-05 06:21:15 +0000 |
| commit | b6489e214ae473de6b57900fbe9b84b226c7dfdc (patch) | |
| tree | bde483db81575d91c3c2766fcb5815b75fc2a389 /ChangeLog | |
| parent | 47a6b4ba476fe640baad46e71b29cb410f7a27b5 (diff) | |
| download | ruby-b6489e214ae473de6b57900fbe9b84b226c7dfdc.tar.gz ruby-b6489e214ae473de6b57900fbe9b84b226c7dfdc.tar.xz ruby-b6489e214ae473de6b57900fbe9b84b226c7dfdc.zip | |
* compile.c (iseq_compile_each): op_asgn to aref should return rhs.
[ruby-core:25387]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat Sep 5 15:21:13 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * compile.c (iseq_compile_each): op_asgn to aref should return rhs. + [ruby-core:25387] + Sat Sep 5 10:38:46 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * compile.c (iseq_compile_each): &&= and ||= should return rhs. |
