aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* refresh Gem at the end of `teardown`.ko12017-05-151-0/+1
* erb.rb: Use String#<< instead of #concatk0kubun2017-05-151-5/+5
* [DOC] File#path result can be inaccuratesorah2017-05-151-0/+3
* optional/capi: use LIBRUBYARG_SHAREDnobu2017-05-151-1/+3
* thread_spec.c: use rb_w32_pipenobu2017-05-151-0/+3
* io_spec.c: suppress unused-variable warningnobu2017-05-151-3/+3
* configure.in: negative time_t for mingwnobu2017-05-151-0/+1
* configure.in: remove dynamic option in LDSHAREDnobu2017-05-151-1/+1
* optional/capi: fix link on mingwnobu2017-05-151-2/+2
* default.mspec: ignore unavailable FDsnobu2017-05-151-0/+1
* Should call `ln_s` only when symlink is availableusa2017-05-151-5/+7
* test/socket/test_basicsocket.rb (socks): bind explicitly to localhostnormal2017-05-151-1/+1
* define RUBY_DEBUG_ENV only for main.cnobu2017-05-155-4/+14
* add information for debugging.ko12017-05-151-7/+26
* * 2017-05-15svn2017-05-151-1/+1
* refer flag variables regardless RUBY_DEBUG_ENVnobu2017-05-152-6/+1
* fix typonobu2017-05-141-1/+1
* * properties.svn2017-05-140-0/+0
* Update to ruby/spec@032022caeregon2017-05-1447-172/+254
* * properties.svn2017-05-140-0/+0
* Update to ruby/mspec@4b980493eregon2017-05-148-7/+255
* suppress a warning [ci skip]nobu2017-05-141-1/+1
* object.c: use a sized enumerator with #yield_selfnobu2017-05-142-2/+10
* Don't read non .rb file as a specnaruse2017-05-141-1/+1
* suppress warningnobu2017-05-141-0/+2
* exts.mk.tmpl: fix multiple rubiesnobu2017-05-141-0/+3
* tgamma on mingwnobu2017-05-141-0/+1
* string.c: cut down intermediate stringnobu2017-05-141-3/+30
* revert r58703 & r58705nobu2017-05-131-16/+2
* * 2017-05-14svn2017-05-131-1/+1
* The exception raised when exec/spawn unexecutable file on Windows is varioususa2017-05-132-4/+4
* string.c: fix up r58703nobu2017-05-131-2/+6
* remove wrong expectationnobu2017-05-131-1/+0
* string.c: cut down intermediate stringnobu2017-05-131-2/+12
* string.c: fix one-off bugnobu2017-05-131-1/+1
* make test-rubyspec-prechecknobu2017-05-131-1/+1
* test/net/imap: fix race condition in test_exception_during_idleshugo2017-05-131-4/+10
* thread_win32.c: disable currently unused functionsnobu2017-05-132-1/+5
* math.c: check argument to lgamma_rnobu2017-05-132-57/+4
* math.c: check argument to tgammanobu2017-05-132-2/+7
* autoload: always wait on loading threadnormal2017-05-121-0/+11
* `notepad.exe` does not always exist in `C:\Windows`usa2017-05-121-1/+1
* array.c: fix position in messagenobu2017-05-122-1/+7
* array.c: check position to insertnobu2017-05-122-1/+2
* show GEM_HOMEnaruse2017-05-121-2/+5
* fix tgamma for inifitynobu2017-05-123-16/+22
* * 2017-05-13svn2017-05-121-1/+1
* tgamma.c: unify versions with/without lgamma_rnobu2017-05-121-26/+10
* string.c: remove bare Unicode.nobu2017-05-121-3/+3
* Encoding.default_internal should affect ENV on Windows like other platformsusa2017-05-121-2/+9