aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* ruby.c: no -r when dumpnobu2014-10-281-0/+37
* proc.c: fix method proc binding receivernobu2014-10-271-1/+4
* * test/ruby/test_super.rb: add a test to check block passing.ko12014-10-271-0/+18
* test/ruby/test_process.rb: reduce garbage during forksnormal2014-10-271-3/+6
* A test renamed.akr2014-10-251-1/+1
* * io.c (io_binwrite_string): Test writev() failure.akr2014-10-251-0/+11
* test_object.rb: for r48118nobu2014-10-231-2/+5
* test_object.rb: avoid confusing ruby-mode.elnobu2014-10-231-3/+3
* vm_method.c: no redefinition warnings for undefined methodsnobu2014-10-231-0/+6
* test/ruby/test_process.rb: use io/wait instead of timeoutnormal2014-10-231-4/+4
* test/ruby/test_process.rb: ensure exit! on fork failurenormal2014-10-231-2/+6
* class.c: delete expected keywords directlynobu2014-10-221-0/+15
* test_module.rb: test with UTF-8nobu2014-10-201-1/+4
* vm_insnhelper.c: preserve encodingnobu2014-10-201-0/+5
* * vm_core.h, vm.c, proc.c: fix GC mark miss on bindings.ktsj2014-10-181-0/+15
* * pack.c (pack_unpack): Add casts for char references for 'u'.akr2014-10-171-0/+5
* * Avoid undefined behaviors found by gcc -fsanitize=undefined.akr2014-10-171-1/+3
* re.c: mak eregexps with binary escapes ASCII-8BITnobu2014-10-171-0/+3
* Revert r47971, r47972 [ruby-core:65764]normal2014-10-161-1/+1
* Set an encoding for SEGV message.akr2014-10-161-0/+1
* * test/ruby/envutil.rb (assert_pattern_list): Show number of matchedakr2014-10-161-1/+2
* test/ruby/test_rubyoptions.rb: fix racenormal2014-10-161-1/+1
* test/ruby/test_process.rb: avoid killing wrong parentnormal2014-10-161-1/+2
* Simplify multiline condition.akr2014-10-151-1/+1
* Simplify a regexp.akr2014-10-151-4/+4
* Unused variable removed.akr2014-10-151-1/+0
* * test/ruby/envutil.rb (assert_pattern_list) Renamed fromakr2014-10-152-3/+16
* enum.c: nil if no iterationnobu2014-10-151-0/+1
* test_rubyoptions.rb: split regexpsnobu2014-10-151-1/+2
* * test/ruby/envutil.rb (assert_regexp_list): New assertion method.akr2014-10-152-10/+34
* Extract assert_segv and split the big regexp.akr2014-10-151-35/+58
* test/ruby/test_optimization.rb (test_string_size): new testnormal2014-10-141-0/+5
* test/ruby/test_optimization.rb: redefinition tests for Stringnormal2014-10-141-0/+19
* test/ruby/test_optimization.rb (test_hash_aset_with): assert assignmentnormal2014-10-141-1/+1
* test new optimizations for redefinesnormal2014-10-141-0/+24
* * enum.c (nmin_run): max(n) and max_by(n) returns an array inakr2014-10-132-5/+5
* parse.y: should not eliminate value nodesnobu2014-10-121-0/+15
* vm.c: precedence of duplicated keysnobu2014-10-111-4/+4
* parse.y: precedence of duplicated keysnobu2014-10-111-0/+4
* * test/ruby/test_syntax.rb: added syntax tests of underscore arguments.hsbt2014-10-081-0/+11
* normalize reference to Timeout::Errornormal2014-10-071-2/+2
* test/ruby/test_process.rb (TestProcess#test_setsid): AIX does not allow Proce...odaira2014-10-071-2/+2
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_encoding): On AIX, locale...odaira2014-10-071-1/+3
* signal.c: get rid of deadlock by discarded signalsnobu2014-10-071-0/+5
* signal.c: send signal unless handlednobu2014-10-061-0/+7
* test_string.rb: enable huge test only on possible platformsnobu2014-10-061-1/+2
* * test/ruby/test_io.rb (TestIO#test_advise): avoid to infinite loop.hsbt2014-10-031-2/+2
* * test/ruby/test_io.rb (TestIO#test_advise): added workaround of fadvise(2)hsbt2014-10-031-1/+9
* test_advice show OS and filesystem when failed.akr2014-10-021-1/+36
* object.c (rb_class_real): do not dereference 0 VALUEnormal2014-09-251-0/+24