diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-16 07:29:30 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-16 07:29:30 +0000 |
| commit | 1f27e8c17c748e7d4a93e1b119c69965f4b86e5b (patch) | |
| tree | 476c98ed17504bb50e46b387b724c4629f6d80e6 /ChangeLog | |
| parent | 37f1d59a5ad503a3917761e7388c9faf431a1e80 (diff) | |
| download | ruby-1f27e8c17c748e7d4a93e1b119c69965f4b86e5b.tar.gz ruby-1f27e8c17c748e7d4a93e1b119c69965f4b86e5b.tar.xz ruby-1f27e8c17c748e7d4a93e1b119c69965f4b86e5b.zip | |
* enum.c (enum_each_with_index): each_with_index to forward
arguments to each. [ruby-core:10921]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Mon Apr 16 10:51:37 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * enum.c (enum_each_with_index): each_with_index to forward + arguments to each. [ruby-core:10921] + Mon Apr 16 10:43:10 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * time.c (time_arg): should allow to specify 24:00. |
