diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-03 18:58:42 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-03 18:58:42 +0000 |
| commit | 303747b16b242c8caf08ca679a34fb199c316973 (patch) | |
| tree | 418f10dffea9bb548ef3eeb2a6eb039f9112fc4b /ChangeLog | |
| parent | 7cc177e519fb4544832b3323555dde511b062bfc (diff) | |
| download | ruby-303747b16b242c8caf08ca679a34fb199c316973.tar.gz ruby-303747b16b242c8caf08ca679a34fb199c316973.tar.xz ruby-303747b16b242c8caf08ca679a34fb199c316973.zip | |
* compile.c (iseq_compile_each): support v[&b]= type method call.
[ruby-dev:31094]
* bootstraptest/test_method.rb: add a test for above.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Jul 4 03:52:55 2007 Koichi Sasada <ko1@atdot.net> + + * compile.c (iseq_compile_each): support v[&b]= type method call. + [ruby-dev:31094] + + * bootstraptest/test_method.rb: add a test for above. + Wed Jul 4 03:43:29 2007 Koichi Sasada <ko1@atdot.net> * compile.c (compile_massign): fix massign compilation |
