From fc9493aaea3ca029b2c6fffe887a41a121993146 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 10 Dec 2007 12:01:45 +0000 Subject: * array.c (rb_ary_slice_bang): should return nil if position out of range. a patch from Akinori MUSHA . [ruby-dev:32518] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 248772883..153543cd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Dec 10 21:00:30 2007 Yukihiro Matsumoto + + * array.c (rb_ary_slice_bang): should return nil if position out + of range. a patch from Akinori MUSHA . + [ruby-dev:32518] + Mon Dec 10 19:02:52 2007 Yukihiro Matsumoto * re.c (rb_reg_match): should calculate offset by converted -- cgit