aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* parse.y: fix GC problem of keyword rest argumentnobu2012-06-211-0/+4
* add a test.akr2012-06-131-0/+6
* add a test.akr2012-06-121-0/+6
* * process.c (rb_exec_fillarg): treat '=' character as an metaakr2012-06-121-0/+7
* update tests.akr2012-06-111-103/+225
* * test/ruby/test_iseq.rb (TestISeq#test_disasm_encoding): set defaultnobu2012-06-101-4/+6
* * process.c (rb_fork_internal): call after_fork only unlessakr2012-06-101-0/+9
* iseq.c: rb_id2strnobu2012-06-091-0/+8
* iseq.c: fix conversionnobu2012-06-091-0/+7
* add a test.akr2012-06-061-0/+19
* * process.c (try_with_sh): take envp argument.akr2012-06-061-0/+5
* Split one big test to seven tests.naruse2012-06-051-42/+75
* obj_init_copynobu2012-06-051-0/+32
* don't exec in the test process.akr2012-06-041-3/+16
* * test/ruby/test_backtrace.rb: fix test.ko12012-06-041-14/+3
* * process.c (rb_proc_exec_e): extended version of rb_proc_exec() toakr2012-06-031-0/+12
* * use execve() to preserve environment variables when exec method isakr2012-06-031-0/+6
* * complex.c: wrote Complex#_dump and Complex::load. But nowtadf2012-06-032-0/+4
* * complex.c (nucomp_marshal_load): [ruby-core:45394]tadf2012-06-032-0/+10
* * vm_backtrace.c: change names.ko12012-06-021-7/+15
* utc offset in secondsnobu2012-05-301-1/+1
* strftime.c: triple colons modifiernobu2012-05-291-0/+18
* strftime.c: fix locale modifiernobu2012-05-291-0/+18
* strftime.c: fix colon modifier.nobu2012-05-291-16/+20
* Suppress warning: method redefined.naruse2012-05-291-0/+1
* * gc.c (obj_free): doesn't free a method table if it doesn'tnari2012-05-281-0/+14
* file.c: fix for UNCnobu2012-05-261-0/+8
* test/ruby/test_file.rb: fix for UNCnobu2012-05-261-2/+2
* * test/ruby/test_backtrace.rb (test_caller_lev):ko12012-05-261-1/+1
* * vm.c (RubyVM::FrameInfo): add a class to access each frameko12012-05-261-0/+10
* * vm_eval.c (rb_f_caller): caller() method accepts second optionalko12012-05-251-2/+32
* * properties.nobu2012-05-251-57/+57
* * vm.c: refactoring backtrace related funcitons.ko12012-05-251-0/+57
* * vm.c: add RubyVM::Backtrace object (btobj).ko12012-05-241-4/+0
* Bug #6487nobu2012-05-241-0/+51
* * class.c (rb_mod_init_copy): Clear the cached inspect string of adrbrain2012-05-221-0/+25
* * enc/shift_jis.c (code_to_mbclen): returnnaruse2012-05-201-0/+14
* test/ruby/test_time.rb: split a big testnobu2012-05-151-0/+22
* test for Bug #6385nobu2012-05-151-0/+20
* test/ruby/test_file.rb: use tmpdirnobu2012-05-151-2/+4
* test/ruby/test_marshal.rb: close pipesnobu2012-05-151-8/+8
* Bug #6403: reset states after empty argsnobu2012-05-141-0/+5
* * enumerator.c (lazy_take_func, lazy_take): multiple calls ofnagachika2012-05-131-0/+8
* * test/ruby/test_io.rb (test_flush_in_finalizer1): don't use IO.for_fdnagachika2012-05-131-1/+1
* * test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent ofnagachika2012-05-131-8/+0
* * test/ruby/test_io.rb (class TestIO): Disable GC during IO tests toluislavena2012-05-121-0/+8
* Revert r35622.naruse2012-05-111-1/+1
* * thread.c (rb_threadptr_execute_interrupts_common): th->errinfo isnaruse2012-05-111-1/+1
* Bug #6419: fix cmdarg beginnobu2012-05-111-0/+5
* adding a few tests surrounding file open argumentstenderlove2012-05-101-0/+30