summaryrefslogtreecommitdiff
path: root/enum.c
AgeCommit message (Expand)Author
2015-04-06* enum.c: Enumerable#chunk and Enumerable#slice_before no longer takesakr
2015-03-18* enum.c (enum_sort_by): add WBs.ko1
2015-03-14* enum.c: [DOC] Fixes Enumerable#member? documentationgogotanaka
2015-03-11* internal.h: use T_IMEMO to represent `struct MEMO' value.ko1
2015-03-11* internal.h: define struct MEMO.ko1
2015-03-10* enum.c (enum_slice_when): [DOC] fix typo.ktsj
2015-03-04* enum.c: Fix typo in slice_after's exception message.hsbt
2015-02-28enum.c: Fixnum onlynobu
2015-02-28enum.c: limit sizenobu
2015-02-16use rb_funcallvnobu
2014-12-12[DOC]akr
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-10-15enum.c: nil if no iterationnobu
2014-10-15enum.c: use Qundefnobu
2014-10-14* enum.c: min(n) drops elements bigger than the n-th maximum element.akr
2014-10-13update doc.akr
2014-10-13* enum.c (nmin_run): max(n) and max_by(n) returns an array inakr
2014-10-10Update doc. and warnings.akr
2014-09-20* enum.c (enum_chunk): Deprecate the state management.akr
2014-09-20* enum.c (enum_slice_when): New method: Enumerable#slice_when.akr
2014-08-06Move enum.one? documentation before the relevant method.knu
2014-07-28symbols instead of IDsnobu
2014-07-18revert r46859 and r46860nobu
2014-07-18enum.c: optimize any? object allocations for Array and Hashnobu
2014-05-25* enum.c: [DOC] Use #find in example to clarify alias by @rachellogiezzak
2014-05-18enum.c: suppress warningsnobu
2014-05-18* enum.c: Enumerable#slice_after implemented.akr
2014-05-05[DOC]akr
2014-04-16enum.c: fix condition to recycle block argumentnobu
2014-04-15enum.c: make each_slice and each_cons more efficientnobu
2014-03-12revert [Bug #9605]nobu
2014-03-08enum.c: suppress warningsnobu
2014-03-07enum.c: yield multiple valuesnobu
2014-02-14* enum.c: Enumerable#{min,min_by,max,max_by} extended to take anakr
2014-02-10* enum.c: document that it is OK to take more than available by @mvidner [fix...hsbt
2014-01-21* enum.c: [DOC] Add simple example of Enumerable#zip [ci skip]zzak
2013-12-23* array.c: Have to_h raise on elements that are not key-value pairs [#9239]marcandre
2013-12-11* array.c: More doc examples for Array#{map|collect}{!} using both formsmarcandre
2013-11-29ruby/ruby.h, enum.c, vm_eval.c: constify argvnobu
2013-11-29ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu
2013-11-29array.c, enum.c, range.c: rb_block_call_func compatiblenobu
2013-11-29ruby/ruby.h: add blockarg to rb_block_call_funcnobu
2013-10-23* array.c: Add Array#to_h [Feature #7292]marcandre
2013-09-20* enum.c: [DOC] Enumerable#to_a accepts arguments [GH-388]zzak
2013-08-26* array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko1
2013-07-10internal.h: STATIC_ASSERTnobu
2013-06-26intern.h: define rb_enumerator_size_funcnobu
2013-06-07* internal.h (numberof): Gathered from various files.akr
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1