summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-13 06:10:56 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-13 06:10:56 +0000
commit2e4adbea371e0b40396cd4d8de343307c041240b (patch)
tree89a468966aec96dc67a3175481a5a49527d5d2eb /ChangeLog
parentebb3136d1a62f2a6e8bb3c451c1edfee4608c687 (diff)
downloadruby-2e4adbea371e0b40396cd4d8de343307c041240b.tar.gz
ruby-2e4adbea371e0b40396cd4d8de343307c041240b.tar.xz
ruby-2e4adbea371e0b40396cd4d8de343307c041240b.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@16402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e9379c4a..fd4c27cfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue May 13 15:09:38 2008 Akinori MUSHA <knu@iDaemons.org>
+
+ * 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 <akr@fsij.org>
* io.c (rb_f_gets.): re-enable rdoc.