| Commit message (Expand) | Author | Age | Files | Lines |
* | * enum.c (enumeratorize): create new enumerator for current method if | nobu | 2005-07-14 | 1 | -7/+36 |
* | * enum.c (enum_min, enum_max): must not return Qundef. | nobu | 2005-06-30 | 1 | -0/+2 |
* | * enum.c (enum_min, enum_max, enum_min_by, enum_max_by): do not ignore | nobu | 2005-06-25 | 1 | -10/+12 |
* | * enum.c (enum_inject): default the result value to Qundef to use | nobu | 2005-06-09 | 1 | -1/+3 |
* | * enum.c (enum_min_by, enum_max_by): return nil if no iteration. | nobu | 2005-06-07 | 1 | -113/+97 |
* | * eval.c (rb_eval): NODE_XSTR should pass copy of literal string. | matz | 2004-10-30 | 1 | -0/+3 |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -23/+8 |
* | * io.c (rb_fopen): mode string copy at the lowest level. | matz | 2004-10-05 | 1 | -0/+3 |
* | * string.c (rb_str_sum): wrong cast caused wrong result. | matz | 2004-10-02 | 1 | -0/+2 |
* | * string.c (rb_str_sum): string may be altered. [ruby-dev:24381] | matz | 2004-10-01 | 1 | -13/+12 |
* | * enum.c (sort_by_i): internally used object must not be changed | nobu | 2004-09-29 | 1 | -0/+1 |
* | * enum.c (enum_sort_by): do not use qsort directly. use | matz | 2004-09-21 | 1 | -7/+10 |
* | * enum.c (enum_min_by): new method Enum#min_by. added Enum#max_by | matz | 2004-07-14 | 1 | -14/+88 |
* | * array.c, enum.c, pack.c: rdoc patch from Johan Holmberg | ocean | 2004-07-09 | 1 | -1/+1 |
* | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -1/+1 |
* | * eval.c: remove specialized version of rb_Array(). use simple | matz | 2004-03-18 | 1 | -1/+1 |
* | * eval.c (localjump_destination): lambda should not interfere | matz | 2004-02-26 | 1 | -1/+1 |
* | * enum.c (enum_find): mention about ifnone argument. [ruby-talk:90003] | nobu | 2004-01-16 | 1 | -8/+9 |
* | Add RDoc for Kernel global functions, tidy array and error | dave | 2003-12-29 | 1 | -0/+14 |
* | Annotate enum.c. Add pager support, and report on methods in included modules | dave | 2003-12-18 | 1 | -0/+334 |
* | * enum.c (each_with_index_i): typo. | matz | 2003-08-22 | 1 | -1/+1 |
* | * enum.c (inject_i): use rb_yield_values. | matz | 2003-08-22 | 1 | -2/+2 |
* | * eval.c (rb_yield_0): give warning for multiple values for a | matz | 2003-05-20 | 1 | -2/+2 |
* | * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value) | matz | 2003-05-19 | 1 | -10/+15 |
* | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal | 2003-01-16 | 1 | -2/+1 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * enum.c (enum_all): now works without block. | matz | 2003-01-15 | 1 | -4/+28 |
* | * file.c (rb_find_file_ext): should not terminate searching with | matz | 2002-11-22 | 1 | -1/+0 |
* | * array.c (rb_ary_zip): iterates over items in the receiver. | matz | 2002-11-19 | 1 | -25/+15 |
* | * object.c (Init_Object): added Object#object_id, new name for | matz | 2002-11-03 | 1 | -0/+58 |
* | * parse.y (tokadd_string): ignore backslashed spaces in %w. | matz | 2002-08-01 | 1 | -1/+1 |
* | enum.c: Fix bug in enum_sort_by and some code indents | michal | 2002-07-05 | 1 | -52/+56 |
* | * eval.c (svalue_to_avalue): v may be Qundef. This fix was | matz | 2002-06-13 | 1 | -2/+3 |
* | * numeric.c (num_step): better iteration condition for float | matz | 2002-05-01 | 1 | -0/+27 |
* | * re.c (rb_reg_expr_str): should treat backslash specially in | matz | 2002-04-18 | 1 | -5/+5 |
* | * enum.c (enum_find): catch a value before recycle. | nobu | 2002-03-18 | 1 | -7/+16 |
* | * enum.c (enum_inject): use the first iterated element as the | nobu | 2002-03-18 | 1 | -7/+24 |
* | * marshal.c (w_object): module inclusion using extend() should | matz | 2002-03-11 | 1 | -1/+1 |
* | * array.c (rb_ary_modify): should copy the internal buffer if the | matz | 2001-12-10 | 1 | -29/+18 |
* | * enum.c (enum_sort_by): should replace with last elements. | nobu | 2001-12-09 | 1 | -1/+1 |
* | * marshal.c (w_float): must distinguish -0.0 from 0.0. | matz | 2001-11-27 | 1 | -4/+20 |
* | * signal.c (sighandle): should not re-register sighandler if | matz | 2001-11-13 | 1 | -5/+5 |
* | * marshal.c (r_object): better allocation type check for | matz | 2001-10-03 | 1 | -1/+0 |
* | fix typo. | nobu | 2001-08-23 | 1 | -1/+1 |
* | * eval.c (is_defined): should not dump core for "defined?(())". | matz | 2001-08-23 | 1 | -0/+39 |
* | * io.c (argf_seek_m): wrong calling sequence of rb_io_seek(). | matz | 2001-03-13 | 1 | -4/+54 |
* | * string.c (str_independent): should not clear str->orig here. | matz | 2001-01-29 | 1 | -1/+1 |
* | * enum.c (enum_inject): new method. | matz | 2001-01-09 | 1 | -0/+19 |
* | 2000-05-24 | matz | 2000-05-24 | 1 | -4/+4 |
* | 2000-05-01 | matz | 2000-05-01 | 1 | -2/+3 |