diff options
| author | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-24 15:47:22 +0000 |
|---|---|---|
| committer | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-03-24 15:47:22 +0000 |
| commit | a5e89ea4e76e4e169162cab2959c4c6e1214d212 (patch) | |
| tree | 4996924284200552773d9445b273f741d8aad15a /ChangeLog | |
| parent | 876fb07fde3bebdc27efc91df67de5cd4b40aa52 (diff) | |
merge revision(s) 39536: [Backport #7989]
* iseq.c (iseq_data_to_ary): fix condition.
r34303 introduces a bug to avoid all line information from
a result of ISeq#to_a. This is a regression problem from 2.0.0p0.
* test/ruby/test_iseq.rb: add a test of lines after ISeq#to_a.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Mon Mar 25 00:47:04 2013 Koichi Sasada <ko1@atdot.net> + + * iseq.c (iseq_data_to_ary): fix condition. + r34303 introduces a bug to avoid all line information from + a result of ISeq#to_a. This is a regression problem from 2.0.0p0. + + * test/ruby/test_iseq.rb: add a test of lines after ISeq#to_a. + Mon Mar 25 00:41:23 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> * tool/mkconfig.rb: reconstruct comma separated list values. a |
