From 74430e8679e193c515ee5bdf8e5e3eeb504327e2 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 13 May 2008 06:10:56 +0000 Subject: * enumerator.c: Update rdoc. (enumerator_initialize): Discourage the use. (enum_each_slice, enum_each_cons, enumerator_each) (enumerator_with_index): Add a note about a call without a block. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e9379c4a0..fd4c27cfeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue May 13 15:09:38 2008 Akinori MUSHA + + * enumerator.c: Update rdoc. + (enumerator_initialize): Discourage the use. + (enum_each_slice, enum_each_cons, enumerator_each) + (enumerator_with_index): Add a note about a call without a block. + Tue May 13 08:25:31 2008 Tanaka Akira * io.c (rb_f_gets.): re-enable rdoc. -- cgit v1.2.3