aboutsummaryrefslogtreecommitdiffstats
path: root/enum.c
Commit message (Expand)AuthorAgeFilesLines
* * enum.c: added doc for Enumerable#ziphsbt2015-08-111-0/+4
* * Add test case for empty array and first method with args.hsbt2015-07-041-0/+1
* enum.c: remove volatile, use RB_GC_GUARDnormal2015-07-041-6/+12
* * Add test for Enumerable#none? [fix GH-950] Patch by @yui-knkhsbt2015-07-011-0/+1
* enum.c (enum_minmax): simplify return value creationnormal2015-06-251-4/+2
* * enum.c (enum_chunk_while): New method Enumerable#chunk_while.akr2015-06-141-0/+71
* enum.c: [DOC] Fix typo [ci skip][Fix GH-904]gogotanaka2015-06-011-1/+1
* * enum.c: fix a sample code. Patch by @eagletmthsbt2015-05-161-1/+1
* * enum.c (enum_grep_v, grep_i, grep_iter_i, Init_enum):sorah2015-05-141-3/+30
* * enum.c (enum_to_a): revert r50457.glass2015-05-131-8/+1
* * enum.c (enum_to_a): fix incompatibility introduced in r50457.glass2015-05-121-3/+3
* * enum.c (enum_to_a): Use size to set array capa when possible.glass2015-05-101-1/+8
* Revert "temp".glass2015-05-101-11/+0
* Revert "capa"glass2015-05-101-1/+1
* Revert "temp"glass2015-05-101-0/+4
* capaglass2015-05-101-1/+1
* tempglass2015-05-101-1/+8
* * enum.c: Enumerable#chunk and Enumerable#slice_before no longer takesakr2015-04-061-33/+6
* * enum.c (enum_sort_by): add WBs.ko12015-03-181-4/+4
* * enum.c: [DOC] Fixes Enumerable#member? documentationgogotanaka2015-03-141-0/+2
* * internal.h: use T_IMEMO to represent `struct MEMO' value.ko12015-03-111-59/+58
* * internal.h: define struct MEMO.ko12015-03-111-152/+152
* * enum.c (enum_slice_when): [DOC] fix typo.ktsj2015-03-101-1/+1
* * enum.c: Fix typo in slice_after's exception message.hsbt2015-03-041-1/+1
* enum.c: Fixnum onlynobu2015-02-281-5/+5
* enum.c: limit sizenobu2015-02-281-0/+20
* use rb_funcallvnobu2015-02-161-2/+2
* [DOC]akr2014-12-121-1/+7
* * internal.h: Gather declarations in non-header files.akr2014-11-181-2/+0
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-2/+1
* enum.c: nil if no iterationnobu2014-10-151-0/+1
* enum.c: use Qundefnobu2014-10-151-8/+7
* * enum.c: min(n) drops elements bigger than the n-th maximum element.akr2014-10-141-1/+18
* update doc.akr2014-10-131-3/+3
* * enum.c (nmin_run): max(n) and max_by(n) returns an array inakr2014-10-131-0/+3
* Update doc. and warnings.akr2014-10-101-28/+29
* * 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