aboutsummaryrefslogtreecommitdiffstats
path: root/ext/enumerator
Commit message (Collapse)AuthorAgeFilesLines
* * ext/enumerator/enumerator.c, ext/enumerator/enumerator.txt:knu2003-10-172-2/+8
| | | | | | | | Provide Kernel#to_enum as an alias for Kernel#enum_for. Maybe this is a better name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.usa2003-10-151-1/+1
| | | | | | | * ext/syck/syck.h: include stdio.h for definition of FILE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add ext/enumerator, a helper module for the Enumerable interface.knu2003-10-134-0/+302
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e