summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-12Math.gamma(Float::INFINITY) should return +INFusa
2017-05-12On LLP64 platform (mswin64), the return value of String#hash is fixnum.usa
2017-05-12Skip specs which make non-socket fd nonblocking on Windowsusa
2017-05-12Support bulding the extension on Windowsusa
2017-05-12It seems that MSVCRT accepts negative time_tusa
2017-05-12net/imap: Revert read_tiemout in r58549.shugo
2017-05-12unistd.h is only available when HAVE_UNISTD_H is 1usa
2017-05-12Skip the spec which uses `fork` on Windowsusa
2017-05-12The title of "Desktop" may be localizedusa
2017-05-12Skip on Windows because it always failsusa
2017-05-12remove code old versionsnobu
2017-05-12gc.c: checks of sizesnobu
2017-05-12gc.c: objspace_malloc_fixupnobu
2017-05-12spec has been merged, then should run it in loveusa
2017-05-12Support building exts of spec on mswinusa
2017-05-12vm.c: free by ruby_xfreenobu
2017-05-11string.c: docs for String#matchstomar
2017-05-11string.c: docs for Symbolstomar
2017-05-11* 2017-05-12svn
2017-05-11string.c: docs for Symbol#{match,match?}stomar
2017-05-11gc.c: skip unnecessary checknobu
2017-05-11gc.c: use the argument objspacenobu
2017-05-11net/imap: Net::IMAP#disconnect need not do anything if already disconnectedshugo
2017-05-11process.c: fix error checknobu
2017-05-10fix up r57167nobu
2017-05-10pass as exceptionnaruse
2017-05-10.nobu
2017-05-10process.c: temporary string for buffernobu
2017-05-10Show garbages if requiring gem_runner is failednaruse
2017-05-10* 2017-05-11svn
2017-05-10lib/uri/generic.rb: fix typosstomar
2017-05-10Use environment values to find ruby and flags instead of an argumenteregon
2017-05-10Use ruby_cmd instead of the RUBY_EXE constant in specseregon
2017-05-10gc.c: check of size in ruby_sized_xreallocnobu
2017-05-10Use the Mutex to know whether we entered the signal handler in Process#kill s...eregon
2017-05-10Process.getpgrp and Process.setsid must be available for Process#kill group s...eregon
2017-05-10Use #system directly with multiple arguments in Process#kill specseregon
2017-05-10confirm current process equals to gemhome's pidnaruse
2017-05-10test_exception.rb: test_machine_stackoverflow_by_tracenobu
2017-05-10adjust styles [ci skip]nobu
2017-05-10math.c (ruby_lgamma_r): reduce duplicate codenobu
2017-05-09test/thread: relax internal implementation check in error messagenormal
2017-05-09date_core.c: fix docs for %Z formatstomar
2017-05-09dump stub specifications if nilnaruse
2017-05-09parse.y: brace after literal argnobu
2017-05-09parse.y: do after cmdarg in parennobu
2017-05-09* 2017-05-10svn
2017-05-09test_syntax.rb: test_brace_after_local_variablenobu
2017-05-09string.c: fix r58618nobu
2017-05-09replace hand-written argument check by call to rb_scan_args in unicode_normal...duerst