From 80361e2c47fa79880e04df2f344b48fb607e144f Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 14 Apr 2008 04:22:44 +0000 Subject: * range.c (range_each, range_step): Return an enumerator if no block is given. * struct.c (rb_struct_each, rb_struct_each_pair): Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2535d633fe..8c5748b360 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Apr 14 13:19:36 2008 Akinori MUSHA + + * range.c (range_each, range_step): Return an enumerator if no + block is given. + + * struct.c (rb_struct_each, rb_struct_each_pair): Ditto. + Mon Apr 14 13:07:59 2008 Akinori MUSHA * string.c (rb_str_partition, rb_str_rpartition, @@ -6,11 +13,6 @@ Mon Apr 14 13:07:59 2008 Akinori MUSHA backported from 1.9. These methods are $KCODE aware unlike #index, #rindex and #include?. -Mon Apr 14 00:11:22 2008 Akinori MUSHA - - * struct.c (rb_struct_each, rb_struct_each_pair): Return - an enumerator if no block is given. - Sun Apr 13 15:55:52 2008 Kazuhiro NISHIYAMA * object.c (sym_to_proc): new method Symbol#to_proc; backported -- cgit v1.2.3