aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * 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
* test: File.symlink needs administrator privilegenobu2015-08-284-8/+12
* * vm.c (hook_before_rewind): prevent kicking :return event whileko12015-08-281-0/+68
* * lib/webrick/server.rb: use IO::NULL instead of '/dev/null'hsbt2015-08-271-2/+1
* re.c: fix wchar match at EOSnobu2015-08-261-0/+8
* * vm_opts.h, iseq.c, iseq.h: add compile option to force frozenko12015-08-211-0/+13
* * include/ruby/ruby.h, cont.c, vm_trace.c: add a new eventko12015-08-211-0/+51
* * vm_insnhelper.c (vm_invoke_block): we should not expect ci->argc isko12015-08-211-0/+24
* vm_eval.c: share with rb_obj_respond_tonobu2015-08-201-0/+22
* parse.y: fix labelargnobu2015-08-181-0/+6
* parse.y: fix block after conditionalnobu2015-08-171-0/+6
* io.c: raise at incomplete charnobu2015-08-171-16/+35
* io.c: read more datanobu2015-08-151-0/+20
* test_gc.rb: dump hung up processnobu2015-08-131-1/+1
* test_gc.rb: abort hung up processnobu2015-08-121-1/+1
* test_gc.rb: timeout of test_interrupt_in_finalizernobu2015-08-121-3/+0
* parse.y: optional superclassnobu2015-08-111-2/+2
* * test/ruby/test_array.rb: Add test for `Array#flatten` with level 1hsbt2015-08-111-0/+1
* * enum.c: added doc for Enumerable#ziphsbt2015-08-111-1/+4
* * vm_method.c: typo fix [fix GH-993][ci skip] Patch by @0x0deahsbt2015-08-111-1/+1
* test_gc.rb: check signal firstnobu2015-08-091-2/+6
* proc.c: fix for uncallable methodnobu2015-08-071-0/+5
* test/ruby/test_process.rb (test_many_args): increase timeoutnormal2015-08-051-1/+1
* node.c: NODE_ALLOCA for ALLOCVnobu2015-08-051-0/+10
* * test/ruby/test_module.rb: should not expect a method table ordering.ko12015-08-041-3/+3
* * proc.c (rb_block_clear_env_self): clear by Qfalse intead of Qnil.ko12015-08-041-0/+10
* re.c: fix for wide character encodingsnobu2015-08-031-0/+3
* test_settracefunc.rb: refinenobu2015-07-301-7/+4
* envutil.rb: -w for assert_separatelynobu2015-07-301-1/+1
* variable.c: Module#deprecate_constantnobu2015-07-301-0/+7
* load.c: avoid segfault when 'throw' occurs in the middle of rb_load_file_strnobu2015-07-301-0/+29