| Commit message (Expand) | Author | Age | Files | Lines |
* | * range.c (range_eqq): call_super() in === does not work well | matz | 2007-07-26 | 1 | -3/+20 |
* | * range.c (range_max, range_min): return nil for empty set as well as | nobu | 2007-07-13 | 1 | -1/+2 |
* | * range.c (range_max): use FIX2LONG instead of FIX2INT to avoid | akr | 2007-07-12 | 1 | -1/+1 |
* | * string.c (rb_str_upto): add optional argument to specify | matz | 2007-06-22 | 1 | -22/+9 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 1 | -1/+1 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -43/+78 |
* | * eval.c (splat_value): use "to_splat" instead of "to_ary" to | matz | 2006-10-02 | 1 | -0/+14 |
* | * range.c (range_include): should always call Enumerable#include? | matz | 2006-08-03 | 1 | -0/+2 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -2/+1 |
* | * range.c (range_cover): new method Range#cover? added. the | matz | 2005-12-12 | 1 | -0/+33 |
* | remove unused variable `tmp'. | akr | 2005-12-09 | 1 | -1/+0 |
* | * range.c (range_include): return false unless included in numeric | nobu | 2005-12-09 | 1 | -5/+4 |
* | * sprintf.c (rb_f_sprintf): [ruby-dev:27967] | matz | 2005-12-07 | 1 | -11/+20 |
* | * range.c (range_max): treat end exclusion without iteration if | matz | 2005-11-25 | 1 | -6/+12 |
* | * range.c (range_min): use <=> comparison rather than iteration. | matz | 2005-11-25 | 1 | -0/+60 |
* | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz | 2005-10-05 | 1 | -2/+2 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -65/+32 |
* | * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c: | nobu | 2005-08-30 | 1 | -0/+4 |
* | * eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE. | nobu | 2005-08-14 | 1 | -6/+5 |
* | * numeric.c (Init_Numeric): do not share implementation among | matz | 2005-08-04 | 1 | -3/+5 |
* | * numeric.c (fix_div): should not convert the result into | matz | 2005-08-04 | 1 | -5/+14 |
* | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz | 2005-06-30 | 1 | -4/+1 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -2/+2 |
* | * parse.y (ripper_s_allocate): add prototype for Microsoft compiler. | usa | 2004-10-29 | 1 | -2/+4 |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -51/+9 |
* | * io.c (rb_io_mode_flags): preserve append mode flag. | matz | 2004-10-06 | 1 | -18/+24 |
* | * range.c (rb_range_beg_len): returns Qnil only when "beg" points | matz | 2004-07-24 | 1 | -4/+2 |
* | * range.c (range_each_func): terminates loop if generating value | matz | 2004-05-14 | 1 | -2/+8 |
* | Add RDoc for kernel functions, and tidy up | dave | 2003-12-30 | 1 | -1/+37 |
* | Michael Granger added RDoc for range.c | dave | 2003-12-24 | 1 | -0/+184 |
* | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -23/+0 |
* | * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]". | matz | 2003-06-20 | 1 | -6/+2 |
* | * parse.y (value_expr0): class and module statements should not be | matz | 2003-06-07 | 1 | -26/+31 |
* | * array.c (push_values_at): Array#values_at should work with | matz | 2003-06-02 | 1 | -7/+2 |
* | * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value) | matz | 2003-05-19 | 1 | -3/+3 |
* | * struct.c (rb_struct_eql): should compare values with "eql?". | matz | 2003-04-18 | 1 | -8/+10 |
* | * eval.c (avalue_to_svalue): use rb_check_array_type() again. | matz | 2003-03-29 | 1 | -1/+0 |
* | * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409) | matz | 2003-03-20 | 1 | -25/+0 |
* | * range.c (range_step): step might be float 0 < x < 1. | matz | 2003-02-13 | 1 | -3/+7 |
* | * variable.c (rb_obj_classname): new function. | matz | 2003-01-31 | 1 | -3/+3 |
* | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal | 2003-01-16 | 1 | -3/+3 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * range.c (range_each): treat fixnums specially to boost. | matz | 2003-01-08 | 1 | -1/+10 |
* | * gc.c (gc_sweep): adjust GC trigger. | nobu | 2002-12-29 | 1 | -1/+1 |
* | * numeric.c (num_step): use DBL_EPSILON. | matz | 2002-12-19 | 1 | -6/+11 |
* | * range.c (range_check): need no Fixnum check. | matz | 2002-09-30 | 1 | -4/+2 |
* | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz | 2002-09-03 | 1 | -2/+4 |
* | * file.c (rb_find_file): $LOAD_PATH must not be empty. | matz | 2002-08-27 | 1 | -2/+2 |
* | *.c: Int vs Long cleanup | michal | 2002-08-21 | 1 | -1/+1 |