aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid GCing dead stack after switching away from a fibersamuel2018-12-012-0/+11
* tool/downloader.rb: retry Net::OpenTimeoutk0kubun2018-12-011-1/+1
* Revert "Collapse putobject, putobject, newarray"tenderlove2018-12-011-47/+0
* * 2018-12-01svn2018-11-301-2/+2
* * expand tabs.svn2018-11-301-30/+30
* Collapse putobject, putobject, newarraytenderlove2018-11-301-0/+47
* test/ruby/test_io.rb (test_recycled_fd_close): remove hacksnormal2018-11-301-11/+0
* Added words in the comment at r65088 [ci skip]nobu2018-11-301-2/+2
* Update source code URI in bundled_gems [ci skip]nobu2018-11-301-4/+4
* test/testunit/test_parallel.rb: respect subprocess timeout scalenormal2018-11-301-1/+2
* vm_trace.c: workqueue as thread-safe version of postponed_jobnormal2018-11-305-20/+67
* io.c: fix clang -Werror,-Wshorten-64-to-32 on Linux sendfilenormal2018-11-291-1/+1
* io.c: fix clang -Werror,-Wshorten-64-to-32 errorsnormal2018-11-291-5/+5
* * expand tabs.svn2018-11-291-3/+3
* io.c: favor comparisons against zero rather than -1normal2018-11-291-99/+102
* Use a shared array for the `duparray` instructiontenderlove2018-11-291-1/+1
* * 2018-11-30svn2018-11-291-1/+1
* disable non-blocking pipes and sockets by defaultnormal2018-11-295-8/+10
* Remove unused variable in example code [ci skip]kazu2018-11-291-1/+0
* clear dst Hash on Hash#replace. [Bug #15358]ko12018-11-292-10/+29
* Create empty revision.h when srcdir is write-only [ci skip]nobu2018-11-291-1/+2
* Always try to update revision.h with GNU makenobu2018-11-292-1/+5
* Revert "using_spec.rb: skip broken test for MinGW for now"k0kubun2018-11-291-9/+7
* use __builtin_setjmp on mingw64 [Bug #15348].ko12018-11-291-1/+1
* Remove HEAP_ALIGN_LOG setting in configure.ac for OpenBSD/MirOSshyouhei2018-11-292-30/+0
* .travis.yml: cache unicode.org filesshyouhei2018-11-292-5/+9
* .travis.yml: fix YAML parse errorshyouhei2018-11-291-1/+3
* * 2018-11-29svn2018-11-291-1/+1
* time.rb: Move documents and stop othersnobu2018-11-291-73/+101
* Executable scripts have been moved to libexec [ci skip]nobu2018-11-281-2/+2
* time.c: rescue find_timezone when loadingnobu2018-11-282-3/+52
* Try with TZInfo and Timezone gemsnobu2018-11-283-1/+45
* Time.at in: tznobu2018-11-282-8/+14
* Timezone at Time.atnobu2018-11-282-2/+29
* Try Time.find_timezone to convert name to timezonenobu2018-11-282-28/+74
* Try Time.find_timezone to loadnobu2018-11-282-2/+18
* remove two unnecessary variables (np2 and np3)duerst2018-11-281-4/+0
* eliminate intermediate variable in very short block (3 times)duerst2018-11-281-12/+3
* use create_sequence_node() four more timesduerst2018-11-281-78/+59
* Get rid of block-less Proc.newnobu2018-11-281-1/+2
* Remove useless backslashnobu2018-11-281-1/+1
* test_settracefunc (test_tracepoint_enable_with_target_line): less fragilenormal2018-11-281-1/+2
* Regenerated binstubs of bundler, rdoc and irb.hsbt2018-11-285-25/+25
* Merge rubygems upstream from https://github.com/rubygems/rubygems/commit/2c49...hsbt2018-11-2811-78/+119
* Merge stringio.gemspec from github repository.hsbt2018-11-281-3/+4
* use create_sequence_node() once moreduerst2018-11-281-19/+9
* using_spec.rb: skip broken test for MinGW for nowk0kubun2018-11-281-7/+9
* lib/monitor.rb: avoid race conditions by Thread.handle_interruptshugo2018-11-282-7/+33
* io.c (rb_update_max_fd): use F_GETFL if possiblenormal2018-11-281-2/+10
* Fix for coroutine/win32/Context.objnobu2018-11-282-2/+3