summaryrefslogtreecommitdiffstats
path: root/enum.c
Commit message (Expand)AuthorAgeFilesLines
...
* * enum.c (count_i, count_iter_i, enum_count, enum_find_index):knu2008-04-111-33/+25
* * enum.c (find_index_i): modified to shut warning up.matz2008-04-111-2/+5
* * enum.c (enum_find_index): Add support for find_index(obj);knu2008-04-111-15/+44
* * array.c (ary_new): fix size check. [ruby-dev:34123]mame2008-03-251-4/+14
* * enum.c (zip_ary): wrong boundary condition.matz2008-03-131-1/+1
* * enum.c (enum_zip): optimize if all arguments are arrays.matz2008-03-111-3/+42
* fix doc.akr2008-03-091-5/+5
* * numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz2008-03-051-2/+1
* * enum.c (enum_one, enum_take_while, enum_drop_while): fix documents.mame2008-01-241-4/+5
* * enum.c: Updating the documentation of Enumrable#zip to reflectjeg22008-01-081-6/+7
* * enum.c (enum_zip): honor length of the receiver, not thematz2008-01-081-14/+35
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* fix typos.akr2007-12-311-3/+3
* * enum.c (collect_all): should pack all values. [ruby-core:14410]matz2007-12-251-2/+2
* * enum.c (enum_yield): when multiple values yielded from #eachmatz2007-12-251-43/+57
* * enum.c (enum_inject): updated documentation. a patch from Keitamatz2007-12-231-3/+3
* * enum.c (enum_count): suppress warning.akr2007-12-081-1/+3
* * enum.c (enum_count): precise argument number check.matz2007-11-301-2/+7
* * enum.c (enum_take_while): returns Enumerator if no block given.matz2007-11-301-0/+2
* * enum.c (each_with_index_i): use rb_yield_values() formatz2007-11-091-1/+1
* * enum.c (enum_each_with_index): make different arrays at eachnobu2007-11-071-13/+6
* * enum.c (take_while_i, drop_while_i) add RTEST to handle nil returndavidflanagan2007-11-011-2/+2
* * enum.c (enum_drop): fix typo.usa2007-10-311-1/+1
* * enum.c (enum_take_while): separate with-block form.matz2007-10-301-89/+73
* * enum.c (enum_butfirst): add a new method to iterates overmatz2007-10-301-0/+38
* * enum.c (enum_cycle): hide temporary array from ObjectSpace.matz2007-10-221-4/+7
* * enum.c (enum_find_index): update RDoc. a patch from David Flanaganmatz2007-10-181-14/+18
* * range.c (range_first): takes first n element if argument ismatz2007-10-181-1/+1
* * enum.c (enum_inject): RDoc update. a patch from David Flanaganmatz2007-10-151-55/+38
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * enum.c (enum_cycle): typo fixed. a patch from Kazuhiromatz2007-08-081-1/+1
* * enumerator.c (enumerator_next_p): should check correctly even whenmatz2007-08-081-1/+1
* * enum.c (enum_zip): zip no longer converts arguments intomatz2007-08-061-26/+30
* * enum.c (enum_cycle): new method to cycle enumerable forever.matz2007-08-061-0/+39
* * enum.c (sort_by_cmp): check if reentered. [ruby-dev:24291]nobu2007-07-141-1/+6
* * enum.c (enum_minmax): fix SEGV by [].minmax.akr2007-06-231-2/+5
* * enum.c (enum_minmax): new method to get the minimum and maximummatz2007-06-231-2/+139
* * include/ruby: moved public headers.nobu2007-06-101-3/+3
* * enum.c (each_with_index_i): should work well with continuation.matz2007-05-311-2/+2
* * enum.c (enum_inject): minor improvement. [ruby-dev:30792]nobu2007-05-181-51/+34
* * enum.c (enum_inject): it is now can work without block. youmatz2007-05-181-6/+73
* * enum.c (enum_each_with_index): each_with_index to forwardmatz2007-04-161-4/+4
* * enum.c (take_i): small cosmetic / documentation patch frommatz2007-02-271-6/+2
* * enum.c (enum_take): new method. [ruby-dev:30407]matz2007-02-271-0/+119
* * enum.c (enum_each_with_index): reuse array for yield parameters.matz2006-12-291-15/+42
* * enum.c (enum_inject): reuse array for yield parameters.matz2006-12-291-10/+16
* * enum.c (enum_zip): add RETURN_ENUMERATOR() to zip method.matz2006-10-251-0/+1
* enum.c: revert last changesmatz2006-09-041-21/+0
* * lib/cgi.rb (CGI::out): specify -x option for nkf.matz2006-09-041-0/+21
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-8/+8