aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* compile.c: align IBF dumped datanobu2018-04-081-1/+0
* test/ruby/test_iseq.rb: hexdump to diffnobu2018-04-071-2/+11
* Use assert_includenobu2018-04-071-3/+3
* Use assert_operator instead of assertkazu2018-04-061-3/+3
* compile.c: fix positions encodenobu2018-04-051-5/+24
* * test/test_tempfile.rb (test_{new,create}_traversal_dir): should not assume `t`usa2018-04-041-2/+2
* test/test_tempfile.rb: close a file object created by Tempfile.createmame2018-04-041-1/+3
* bignum.c: Bignum#fdiv avoids double division when divisor is bignummame2018-04-041-0/+1
* rexml: Fix a XPath bug of /child::node()kou2018-04-041-10/+17
* use Queue for inter-thread synchronization.ko12018-04-041-2/+3
* rexml: Fix a XPath bug of @attribute/parentkou2018-04-041-5/+5
* test_fiber.rb: fix test_create_fiber_in_new_threadnobu2018-04-031-3/+3
* Fix typonobu2018-04-031-1/+1
* rexml: Fix a XPath bug of name(node-set)kou2018-04-031-17/+25
* adjust indent [ci skip]nobu2018-04-031-1/+1
* repatch r62966 and r62969.ko12018-04-033-2/+105
* Fix Fiber with Thread issue on Windows [Bug #14642]ko12018-04-031-0/+9
* adjust indent [ci skip]nobu2018-04-031-1/+1
* Revert r62966 and r62969naruse2018-04-033-105/+2
* proc.c: fix segfault when no singleton classnobu2018-04-031-0/+3
* Fix Kernel#singleton_method with Module#Prependnobu2018-04-031-0/+10
* error.c: prepend "warning: " alwaysnobu2018-04-021-0/+1
* Start re-enabling Jaxen testskou2018-04-011-94/+92
* test_time_tz.rb: Lisbon tzdata fixnobu2018-04-011-0/+1
* test_time_tz.rb: Kiritimati tzdata fixnobu2018-04-011-0/+9
* test_time_tz.rb: Kiritimati tzdata fixnobu2018-04-011-3/+14
* test/lib/leakchecker.rb: Add check_verbosekazu2018-03-311-0/+6
* test_jit.rb: loosen CC check conditionk0kubun2018-03-301-1/+1
* compile.c: do not dump unused callinfosnobu2018-03-301-0/+11
* 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