| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | range.c: small-cleanup [ruby-core:276] | michal | 2002-07-30 | 1 | -6/+8 |
* | object.c: rb_Integer reformat, nil#to_f added to rb_define_method. | michal | 2002-07-02 | 1 | -10/+4 |
* | * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n', | matz | 2002-06-18 | 1 | -1/+1 |
* | * eval.c (rb_eval): ruby_frame->last_func may be null, if it's | matz | 2002-06-11 | 1 | -28/+71 |
* | * range.c (range_step): iteration done using "+" if elements are | matz | 2002-05-30 | 1 | -165/+98 |
* | * parse.y: yyparse #defines moved from intern.h | matz | 2002-05-29 | 1 | -2/+2 |
* | * array.c: fixed format string for 'long' args (%d -> %ld). | michal | 2002-05-28 | 1 | -1/+1 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -1/+1 |
* | * error.c: use HAVE_DECL_SYS_NERR instead of platform names. | matz | 2002-05-02 | 1 | -28/+15 |
* | * numeric.c (num_step): better iteration condition for float | matz | 2002-05-01 | 1 | -66/+45 |
* | * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed. | matz | 2002-04-24 | 1 | -2/+0 |
* | * class.c (rb_include_module): detect cyclic module inclusion. | matz | 2002-01-25 | 1 | -1/+1 |
* | * re.c (match_select): should propagate taintness. | matz | 2002-01-11 | 1 | -1/+1 |
* | * string.c (rb_str_new2): NULL pointer check added. | matz | 2002-01-07 | 1 | -6/+6 |
* | * range.c (range_member): beginning check was | nobu | 2002-01-05 | 1 | -1/+1 |
* | * file.c (path_check_1): forgot to initialize 'p'. | matz | 2001-11-08 | 1 | -0/+34 |