| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * intern.h (rb_protect_inspect): follow the change of array.c. | usa | 2001-10-29 | 1 | -1/+2 |
* | * eval.c (is_defined): should not dump core for "defined?(())". | matz | 2001-08-23 | 1 | -0/+21 |
* | * range.c (range_step): 'iter' here should be an array. | matz | 2001-08-20 | 1 | -1/+1 |
* | * range.c (range_step): new method. | matz | 2001-08-14 | 1 | -0/+87 |
* | * regex.c (re_search): should consider reverse search. | matz | 2001-07-14 | 1 | -1/+1 |
* | * error.c (exc_exception): clone the receiver exception instead of | matz | 2001-07-02 | 1 | -3/+2 |
* | * parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntax | matz | 2001-06-01 | 1 | -0/+1 |
* | * ruby.c (proc_options): unexpected SecurityError happens when -T4. | matz | 2001-05-30 | 1 | -16/+79 |
* | * dir.c (dir_s_glob): supprt backslash escape of metacharacters | matz | 2001-02-14 | 1 | -1/+1 |
* | * array.c (rb_ary_sort_bang): returns self, even if its length is | matz | 2001-02-02 | 1 | -3/+3 |
* | thread_critical bug reported by Dave - matz | matz | 2000-12-29 | 1 | -0/+1 |