From a412a7e00d3a2315e8cf252096b83350957e1346 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 24 May 2008 20:21:59 +0000 Subject: Merge from ruby_1_8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0b398af28..b4fd8ed97e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Sun May 25 05:07:19 2008 Akinori MUSHA + + * array.c (rb_ary_slice_bang): Be consistent with Array#slice() + and String#slice!(). Just return nil when a negative length or + out of boundary index is given instead of raising an exception + via internal functions. + (rb_ary_slice_bang): should not use rb_ary_subseq() which shares + internal pointer. splice modifies the receiver right after + subseq. [ruby-dev:34005] + (rb_ary_slice_bang): should adjust length before making + sub-array. + + * enumerator.c (Init_Enumerator): Override + Enumerable::Enumerator#each_with_index with #with_index. + Sun May 25 03:13:09 2008 Akinori MUSHA * eval.c (Init_Thread): Initialize recursive_key. -- cgit v1.2.3