aboutsummaryrefslogtreecommitdiffstats
path: root/enum.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-271-4/+20
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-5/+5
* * marshal.c (r_object): better allocation type check formatz2001-10-031-1/+0
* fix typo.nobu2001-08-231-1/+1
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-0/+39
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-4/+54
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-1/+1
* * enum.c (enum_inject): new method.matz2001-01-091-0/+19
* 2000-05-24matz2000-05-241-4/+4
* 2000-05-01matz2000-05-011-2/+3
* 2000-04-10matz2000-04-101-1/+1
* 2000-01-17matz2000-01-171-100/+65
* 20000105matz2000-01-051-1/+1
* 991207matz1999-12-071-32/+4
* 19991125matz1999-11-251-1/+1