summaryrefslogtreecommitdiffstats
path: root/enum.c
Commit message (Expand)AuthorAgeFilesLines
* * array.c (take_items), enum.c (enum_zip): tries to convert tonobu2009-01-191-2/+6
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-1/+1
* * enum.c (enum_take): get rid of extraneous iteration.nobu2008-08-201-2/+3
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+1
* * enum.c (sort_by_i): use NODE_DOT2 instead of NODE_MEMO to avoidmatz2008-06-131-2/+4
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-1/+3
* * enum.c (enum_count, count_all_i, Init_Enumerable),knu2008-05-291-5/+27
* * enum.c (enum_to_a): Pass arguments through to #each().knu2008-05-271-5/+31
* Cosmetic.knu2008-05-271-33/+33
* * enum.c (enum_yield): use rb_yield_values2.nobu2008-05-131-54/+26
* * enum.c (grep_i): Be aware of multiple values;knu2008-05-121-50/+124
* * enum.c (all_iter_i, any_iter_i): reduced duplicated code.nobu2008-05-111-16/+8
* * enum.c: removed trailing garbage spaces.nobu2008-05-111-110/+110
* * enum.c (enum_cycle): Make Enumerable#cycle do a finite loop whenknu2008-04-131-10/+25
* * enum.c (count_i): modified to shut warning up.matz2008-04-111-1/+1
* * 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