diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-13 16:39:45 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-13 16:39:45 +0000 |
commit | 92f510a9d9014afdaa2f26a04ff250455ea35162 (patch) | |
tree | c1b87b6a21743408ae12ef0a30df8cb92d928e4e /ChangeLog | |
parent | 020d4e4d38beca71cdf9000356ec56ffb390a30d (diff) | |
download | ruby-92f510a9d9014afdaa2f26a04ff250455ea35162.tar.gz |
* array.c (rb_ary_slice_bang): should not use rb_ary_subseq()
which shares internal pointer. splice modifies the receiver
right after subseq. [ruby-dev:34005]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15767 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 @@ +Thu Mar 13 21:00:50 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * array.c (rb_ary_slice_bang): should not use rb_ary_subseq() + which shares internal pointer. splice modifies the receiver + right after subseq. [ruby-dev:34005] + Thu Mar 13 19:42:43 2008 NAKAMURA Usaku <usa@ruby-lang.org> * {bcc,win}32/Makefile.sub (config.h): define uint32_t. |