Age | Commit message (Expand) | Author |
2009-02-22 | merge revision(s) 21298: | shyouhei |
2008-05-28 | Merge from ruby_1_8. | knu |
2008-05-18 | Merge -r16241:16456 from ruby_1_8. | knu |
2008-04-14 | * range.c (range_each, range_step): Return an enumerator if no | knu |
2008-04-03 | * range.c (range_step): should not round step into integer if | matz |
2008-01-29 | * range.c (step_i): rb_funcall receives VALUE as an argument. | mame |
2007-12-05 | * range.c (range_each): followed step_i change. | nobu |
2007-12-05 | * range.c (step_i, range_step): support non-fixnum steps. | nobu |
2007-09-09 | * range.c (range_step): fixed integer overflow. [ruby-dev:31763] | matz |
2005-08-14 | * eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE. | nobu |
2005-02-28 | * exception error messages updated. [ruby-core:04497] | matz |
2004-10-19 | * io.c (read_all): block string buffer modification during | matz |
2004-10-18 | * range.c (range_step, range_each): need cast. | usa |
2004-10-06 | * io.c (rb_io_s_sysopen): preserve path in the buffer allocated by | matz |
2004-07-24 | * range.c (rb_range_beg_len): returns Qnil only when "beg" points | matz |
2004-05-14 | * range.c (range_each_func): terminates loop if generating value | matz |
2003-12-30 | Add RDoc for kernel functions, and tidy up | dave |
2003-12-24 | Michael Granger added RDoc for range.c | dave |
2003-07-24 | * gcc -Wall clean-up. | matz |
2003-06-20 | * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]". | matz |
2003-06-07 | * parse.y (value_expr0): class and module statements should not be | matz |
2003-06-02 | * array.c (push_values_at): Array#values_at should work with | matz |
2003-05-19 | * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value) | matz |
2003-04-18 | * struct.c (rb_struct_eql): should compare values with "eql?". | matz |
2003-03-29 | * eval.c (avalue_to_svalue): use rb_check_array_type() again. | matz |
2003-03-20 | * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409) | matz |
2003-02-13 | * range.c (range_step): step might be float 0 < x < 1. | matz |
2003-01-31 | * variable.c (rb_obj_classname): new function. | matz |
2003-01-16 | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal |
2003-01-16 | Updated Copyrights of Matz to 2003. | michal |
2003-01-08 | * range.c (range_each): treat fixnums specially to boost. | matz |
2002-12-29 | * gc.c (gc_sweep): adjust GC trigger. | nobu |
2002-12-19 | * numeric.c (num_step): use DBL_EPSILON. | matz |
2002-09-30 | * range.c (range_check): need no Fixnum check. | matz |
2002-09-03 | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz |
2002-08-27 | * file.c (rb_find_file): $LOAD_PATH must not be empty. | matz |
2002-08-21 | *.c: Int vs Long cleanup | michal |
2002-07-30 | range.c: small-cleanup [ruby-core:276] | michal |
2002-07-02 | object.c: rb_Integer reformat, nil#to_f added to rb_define_method. | michal |
2002-06-18 | * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n', | matz |
2002-06-11 | * eval.c (rb_eval): ruby_frame->last_func may be null, if it's | matz |
2002-05-30 | * range.c (range_step): iteration done using "+" if elements are | matz |
2002-05-29 | * parse.y: yyparse #defines moved from intern.h | matz |
2002-05-28 | * array.c: fixed format string for 'long' args (%d -> %ld). | michal |
2002-05-14 | * eval.c (rb_clear_cache_by_class): new function. | matz |
2002-05-02 | * error.c: use HAVE_DECL_SYS_NERR instead of platform names. | matz |
2002-05-01 | * numeric.c (num_step): better iteration condition for float | matz |
2002-04-24 | * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed. | matz |
2002-01-25 | * class.c (rb_include_module): detect cyclic module inclusion. | matz |
2002-01-11 | * re.c (match_select): should propagate taintness. | matz |