aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* parse.y: fix KWD2EIDnobu2017-10-051-0/+9
* parse.y: fix var_fieldnobu2017-10-041-18/+39
* test_sexp.rb: test for fnamenobu2017-10-041-0/+12
* Fix leaked file descriptorkazu2017-10-031-0/+2
* test_parser_events.rb: backref_assign_errornobu2017-10-031-2/+7
* test_call.rb: refine test_safe_callnobu2017-10-021-3/+3
* compile.c: fix stack consitency errornobu2017-10-021-0/+1
* io.c: check null charnobu2017-10-021-0/+6
* test_argf.rb: indent here docsnobu2017-10-021-311/+367
* test_refinement.rb: test for r59946nobu2017-10-011-0/+15
* eval.c: check typenobu2017-09-301-0/+21
* test_find.rb: improve branch coveragektsj2017-09-301-0/+17
* string.c: fix ASCII-only on succnobu2017-09-301-0/+5
* test_etc.rb: fix test_getgrnam for duplicated group namessonots2017-09-291-3/+3
* string.c: ASCII-incompatible is not ASCII onlynobu2017-09-291-1/+6
* pack.c: unpack "M" may be ASCII onlynobu2017-09-291-0/+5
* array.c: improve operations on small arraysnobu2017-09-291-0/+44
* test_dln.rb: fix path separator on MinGWshirosaki2017-09-281-1/+1
* Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse2017-09-281-0/+10
* URI::Generic: Separate no_proxy handlingnaruse2017-09-281-0/+17
* test_io_console.rb: flushnobu2017-09-281-0/+4
* complex.c: no overflownobu2017-09-271-0/+3
* complex.c: no overflownobu2017-09-271-0/+3
* Make retries for Net::HTTP configurable [Feature #10674]naruse2017-09-261-0/+50
* Suppress warnings by other than self-assignmentsnobu2017-09-261-5/+9
* test_erb.rb: add test cases for uncovered methodsk0kubun2017-09-261-0/+22
* test_features.rb: fix unused variable warningk0kubun2017-09-261-1/+1
* test_drb.rb: removed extra spacesnobu2017-09-261-3/+3
* HTTPHeader#add_field should allow binary [Bug #13926]naruse2017-09-251-3/+6
* Time#at receives 3rd argument which specifies the unit of 2nd argument [Featu...naruse2017-09-251-0/+11
* test/ruby/test_iseq.rb: Skip test_safe_call_chain if Coverage is running.yui-knk2017-09-251-1/+3
* openssl: import e72d960db262rhe2017-09-243-22/+49
* test_gc.rb: relax criterionnobu2017-09-241-1/+1
* gem.rb: load rubygems.rbnobu2017-09-241-4/+2
* Removed ubygems.rb. rubygems.rb is always loaded now.hsbt2017-09-241-2/+4
* load.c: fix rb_load_protect conditionnobu2017-09-242-0/+16
* test/coverage/test_coverage.rb: Refactor coverage tests.mame2017-09-231-124/+116
* dup String#split return valuenobu2017-09-231-0/+5
* dup String#rpartition return valuenobu2017-09-231-0/+5
* dup String#partition return valuenobu2017-09-231-1/+6
* Enable to take branch coverages for safe method invocationsyui-knk2017-09-231-0/+21
* numeric.c: use NUM2DBLnobu2017-09-222-0/+19
* load.c: real path to loadnobu2017-09-212-1/+15
* process: block/unblock signals around forknormal2017-09-201-0/+10
* Add MonitorMinx#mon_locked? and #mon_owned? to check states of objectsshugo2017-09-201-0/+29
* ruby.c: paragraph mode by -00nobu2017-09-201-0/+2
* Alias Set#=== to #include?knu2017-09-191-0/+17
* thread.c: report then abortnobu2017-09-191-1/+15
* parse.y: lex by lvarnobu2017-09-191-0/+11
* vm.c: fix `cfp consistency error' which occursktsj2017-09-181-0/+21