diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-29 19:18:54 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-29 19:18:54 +0000 |
commit | 3a3e250975d0ce34b0e5628a2fc2a3bfa7722188 (patch) | |
tree | a9f5cc6aa90562d1449295970feae2c07ec9eef8 /ChangeLog | |
parent | cd5eb03b58f270cd1200a9914103a0b6a19b9397 (diff) | |
download | ruby-3a3e250975d0ce34b0e5628a2fc2a3bfa7722188.tar.gz |
* enum.c (enum_count, count_all_i, Init_Enumerable),
array.c (rb_ary_count): If no argument or block is given, count
the number of all elements.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Fri May 30 04:17:13 2008 Akinori MUSHA <knu@iDaemons.org> + + * enum.c (enum_count, count_all_i, Init_Enumerable), + array.c (rb_ary_count): If no argument or block is given, count + the number of all elements. + Fri May 30 03:12:18 2008 Akinori MUSHA <knu@iDaemons.org> * ext/openssl/ossl_bn.c (ossl_bn_s_rand, ossl_bn_s_pseudo_rand): |