summaryrefslogtreecommitdiff
path: root/enum.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from ruby_1_8.knu2008-05-311-0/+3
* Merge from ruby_1_8.knu2008-05-291-31/+49
* Merge from ruby_1_8.knu2008-05-271-37/+65
* Merge -r16241:16456 from ruby_1_8.knu2008-05-181-127/+119
* * enum.c (inject_i, inject_op_i): prototype.usa2008-04-141-0/+2
* * enum.c New methods: Enumerable#take, #take_while, #drop andknu2008-04-141-0/+163
* * enum.c: New methods: Enumerable#one?, #none?, #minmax, #min_by,knu2008-04-141-31/+485
* * enum.c (enum_find, enum_reject): Return an enumerator if noknu2008-04-141-0/+2
* * enum.c (find_index_i, find_index_iter_i): add prototype for VC.usa2008-04-141-0/+2
* * array.c (rb_ary_collect_bang, rb_ary_select): Return anknu2008-04-141-1/+6
* fix a typoknu2008-04-141-1/+1
* * enum.c (enum_count, enum_find_index): New methods:knu2008-04-141-0/+144
* * enum.c (enum_first, enum_group_by): New methods:knu2008-04-101-0/+102
* * enum.c (iterate_method): add prototype to avoid warning on VC++.usa2008-04-091-0/+1
* * enumerator.c, inits.c (rb_call_inits), ruby.h, intern.h,knu2008-04-091-2/+40
* * enum.c (sort_by_cmp): check if reentered. [ruby-dev:24291]nobu2007-07-141-2/+8
* Documentation typodrbrain2006-06-151-1/+1
* * enum.c (enum_min, enum_max): must not return Qundef.nobu2005-06-301-0/+2
* * enum.c (enum_min, enum_max): do not ignore nil as the first element.nobu2005-06-251-6/+6
* * enum.c (enum_inject): default the result value to Qundef to usenobu2005-06-091-1/+3
* * enum.c (enum_min_by, enum_max_by): return nil if no iteration.nobu2005-06-071-91/+75
* * string.c (rb_str_locktmp): lock string temporarily.matz2004-10-301-0/+3
* * string.c (str_gsub): reentrant check. [ruby-dev:24432]matz2004-10-201-1/+6
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-21/+8
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-13/+12
* * enum.c (sort_by_i): internally used object must not be changednobu2004-09-291-0/+1
* * array.c (rb_ary_uniq_bang): element size might change duringmatz2004-09-211-7/+10
* minor rdoc typo in enum#mindave2004-07-141-1/+1
* * array.c, enum.c, pack.c: rdoc patch from Johan Holmbergocean2004-07-091-1/+1
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-141-1/+1
* * enum.c (enum_find): mention about ifnone argument. [ruby-talk:90003]nobu2004-01-161-8/+9
* Add RDoc for Kernel global functions, tidy array and errordave2003-12-291-0/+14
* Annotate enum.c. Add pager support, and report on methods in included modulesdave2003-12-181-0/+334
* * enum.c (each_with_index_i): typo.matz2003-08-221-1/+1
* * enum.c (inject_i): use rb_yield_values.matz2003-08-221-2/+2
* * eval.c (rb_yield_0): give warning for multiple values for amatz2003-05-201-2/+2
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-10/+15
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-2/+1
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * enum.c (enum_all): now works without block.matz2003-01-151-4/+28
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-1/+0
* * array.c (rb_ary_zip): iterates over items in the receiver.matz2002-11-191-25/+15
* * object.c (Init_Object): added Object#object_id, new name formatz2002-11-031-0/+58
* * parse.y (tokadd_string): ignore backslashed spaces in %w.matz2002-08-011-1/+1
* enum.c: Fix bug in enum_sort_by and some code indentsmichal2002-07-051-52/+56
* * eval.c (svalue_to_avalue): v may be Qundef. This fix wasmatz2002-06-131-2/+3
* * numeric.c (num_step): better iteration condition for floatmatz2002-05-011-0/+27
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-5/+5
* * enum.c (enum_find): catch a value before recycle.nobu2002-03-181-7/+16
* * enum.c (enum_inject): use the first iterated element as thenobu2002-03-181-7/+24