diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-13 17:15:25 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-13 17:15:25 +0000 |
| commit | c3df0c8cf837c04c4a1800eaf6fd81d320b9ddb4 (patch) | |
| tree | 0864eb27fe0dc5d2227924536220537393e959e1 /ChangeLog | |
| parent | dafbab6cff8c384c9836d3843b8dca6220ab6fbe (diff) | |
| download | ruby-c3df0c8cf837c04c4a1800eaf6fd81d320b9ddb4.tar.gz ruby-c3df0c8cf837c04c4a1800eaf6fd81d320b9ddb4.tar.xz ruby-c3df0c8cf837c04c4a1800eaf6fd81d320b9ddb4.zip | |
* array.c (rb_ary_zip): a.zip(b,c) should return an array, not
enumerator.
* array.c (rb_ary_zip): a.zip(b,c) should return array with size
truncated to the size of its shortest argument array.
[incompatible]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Mon May 14 02:12:07 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * array.c (rb_ary_zip): a.zip(b,c) should return an array, not + enumerator. + + * array.c (rb_ary_zip): a.zip(b,c) should return array with size + truncated to the size of its shortest argument array. + [incompatible] + Mon May 14 01:54:15 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * array.c (rb_ary_choice): should return nil when the array is |
