summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-05add a test for IA64 Debian GNU/Linux Etch.akr
2008-05-05* array.c (rb_ary_slice_bang): should adjust length before makingmatz
2008-05-05* array.c (rb_ary_dup): should dupe corresponding information.matz
2008-05-05* compile.c (compile_cpath): use Qundef to denote cbase lookup.matz
2008-05-04* gc.c (set_heaps_increment): fix memory allocation strategy byakr
2008-05-04* lib/getoptlong.rb: use $stderr instead of $deferr.akr
2008-05-04add a test.akr
2008-05-04* time.c (obj2nsec): fix string argument.akr
2008-05-04* eval.c (rb_obj_respond_to): check the result of respond_to? methodakr
2008-05-04* string.c (rb_str_each_line): return original string.akr
2008-05-03add a test.akr
2008-05-03* test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit):akr
2008-05-03add a test for [ruby-dev:34581].akr
2008-05-03* time.c (time_timespec): raise TypeError for nil and other objectsakr
2008-05-02add a test.akr
2008-05-02add a test.akr
2008-05-02add test for Struct.new(0).akr
2008-05-02* io.c (internal_read_func, internal_write_func): split fromnobu
2008-05-02* variable.c (rb_define_hooked_variable): guard *var from GC toakr
2008-05-02* range.c (range_step): call to_int if step is not a numericmatz
2008-05-02add tests for [ruby-dev:34557] and [ruby-dev:34558].akr
2008-05-02* range.c (range_step): do not forcefully convert steps intomatz
2008-05-02ChangeLog: updated.matz
2008-05-02* misc/ruby-mode.el: move fontifying code from hook.matz
2008-05-02* range.c (range_step): step may be bignum.matz
2008-05-02* re.c (Init_Regexp): remove MatchData#select. [ruby-dev:34563]matz
2008-05-01* ChangeLog: reordered.nobu
2008-05-01Adding accidentally skipped ChangeLog entry.jeg2
2008-05-01* bignum.c (rb_big_divide), numeric.c (fix_divide): check for resultnobu
2008-05-01* lib/net/telnet.rb: This patch from Brian Candler adds a FailEOF mode whichjeg2
2008-05-01* range.c (range_step): check if step can be converted to an integer.nobu
2008-05-01* range.c (range_step): allow float step bigger than zero but lessnobu
2008-05-01* bignum.c (rb_big_divide): return an integer for idiv.nobu
2008-05-01* hash.c (rb_hash_s_create): should access converted hash value.matz
2008-05-01* test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):matz
2008-05-01add tests for [ruby-dev:34556] and [ruby-dev:34555].akr
2008-05-01* hash.c (env_delete_if): return enumerator if no block given.nobu
2008-05-01add a test for [ruby-dev:34553].akr
2008-05-01split combinational blackbox tests.akr
2008-05-01* 2008-05-01usa
2008-04-30bootstraptest updatedmatz
2008-04-300**-1 test updated. [ruby-dev:34547]akr
2008-04-30 [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.seki
2008-04-30add tests.akr
2008-04-30* lib/net/telnet.rb: Fixing a bug where line endings would not be properlyjeg2
2008-04-30* load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu
2008-04-30* re.c (rb_reg_search): use local variable. a patch from wanabenobu
2008-04-30* eval_intern.h: speficy the values of the enumeration constantsmame
2008-04-30don't use fork method.akr
2008-04-30* 2008-04-30usa