aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge rubygems master(ddbf3203f3857649abe95c73edefc7de7e6ecff4).hsbt2017-10-202-6/+18
* Overwrite destination symlink file if `remove_destination` is set.hsbt2017-10-201-2/+19
* Make Time.parse respect timezone offset secondsnobu2017-10-201-0/+7
* ruby.c: reject NUL in $0nobu2017-10-191-0/+7
* freeze Complex and Rationalnobu2017-10-192-8/+0
* parse.y: indent at '#'nobu2017-10-192-0/+28
* lexer.rb: no dedent strings in middlenobu2017-10-191-0/+19
* parse.y: serial comparisonsnobu2017-10-181-0/+8
* Fix the leak in `TestRDocGeneratorDarkfish#test_generated_method_with_html_ta...mame2017-10-171-0/+1
* test_complex.rb: NaN Complexnobu2017-10-161-0/+6
* envutil.rb: precommand in invoke_ruby [ci skip]nobu2017-10-151-2/+2
* error.c: infinite recursion at Warning#warnnobu2017-10-131-0/+14
* webrick: do not hang acceptor on slow TLS connectionsnormal2017-10-121-0/+27
* Removed unnecessary gem locking for avoiding test warnings.hsbt2017-10-121-6/+0
* revert a part of r60163.ko12017-10-111-1/+0
* check a thread on TracePoint.ko12017-10-111-0/+3
* socket.c: null byte at Socket.getnameinfonobu2017-10-111-0/+2
* process.c: null byte at initgroupsnobu2017-10-111-0/+8
* parse.y: token info with BOMnobu2017-10-111-0/+11
* io.c: encoding of ARGF.inplace_modenobu2017-10-102-1/+24
* io.c: path name conversion at ARGFnobu2017-10-101-0/+28
* Removed obsoleted test for RubyToken.hsbt2017-10-101-20/+0
* Merge rdoc-6.0.0.beta3.hsbt2017-10-106-19/+122
* Remove unused test files related `$SAFE>=2`kazu2017-10-093-87/+1
* Remove unnecessary `require 'thread'`kazu2017-10-0816-22/+1
* parse.y: fix a typonobu2017-10-081-0/+14
* * remove trailing spaces, append newline at EOF.svn2017-10-084-13/+13
* Merge rubygems master.hsbt2017-10-0841-116/+967
* zlib.c: memory leak in gunzipnobu2017-10-061-0/+8
* proc.c: super_method of included methodnobu2017-10-061-0/+10
* 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