aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* test_hash.rb: suppress warningsnobu2015-07-291-2/+3
* vm_eval.c: set method_missing_reasonnobu2015-07-291-0/+7
* hash.c: fix symbol hashnobu2015-07-291-0/+1
* hash.c: fix float hashnobu2015-07-291-0/+1
* * test/ruby/test_io.rb (TestIO#test_open_flag_binary): typo of method name (t...usa2015-07-291-4/+4
* test_hash.rb: add assertionsnobu2015-07-291-2/+7
* open the path instead of tempfile objectnaruse2015-07-291-6/+6
* * io.c (rb_io_extract_modeenc): add option parameter `flags'naruse2015-07-291-0/+21
* Add tests for `File.extname`nobu2015-07-241-0/+3
* parse.y: pop cmdargnobu2015-07-231-0/+5
* string.c: fix coderange of reversenobu2015-07-221-1/+6
* * test/ruby/test_range.rb: Add test case for Range#end withhsbt2015-07-221-0/+1
* suppress warningsnaruse2015-07-211-2/+2
* * gc.c (internal_object_p): Now a singleton classes appear byko12015-07-211-0/+16
* * test/ruby/test_range.rb: Add test for Range#hashhsbt2015-07-211-0/+2
* test_process.rb: split a testnobu2015-07-211-1/+11