diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-11-19 08:07:51 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-11-19 08:07:51 +0000 |
| commit | fca560bca4caba437a99547a080e30963003e798 (patch) | |
| tree | 00da6cc4c3bf018f949dfcbc5c88f8662fee1480 /ChangeLog | |
| parent | 49951e7ad5fadf9ea4e7a9183de3420e66f96eec (diff) | |
| download | ruby-fca560bca4caba437a99547a080e30963003e798.tar.gz ruby-fca560bca4caba437a99547a080e30963003e798.tar.xz ruby-fca560bca4caba437a99547a080e30963003e798.zip | |
* array.c (rb_ary_zip): iterates over items in the receiver.
zipped with nil if argument arrays are shorter. if arrays are
longer, left items are ignored. now works with blocks.
* enum.c (zip_i): changed for new behavior.
* array.c (rb_ary_transpose): added. [new]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Nov 19 14:35:09 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * array.c (rb_ary_zip): iterates over items in the receiver. + zipped with nil if argument arrays are shorter. if arrays are + longer, left items are ignored. now works with blocks. + + * enum.c (zip_i): changed for new behavior. + + * array.c (rb_ary_transpose): added. [new] + Tue Nov 19 05:12:21 2002 Akinori MUSHA <knu@iDaemons.org> * instruby.rb: Do not install various working files under bin/. |
