aboutsummaryrefslogtreecommitdiffstats
path: root/enum.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation typo.drbrain2006-06-151-1/+1
* * enum.c (enum_find_index): a new method Enumerable#find_index.matz2006-02-051-0/+40
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-28/+116
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-6/+106
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-1/+1
* * array.c, enum.c, eval.c, util.c: safer function pointer usage.nobu2005-10-111-4/+4
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-118/+48
* * enum.c (enum_count): new method. [ruby-dev:26895]matz2005-08-301-0/+62
* * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu2005-08-301-19/+9
* * enum.c (enum_member): Enumerable#member? is not an iterator.nobu2005-07-141-2/+0
* * enum.c (enumeratorize): create new enumerator for current method ifnobu2005-07-141-7/+36
* * enum.c (enum_min, enum_max): must not return Qundef.nobu2005-06-301-0/+2
* * enum.c (enum_min, enum_max, enum_min_by, enum_max_by): do not ignorenobu2005-06-251-10/+12
* * 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-113/+97
* * eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz2004-10-301-0/+3
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-23/+8
* * io.c (rb_fopen): mode string copy at the lowest level.matz2004-10-051-0/+3
* * string.c (rb_str_sum): wrong cast caused wrong result.matz2004-10-021-0/+2
* * string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz2004-10-011-13/+12
* * enum.c (sort_by_i): internally used object must not be changednobu2004-09-291-0/+1
* * enum.c (enum_sort_by): do not use qsort directly. usematz2004-09-211-7/+10
* * enum.c (enum_min_by): new method Enum#min_by. added Enum#max_bymatz2004-07-141-14/+88
* * 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
* * eval.c: remove specialized version of rb_Array(). use simplematz2004-03-181-1/+1
* * eval.c (localjump_destination): lambda should not interferematz2004-02-261-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
* * marshal.c (w_object): module inclusion using extend() shouldmatz2002-03-111-1/+1
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-29/+18
* * enum.c (enum_sort_by): should replace with last elements.nobu2001-12-091-1/+1