aboutsummaryrefslogtreecommitdiffstats
path: root/enum.c
Commit message (Expand)AuthorAgeFilesLines
* * enum.c (enum_chunk): Deprecate the state management.akr2014-09-201-4/+10
* * enum.c (enum_slice_when): New method: Enumerable#slice_when.akr2014-09-201-0/+133
* Move enum.one? documentation before the relevant method.knu2014-08-061-18/+17
* symbols instead of IDsnobu2014-07-281-2/+2
* revert r46859 and r46860nobu2014-07-181-34/+1
* enum.c: optimize any? object allocations for Array and Hashnobu2014-07-181-1/+34
* * enum.c: [DOC] Use #find in example to clarify alias by @rachellogiezzak2014-05-251-2/+2
* enum.c: suppress warningsnobu2014-05-181-1/+1
* * enum.c: Enumerable#slice_after implemented.akr2014-05-181-0/+125
* [DOC]akr2014-05-051-0/+45
* enum.c: fix condition to recycle block argumentnobu2014-04-161-1/+1
* enum.c: make each_slice and each_cons more efficientnobu2014-04-151-4/+20
* revert [Bug #9605]nobu2014-03-121-18/+18
* enum.c: suppress warningsnobu2014-03-081-1/+0
* enum.c: yield multiple valuesnobu2014-03-071-17/+18
* * enum.c: Enumerable#{min,min_by,max,max_by} extended to take anakr2014-02-141-18/+260
* * enum.c: document that it is OK to take more than available by @mvidner [fix...hsbt2014-02-101-0/+1
* * enum.c: [DOC] Add simple example of Enumerable#zip [ci skip]zzak2014-01-211-0/+1
* * array.c: Have to_h raise on elements that are not key-value pairs [#9239]marcandre2013-12-231-5/+11
* * array.c: More doc examples for Array#{map|collect}{!} using both formsmarcandre2013-12-111-1/+1
* ruby/ruby.h, enum.c, vm_eval.c: constify argvnobu2013-11-291-1/+1
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-291-48/+48
* array.c, enum.c, range.c: rb_block_call_func compatiblenobu2013-11-291-8/+8
* ruby/ruby.h: add blockarg to rb_block_call_funcnobu2013-11-291-41/+43
* * array.c: Add Array#to_h [Feature #7292]marcandre2013-10-231-0/+34
* * enum.c: [DOC] Enumerable#to_a accepts arguments [GH-388]zzak2013-09-201-2/+5
* * array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko12013-08-261-2/+3
* internal.h: STATIC_ASSERTnobu2013-07-101-2/+0
* intern.h: define rb_enumerator_size_funcnobu2013-06-261-7/+7
* * internal.h (numberof): Gathered from various files.akr2013-06-071-2/+0
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-3/+3
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-13/+13
* * enum.c (Enumerable#chunk): fix grammar of error messageeregon2013-05-011-2/+2
* enum.c: avoid inadvertent symbol creationnobu2013-04-041-3/+17
* * enum.c (Enumerable#chunk: Improved examples, grammar, and formattingzzak2013-02-221-29/+26
* * enumerator.c: Use to_enum for Enumerable methods returning Enumerators.marcandre2013-02-051-3/+2
* * enum.c (enum_zip): Fix error messagemarcandre2013-01-241-1/+4
* * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko12012-12-021-2/+2
* adjust style.nobu2012-12-011-1/+1
* enum.c: prefixnobu2012-11-061-1/+2
* * enumerator.c: Support for lazy.cycle.sizemarcandre2012-11-061-1/+1
* * enum.c (enum_cycle): Support for Enumerable#cycle.sizemarcandre2012-11-061-1/+19
* * enum.c (enum_each_cons): Support for Enumerable#each_cons.sizemarcandre2012-11-061-1/+15
* * enum.c (enum_each_slice): Support for Enumerable#each_slice.sizemarcandre2012-11-061-1/+21
* * enum.c: Support for enumerators created by Enumerable with forwarding:marcandre2012-11-061-14/+22
* enum.c: id_callnobu2012-09-241-1/+1
* enum.c: id_callnobu2012-09-241-4/+6
* array.c, enum.c: TypeError in zipnobu2012-09-191-0/+1
* * array.c (rb_ary_select):zzak2012-09-131-7/+12
* Merge branch 'pullreq/129' into trunkayumin2012-08-181-22/+21