From cca625deb69955b49eb28c6c78047b4ca7b2bf2d Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 3 Nov 2008 04:13:04 +0000 Subject: * array.c (rb_ary_take_first_or_last): renamed rb_ary_partial more appropriately. (ary_take_pos_flags): new enum. makes the fourth argument of rb_ary_take_first_or_last more descriptive. (rb_ary_partial): renamed rb_ary_partial0 more appropriately. takes a new parameter klass for what class to instanciate. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 632f1f35b..d206b430c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Nov 3 13:01:13 2008 Yuki Sonoda (Yugui) + + * array.c (rb_ary_take_first_or_last): renamed rb_ary_partial more + appropriately. + (ary_take_pos_flags): new enum. makes the fourth argument of + rb_ary_take_first_or_last more descriptive. + (rb_ary_partial): renamed rb_ary_partial0 more appropriately. + takes a new parameter klass for what class to instanciate. + Mon Nov 3 13:00:26 2008 Yuki Sonoda (Yugui) * range.c (rb_range_beg_len): rb_raise takes C values as arguments. -- cgit