diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-27 09:30:53 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-27 09:30:53 +0000 |
| commit | a900ed2c1281d81eeeb818e5b7c6f41c0504cf09 (patch) | |
| tree | fd13bb787d10a3816e9b9ad7e3b06589717735f4 /ChangeLog | |
| parent | 4a32217a24fece2fc4d3232a41ebf46f9214a745 (diff) | |
| download | ruby-a900ed2c1281d81eeeb818e5b7c6f41c0504cf09.tar.gz ruby-a900ed2c1281d81eeeb818e5b7c6f41c0504cf09.tar.xz ruby-a900ed2c1281d81eeeb818e5b7c6f41c0504cf09.zip | |
* compile.c (cdhash_type, iseq_set_sequence): should not call
methods of the argument of case, to keep the semantics of
case/when. [ruby-dev:38079]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22662 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 @@ +Fri Feb 27 18:30:51 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * compile.c (cdhash_type, iseq_set_sequence): should not call + methods of the argument of case, to keep the semantics of + case/when. [ruby-dev:38079] + Fri Feb 27 18:01:20 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * gc.c (ruby_get_stack_grow_direction): no needs to use thread |
