summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-10-08Merge rubygems master.hsbt
2017-10-06zlib.c: memory leak in gunzipnobu
2017-10-06proc.c: super_method of included methodnobu
2017-10-05parse.y: fix KWD2EIDnobu
2017-10-04parse.y: fix var_fieldnobu
2017-10-04test_sexp.rb: test for fnamenobu
2017-10-03Fix leaked file descriptorkazu
2017-10-03test_parser_events.rb: backref_assign_errornobu
2017-10-02test_call.rb: refine test_safe_callnobu
2017-10-02compile.c: fix stack consitency errornobu
2017-10-02io.c: check null charnobu
2017-10-02test_argf.rb: indent here docsnobu
2017-10-01test_refinement.rb: test for r59946nobu
2017-09-30eval.c: check typenobu
2017-09-30test_find.rb: improve branch coveragektsj
2017-09-30string.c: fix ASCII-only on succnobu
2017-09-29test_etc.rb: fix test_getgrnam for duplicated group namessonots
2017-09-29string.c: ASCII-incompatible is not ASCII onlynobu
2017-09-29pack.c: unpack "M" may be ASCII onlynobu
2017-09-29array.c: improve operations on small arraysnobu
2017-09-28test_dln.rb: fix path separator on MinGWshirosaki
2017-09-28Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse
2017-09-28URI::Generic: Separate no_proxy handlingnaruse
2017-09-28test_io_console.rb: flushnobu
2017-09-27complex.c: no overflownobu
2017-09-27complex.c: no overflownobu
2017-09-26Make retries for Net::HTTP configurable [Feature #10674]naruse
2017-09-26Suppress warnings by other than self-assignmentsnobu
2017-09-26test_erb.rb: add test cases for uncovered methodsk0kubun
2017-09-26test_features.rb: fix unused variable warningk0kubun
2017-09-26test_drb.rb: removed extra spacesnobu
2017-09-25HTTPHeader#add_field should allow binary [Bug #13926]naruse
2017-09-25Time#at receives 3rd argument which specifies the unit of 2nd argument [Featu...naruse
2017-09-25test/ruby/test_iseq.rb: Skip test_safe_call_chain if Coverage is running.yui-knk
2017-09-24openssl: import e72d960db262rhe
2017-09-24test_gc.rb: relax criterionnobu
2017-09-24gem.rb: load rubygems.rbnobu
2017-09-24Removed ubygems.rb. rubygems.rb is always loaded now.hsbt
2017-09-24load.c: fix rb_load_protect conditionnobu
2017-09-23test/coverage/test_coverage.rb: Refactor coverage tests.mame
2017-09-23dup String#split return valuenobu
2017-09-23dup String#rpartition return valuenobu
2017-09-23dup String#partition return valuenobu
2017-09-23Enable to take branch coverages for safe method invocationsyui-knk
2017-09-22numeric.c: use NUM2DBLnobu
2017-09-21load.c: real path to loadnobu
2017-09-20process: block/unblock signals around forknormal
2017-09-20Add MonitorMinx#mon_locked? and #mon_owned? to check states of objectsshugo
2017-09-20ruby.c: paragraph mode by -00nobu
2017-09-19Alias Set#=== to #include?knu