aboutsummaryrefslogtreecommitdiffstats
path: root/enum.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * enum.c (enum_chunk): new method Enumerable#chunk.akr2009-09-221-0/+325
* * suppressed shorten-64-to-32 warnings.nobu2009-07-181-2/+2
* * array.c (recursive_join): use obj to tell if recursion occurs.nobu2009-07-101-30/+1
* * enum.c (DEFINE_ENUMFUNCS): included function signature.nobu2009-07-071-21/+16
* * enum.c (rb_enum_join): non-nil separator must be convertible tonobu2009-07-071-0/+1
* * enum.c (rb_enum_join): should propagate taint to the returnmatz2009-07-071-1/+5
* * enum.c (enum_to_a): should propagate taint to the return value.matz2009-07-061-0/+4
* * enum.c (enum_join): deals with self recursive objects to get ridnobu2009-07-061-1/+25
* * enum.c (enum_join): added rdoc.nobu2009-07-051-0/+8
* * enum.c (enum_join): add Enumerable#join.matz2009-07-031-0/+12
* * enum.c (enum_grep): gets rid of type-punning calls.nobu2009-06-301-2/+4
* * enum.c (first_i): wrong condition for no argument #first.matz2009-06-241-12/+12
* * enum.c (enum_first): should check negative length.matz2009-06-031-0/+3
* * enum.c (first_i): Enumerator#first should consume only what ismatz2009-06-031-6/+10