summaryrefslogtreecommitdiff
path: root/enum.c
AgeCommit message (Expand)Author
2012-12-02* array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko1
2012-12-01adjust style.nobu
2012-11-06enum.c: prefixnobu
2012-11-06* enumerator.c: Support for lazy.cycle.sizemarcandre
2012-11-06* enum.c (enum_cycle): Support for Enumerable#cycle.sizemarcandre
2012-11-06* enum.c (enum_each_cons): Support for Enumerable#each_cons.sizemarcandre
2012-11-06* enum.c (enum_each_slice): Support for Enumerable#each_slice.sizemarcandre
2012-11-06* enum.c: Support for enumerators created by Enumerable with forwarding:marcandre
2012-09-24enum.c: id_callnobu
2012-09-24enum.c: id_callnobu
2012-09-19array.c, enum.c: TypeError in zipnobu
2012-09-13* array.c (rb_ary_select):zzak
2012-08-18Merge branch 'pullreq/129' into trunkayumin
2012-05-24* enum.c (enum_count): Enumerable#count no longer uses #size whendrbrain
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-03-19* enum.c (zip_i): variadic argument needs explicit cast on theshugo
2012-03-16* enum.c (enum_take): allocate buffer array before iteration, as wellnobu
2012-03-16* enum.c (enum_first): remove duplication.nobu
2012-03-15* enum.c (rb_enum_values_pack): rename from enum_values_pack, andshugo
2012-03-14* enumerator.c (lazy_take): add Enumerable::Lazy#take.shugo
2012-02-17* enum.c (enum_each_slice): arrays to be yielded can be newlynobu
2012-02-17* enum.c: move work variables to objects not to let called blocksnobu
2012-02-16* enum.c (id_lshift): use constant ID.nobu
2012-02-09update doc.akr
2012-02-08update doc.akr
2011-10-19* enum.c: Reformat block args to a single standard, { |args| ... }.drbrain
2011-10-07* enum.c (group_by): Improve group_by description. Patch by b t. [#5411]drbrain
2011-10-06* enum.c (group_by): Improve documentation based on patch by b t.drbrain
2011-10-06* enum.c: Clean up wording in Enumerable documentation. Patch by b t.drbrain
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-09-24* enum.c (slice_before_i): use rb_attr_get to surpress wrong warningnaruse
2011-07-21* enum.c (enum_inject): remove empty line to notify rdocnaruse
2011-05-15* remove trailing spaces.nobu
2011-02-12* enum.c (enum_inject): typo fixed. a patch from Gaku Ueda inmatz
2011-01-12* enum.c (sort_by_i): reenter check more strictly.akr
2011-01-11fix spaces.akr
2011-01-08* enum.c (enum_sort_by): use rb_ary_resize.akr
2010-12-31* enum.c (enum_sort_by): use less temporary objects.akr
2010-12-30update doc.akr
2010-10-30* enum.c: use constants in id.h.nobu
2010-09-01* enum.c (enum_zip): fix typo of rdoc.naruse
2010-08-19* enum.c (enum_inject): fix typo of rdoc.naruse
2010-06-27* enum.c (zip): rdoc fix, patch by okkez [ruby-dev:41737]marcandre
2010-05-29* removed trailing spaces.nobu
2010-05-17* enum.c: Documentation: small fixesmarcandre
2010-05-17* hash.c: Documentation: change => in call-seq to ->.marcandre
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-05-13* array.c: Harmonize documentation, in particular regarding:marcandre
2010-03-23update doc.akr
2010-03-19update rdoc.akr