aboutsummaryrefslogtreecommitdiffstats
path: root/enum.c
Commit message (Expand)AuthorAgeFilesLines
* * enum.c: Reformat block args to a single standard, { |args| ... }.drbrain2011-10-191-177/+177
* * enum.c (group_by): Improve group_by description. Patch by b t. [#5411]drbrain2011-10-071-3/+3
* * enum.c (group_by): Improve documentation based on patch by b t.drbrain2011-10-061-4/+4
* * enum.c: Clean up wording in Enumerable documentation. Patch by b t.drbrain2011-10-061-19/+15
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-1/+1
* * enum.c (slice_before_i): use rb_attr_get to surpress wrong warningnaruse2011-09-241-1/+1
* * enum.c (enum_inject): remove empty line to notify rdocnaruse2011-07-211-1/+0
* * remove trailing spaces.nobu2011-05-151-1/+1
* * enum.c (enum_inject): typo fixed. a patch from Gaku Ueda inmatz2011-02-121-1/+1
* * enum.c (sort_by_i): reenter check more strictly.akr2011-01-121-4/+14
* fix spaces.akr2011-01-111-1/+1
* * enum.c (enum_sort_by): use rb_ary_resize.akr2011-01-081-15/+2
* * enum.c (enum_sort_by): use less temporary objects.akr2010-12-311-14/+50
* update doc.akr2010-12-301-3/+19
* * enum.c: use constants in id.h.nobu2010-10-301-6/+5
* * enum.c (enum_zip): fix typo of rdoc.naruse2010-09-011-1/+1
* * enum.c (enum_inject): fix typo of rdoc.naruse2010-08-191-1/+1
* * enum.c (zip): rdoc fix, patch by okkez [ruby-dev:41737]marcandre2010-06-271-1/+1
* * removed trailing spaces.nobu2010-05-291-7/+7
* * enum.c: Documentation: small fixesmarcandre2010-05-171-7/+7
* * hash.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-84/+84
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-85/+85
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-131-27/+85
* update doc.akr2010-03-231-5/+8
* update rdoc.akr2010-03-191-2/+10
* rdoc update.akr2010-03-131-3/+3
* * enum.c (enum_join): remove Enumerable#join. [ruby-core:24786]matz2010-03-131-20/+0
* rdoc update.akr2010-03-121-9/+12
* * enum.c (min_ii, max_ii, minmax_ii): remove wrong optimization thatmame2010-03-101-37/+16
* * enumerator.c: move implementation of each_slice, each_cons,matz2010-02-031-0/+144
* unused variable removed.akr2010-02-021-2/+0
* * enum.c (enum_each_entry): new method #each_entry to pack valuesmatz2010-02-021-0/+41
* fix typos.akr2009-11-031-1/+1
* * enum.c (enum_count): remove optimization using #size.matz2009-10-311-6/+0
* * enum.c (enum_count): call #size using rb_funcall_no_recursive()matz2009-10-291-2/+4
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-291-3/+4
* * enum.c (enum_flat_map): new method that concatenates the valuesmatz2009-10-241-0/+44
* rdoc update.akr2009-10-111-3/+4
* * enum.c (slicebefore_ii): use id_eqq.akr2009-10-031-1/+1
* enum.c (enum_chunk): Give proper error message if no block given. cf [ruby-co...marcandre2009-10-031-0/+2
* rdoc update.akr2009-10-021-13/+14
* rdoc update.akr2009-10-021-1/+1
* * enum.c (enum_slice_before): take a pattern if no block given.akr2009-10-021-18/+40
* update rdoc.akr2009-10-021-0/+12
* rdoc update.akr2009-09-271-0/+8
* * enum.c (enum_minmax): use struct for memo.akr2009-09-271-73/+92
* fix rdoc.akr2009-09-271-2/+2
* rdoc update.akr2009-09-251-15/+18
* rdoc update.akr2009-09-241-18/+48
* * enum.c (enum_minmax): reduce comparison.akr2009-09-231-36/+135