aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * class.c (class_instance_method_list): consider prepended Class/Modulenagachika2012-06-281-0/+6
* prepend: fix ancestors ordernobu2012-06-271-3/+31
* remove from original m_tblnobu2012-06-271-0/+9
* fix null m_tblnobu2012-06-271-0/+6
* ancestor modulesnobu2012-06-271-0/+9
* fix null m_tblnobu2012-06-271-0/+5
* Module#prependnobu2012-06-271-0/+32
* popen: shell commands with envvars and execoptsnobu2012-06-271-0/+41
* Revert r36213 "popen: shell commands with envvar"nobu2012-06-261-34/+15
* add tests for IO#seek.akr2012-06-251-1/+34
* Revert r31873 Module#mixnobu2012-06-251-59/+0
* method transplantingnobu2012-06-251-4/+6
* popen: shell commands with envvarnobu2012-06-251-15/+34
* revert some teststadf2012-06-222-4/+0
* [Bug #6540]nobu2012-06-221-0/+8
* * test/ruby/test_backtrace.rb: decrease recursion depthko12012-06-221-1/+1
* random.c: check initialize and loadnobu2012-06-221-0/+21
* 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