diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-31 09:46:31 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-31 09:46:31 +0000 |
| commit | 1e0971fd107b40a5cf5c43158005a57addf66521 (patch) | |
| tree | e187839203692fb1f81d70129b0511576c26f92f /ChangeLog | |
| parent | 70ce2b1cfb9445d33590f114c5522751e8a0a695 (diff) | |
* array.c (ary_partial0): recovers mistakenly feature change at r19723.
Array#[m,n] had returned an Array even for an instance of a
subclass.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20076 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 Oct 31 18:42:19 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * array.c (ary_partial0): recovers mistakenly feature change at r19723. + Array#[m,n] had returned an Array even for an instance of a + subclass. + Fri Oct 31 12:27:52 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> * spec/default.mspec: supports that the build directory != srcdir. |
