aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* test_iseq.rb: fix meaningless assertionnobu2015-10-091-5/+5
* * compile.c (iseq_compile_each): Dynamic string literals (e.g.,shugo2015-10-091-6/+7
* vm_args.c: wrap symbol ifuncnobu2015-10-061-0/+7
* * proc.c: enable optimization of Proc#call.ko12015-10-051-4/+4
* * test/ruby/test_thread.rb (test_handle_interrupt_blocking): check ifnagachika2015-10-051-2/+3
* * test/ruby/test_thread.rb: fix potential race condition.eregon2015-10-051-3/+2
* proc.c: set ep properlynobu2015-10-051-0/+11
* * enum.c (nmin_filter): Fix limit value.akr2015-10-041-0/+5
* refix through 52016,52017,52019,52020 [Bug #11486]naruse2015-10-041-1/+2
* test_m17n_comb.rb: messagenobu2015-10-041-1/+1
* test_symbol.rb: relaxnobu2015-10-041-1/+1
* add a test for r52016naruse2015-10-041-0/+4
* test_dir_m17n.rb: fix testnobu2015-10-041-12/+23
* dir.c: normalize cwdnobu2015-10-041-0/+10
* test_symbol.rb: reduce iterationnobu2015-10-031-1/+1
* test_method.rb: remove unlinked method entry testnobu2015-10-021-12/+0
* test_symbol.rb: reduce iterationnobu2015-10-021-1/+1
* test_method.rb: finite loopnobu2015-10-021-8/+3
* test_thread.rb: handshakenobu2015-10-021-3/+3
* test_thread.rb: thread leaknobu2015-10-021-5/+3
* test_symbol.rb: relaxnobu2015-10-011-1/+1
* proc.c: fix symbol proc marknobu2015-10-011-0/+5
* vm_args.c: GC guardnobu2015-10-011-0/+5
* preserve encodings in error messagesnobu2015-09-287-0/+30
* class.c: refine error messagesnobu2015-09-272-0/+14
* test_rubyoptions.rb: test combinationsnobu2015-09-271-8/+14
* ruby.c: frozen-string-literal optionnobu2015-09-271-0/+15
* fronzen-string-literal pragmanobu2015-09-271-0/+13
* test/unit/assertions.rb: all_assertionsnobu2015-09-272-16/+10
* test_syntax.rb: splitnobu2015-09-261-2/+11
* * test/ruby/test_dir.rb (TestDir#test_fileno): s/?x/"x"/. Don'tkosaki2015-09-171-10/+10
* variable.c: fail if frozennobu2015-09-161-0/+19
* string.c: keep coderangenobu2015-09-161-0/+25
* * test/ruby/test_thread.rb (TestThread#test_mutex_synchronize):kosaki2015-09-151-8/+11
* win32.c: more fcntlnobu2015-09-121-1/+1
* test_rational.rb: fix default externalnobu2015-09-121-1/+5
* test_rational.rb: r51828nobu2015-09-121-0/+1
* parse.y: keep literal encodingnobu2015-09-101-0/+9
* compile.c: register cdhashnobu2015-09-101-0/+20
* * test/ruby/test_process.rb (TestProcess#test_popen_exit): platform specificusa2015-09-091-1/+5
* * test/ruby/test_process.rb (TestProcess#test_popen_exit): platform specificusa2015-09-091-1/+2
* fix a typo of test method name.nagachika2015-09-081-1/+1
* io.c: no wait when killednobu2015-09-081-0/+24
* * test/ruby/test_file.rb (TestFile#test_realdirpath_junktion): test for r51790.usa2015-09-081-0/+10
* process.c: open exception messagenobu2015-09-071-0/+18
* process.c: chdir exception messagenobu2015-09-071-1/+5
* test_process.rb: suppress warningsnobu2015-09-061-0/+1
* common.mk: exclude memory leak testsnobu2015-09-031-1/+1
* file.c: use filesystem encodingnobu2015-09-021-0/+20
* * class.c (move_refined_method): should insert a write barrierko12015-08-311-0/+13