aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows does not know Unix style timezoneusa2017-05-121-1/+3
* Math.gamma(Float::INFINITY) should return +INFusa2017-05-121-1/+1
* On LLP64 platform (mswin64), the return value of String#hash is fixnum.usa2017-05-121-3/+1
* Skip specs which make non-socket fd nonblocking on Windowsusa2017-05-121-18/+20
* Support bulding the extension on Windowsusa2017-05-121-3/+9
* It seems that MSVCRT accepts negative time_tusa2017-05-121-0/+1
* net/imap: Revert read_tiemout in r58549.shugo2017-05-121-31/+3
* unistd.h is only available when HAVE_UNISTD_H is 1usa2017-05-121-0/+2
* Skip the spec which uses `fork` on Windowsusa2017-05-121-14/+16
* The title of "Desktop" may be localizedusa2017-05-121-1/+1
* Skip on Windows because it always failsusa2017-05-121-7/+9
* remove code old versionsnobu2017-05-121-6/+2
* gc.c: checks of sizesnobu2017-05-121-24/+9
* gc.c: objspace_malloc_fixupnobu2017-05-121-4/+3
* spec has been merged, then should run it in loveusa2017-05-121-1/+1
* Support building exts of spec on mswinusa2017-05-121-10/+22
* vm.c: free by ruby_xfreenobu2017-05-121-1/+1
* string.c: docs for String#matchstomar2017-05-111-0/+1
* string.c: docs for Symbolstomar2017-05-111-5/+7
* * 2017-05-12svn2017-05-111-1/+1
* string.c: docs for Symbol#{match,match?}stomar2017-05-111-4/+4
* gc.c: skip unnecessary checknobu2017-05-111-1/+1
* gc.c: use the argument objspacenobu2017-05-111-1/+1
* net/imap: Net::IMAP#disconnect need not do anything if already disconnectedshugo2017-05-112-0/+28
* process.c: fix error checknobu2017-05-111-20/+8