summaryrefslogtreecommitdiff
path: root/enum.c
AgeCommit message (Expand)Author
2009-10-02* enum.c (enum_slice_before): take a pattern if no block given.akr
2009-10-02update rdoc.akr
2009-09-27rdoc update.akr
2009-09-27* enum.c (enum_minmax): use struct for memo.akr
2009-09-27fix rdoc.akr
2009-09-25rdoc update.akr
2009-09-24rdoc update.akr
2009-09-23* enum.c (enum_minmax): reduce comparison.akr
2009-09-22* enum.c (enum_chunk): new method Enumerable#chunk.akr
2009-07-18* suppressed shorten-64-to-32 warnings.nobu
2009-07-10* array.c (recursive_join): use obj to tell if recursion occurs.nobu
2009-07-07* enum.c (DEFINE_ENUMFUNCS): included function signature.nobu
2009-07-07* enum.c (rb_enum_join): non-nil separator must be convertible tonobu
2009-07-07* enum.c (rb_enum_join): should propagate taint to the returnmatz
2009-07-06* enum.c (enum_to_a): should propagate taint to the return value.matz
2009-07-06* enum.c (enum_join): deals with self recursive objects to get ridnobu
2009-07-05* enum.c (enum_join): added rdoc.nobu
2009-07-03* enum.c (enum_join): add Enumerable#join.matz
2009-06-30* enum.c (enum_grep): gets rid of type-punning calls.nobu
2009-06-24* enum.c (first_i): wrong condition for no argument #first.matz
2009-06-03* enum.c (enum_first): should check negative length.matz
2009-06-03* enum.c (first_i): Enumerator#first should consume only what ismatz
2009-05-29* enum.c (collect_all): checks interrupts. [ruby-core:23594]nobu
2009-05-20* enum.c (zip_ary): should use long.nobu
2009-02-22stripped trailing spaces.nobu
2009-01-19* array.c (take_items), enum.c (enum_zip): tries to convert tonobu
2008-09-23* include/ruby/node.h, node.h: move node.h from include path.ko1
2008-08-20* enum.c (enum_take): get rid of extraneous iteration.nobu
2008-08-16* include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu
2008-06-13* enum.c (sort_by_i): use NODE_DOT2 instead of NODE_MEMO to avoidmatz
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-05-29* enum.c (enum_count, count_all_i, Init_Enumerable),knu
2008-05-27* enum.c (enum_to_a): Pass arguments through to #each().knu
2008-05-27Cosmetic.knu
2008-05-13* enum.c (enum_yield): use rb_yield_values2.nobu
2008-05-12* enum.c (grep_i): Be aware of multiple values;knu
2008-05-11* enum.c (all_iter_i, any_iter_i): reduced duplicated code.nobu
2008-05-11* enum.c: removed trailing garbage spaces.nobu
2008-04-13* enum.c (enum_cycle): Make Enumerable#cycle do a finite loop whenknu
2008-04-11* enum.c (count_i): modified to shut warning up.matz
2008-04-11* enum.c (count_i, count_iter_i, enum_count, enum_find_index):knu
2008-04-11* enum.c (find_index_i): modified to shut warning up.matz
2008-04-11* enum.c (enum_find_index): Add support for find_index(obj);knu
2008-03-25* array.c (ary_new): fix size check. [ruby-dev:34123]mame
2008-03-13* enum.c (zip_ary): wrong boundary condition.matz
2008-03-11* enum.c (enum_zip): optimize if all arguments are arrays.matz
2008-03-09fix doc.akr
2008-03-05* numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz
2008-01-24* enum.c (enum_one, enum_take_while, enum_drop_while): fix documents.mame
2008-01-08* enum.c: Updating the documentation of Enumrable#zip to reflectjeg2