summaryrefslogtreecommitdiffstats
path: root/enum.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * enum.c (collect_all): checks interrupts. [ruby-core:23594]nobu2009-05-291-0/+1
* * enum.c (zip_ary): should use long.nobu2009-05-201-1/+1
* stripped trailing spaces.nobu2009-02-221-3/+3
* * array.c (take_items), enum.c (enum_zip): tries to convert tonobu2009-01-191-2/+6
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-1/+1
* * enum.c (enum_take): get rid of extraneous iteration.nobu2008-08-201-2/+3
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+1
* * enum.c (sort_by_i): use NODE_DOT2 instead of NODE_MEMO to avoidmatz2008-06-131-2/+4
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-1/+3
* * enum.c (enum_count, count_all_i, Init_Enumerable),knu2008-05-291-5/+27
* * enum.c (enum_to_a): Pass arguments through to #each().knu2008-05-271-5/+31
* Cosmetic.knu2008-05-271-33/+33
* * enum.c (enum_yield): use rb_yield_values2.nobu2008-05-131-54/+26
* * enum.c (grep_i): Be aware of multiple values;knu2008-05-121-50/+124
* * enum.c (all_iter_i, any_iter_i): reduced duplicated code.nobu2008-05-111-16/+8
* * enum.c: removed trailing garbage spaces.nobu2008-05-111-110/+110
* * enum.c (enum_cycle): Make Enumerable#cycle do a finite loop whenknu2008-04-131-10/+25
* * enum.c (count_i): modified to shut warning up.matz2008-04-111-1/+1