aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test_jit.rb: loosen debug log checkk0kubun2018-03-291-1/+1
* Use only CMDARG/COND _PUSH/POP for cmdarg/cond management.nobu2018-03-291-0/+8
* array.c: yield blockarg in collectnobu2018-03-291-0/+2
* pack.c: fix underflownobu2018-03-281-0/+3
* unixsocket.c: check NUL bytesnobu2018-03-281-0/+10
* Ignore file separator from tmpfile/tmpdir name.hsbt2018-03-282-1/+44
* dir.c: check NUL bytesnobu2018-03-281-0/+8
* adjust indents [ci skip]nobu2018-03-282-16/+17
* webrick: prevent response splitting and header injectionnormal2018-03-281-0/+22
* io.c: IO#write without args returns 0normal2018-03-281-0/+7
* webrick/httpproxy: stream request and response bodiesnormal2018-03-282-1/+103
* webrick: add test for Digest auth-intnormal2018-03-281-2/+88
* webrick/httprequest: use InputBufferSize for chunked requestsnormal2018-03-281-0/+33
* webrick/httprequest: raise correct exceptionnormal2018-03-281-0/+17
* webrick/httprequest: limit request headers sizenormal2018-03-281-0/+17
* test/webrick/test_filehandler.rb: stricter multipart range testnormal2018-03-281-0/+17
* webrick: use IO.copy_stream for single range responsenormal2018-03-281-10/+4
* win32/file.c: relative path with drive letternobu2018-03-281-0/+2
* thread_sync.c: avoid reaching across stacks of dead threadsnormal2018-03-272-0/+67
* Fix test errorkazu2018-03-261-1/+1
* Merge RDoc 6.0.3 from upstream.hsbt2018-03-2671-254/+882
* assertions for r62914nobu2018-03-251-2/+10
* vm_args.c: warn splat to varnobu2018-03-251-2/+10
* parse.y: k_else in bodystmtnobu2018-03-231-1/+1
* parse.y: else without rescuenobu2018-03-231-2/+1
* test_exception.rb: assertions with Exception.to_tty?nobu2018-03-221-4/+20
* set UTF-8 if given URI string is ASCIInaruse2018-03-221-0/+1
* error.c: full_message optionsnobu2018-03-221-0/+22
* fix each_grapheme_cluster's size [Bug #14363]naruse2018-03-221-3/+10
* Revert "each_grapheme_cluster shouldn't return size [Bug #14363]"naruse2018-03-221-3/+0
* each_grapheme_cluster shouldn't return size [Bug #14363]naruse2018-03-221-0/+3
* Docs and tests on URI.hierarchical?, URI.absolute?nobu2018-03-211-0/+18
* parse.y: terminator at continued linenobu2018-03-211-0/+12
* parse.y: unindent continued linenobu2018-03-211-0/+6
* test_iseq.rb: disable load_from_binarynobu2018-03-211-1/+1
* io.c: Methods of File should not invoke external commandsshugo2018-03-201-2/+2
* compile.c: fix ibf_load_codenobu2018-03-201-1/+2
* parse.y: mismatched indentations at middlenobu2018-03-191-0/+7
* compile.c: arg var indexnobu2018-03-191-0/+48
* IBF works only on x86 platforms nownobu2018-03-181-0/+1
* Remove unused variablesk0kubun2018-03-171-2/+2
* test_jit.rb: debug cc1 availabilityk0kubun2018-03-171-3/+10
* test_weakmap.rb: skip unstable assertionnobu2018-03-161-2/+2
* re.c: do not escape terminator in Regexp.unionnobu2018-03-161-0/+5
* test_iseq.rb: skip iseq with coveragenobu2018-03-161-1/+6
* compile.c: fix load_from_binarynobu2018-03-161-5/+4
* Revert r62617 "compile.c: fix load_from_binary"naruse2018-03-151-4/+5
* Introduce URI::File to handle file URI schemenaruse2018-03-151-0/+67
* string.c: split with blocknobu2018-03-151-0/+40
* test_array.rb (test_slice!): moved misplaced testnobu2018-03-152-1/+2