aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in: use ASMEXT in implicit rulesnobu2018-11-241-2/+2
* Add entries regarding Enumerator::Chain to NEWSknu2018-11-241-0/+20
* Implement Enumerator#+ and Enumerable#chain [Feature #15144]knu2018-11-242-1/+429
* io.c: wait on FD readability w/o GVL reacquisitionnormal2018-11-242-38/+47
* Add clean-srcsnobu2018-11-242-5/+31
* Make ext/etc/constdefs.h by srcs-extnobu2018-11-241-0/+7
* Fix argument order.samuel2018-11-241-17/+17
* Enable msys2 to check build status.samuel2018-11-241-1/+1
* Fix r65926 test_dir.rb for windows (tilde)k0kubun2018-11-241-1/+2
* add GraphemeBreakeTests.txt file to UNICODE_PROPERTY_FILES for downloadduerst2018-11-231-0/+1
* * expand tabs.svn2018-11-231-1/+1
* thread.c (rb_wait_for_single_fd): do not miss IO#close notificationsnormal2018-11-231-39/+46
* io.c (io_fd_check_closed): prioritize cross-thread "stream closed"normal2018-11-231-1/+2
* * 2018-11-24svn2018-11-231-1/+1
* io.c (fptr_finalize_flush): close race leading to EBADFnormal2018-11-231-4/+13
* Ignore more DLEXT files [ci skip]nobu2018-11-231-0/+3
* proc.c: [DOC] refine proc-compistion examples [ci skip]nobu2018-11-231-17/+13
* test/ruby/test_thread.rb: use safe navigation operator.kazu2018-11-231-5/+6
* prepare for Unicode 11.0.0 updateduerst2018-11-231-4/+3
* split each assert_nothing_raisednobu2018-11-231-3/+7
* io.c: revalidate fptr->fd after rb_io_wait_readablenormal2018-11-221-3/+13
* * 2018-11-23svn2018-11-221-1/+1
* socket: disable nonblocking-by-default on win32normal2018-11-223-7/+23
* mjit.c: avoid running copy job handler after ISeq GCk0kubun2018-11-222-14/+15
* Wait accept is ready also on Solarisnaruse2018-11-221-1/+1
* Use File.expand_path("~username") instead of ENV["HOME"]naruse2018-11-221-2/+1
* ext/socket/init.c (rsock_socket0): non-blocking for non-SOCK_NONBLOCKnormal2018-11-221-0/+1
* * expand tabs.svn2018-11-221-1/+1
* Revert r63030nobu2018-11-222-2/+4
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-2214-46/+139
* configure.ac: support 32-bit builds on x86-64 systemsnormal2018-11-221-1/+5
* Enable refinements at Object#respond_to?nobu2018-11-224-14/+44
* Enable refinements to public_send.nobu2018-11-224-3/+64
* mjit_archflag.sh: fix bare word in the headernobu2018-11-221-1/+1
* .gitignore: add mjit_build_dir.c [ci skip]kazu2018-11-221-0/+1
* .gitignore: add .time under coroutine [ci skip]kazu2018-11-221-0/+1
* .gitignore: revert r65834 partially [ci skip]kazu2018-11-221-0/+4
* Proc#<< and Proc#>>nobu2018-11-224-35/+120
* proc.c: Support any callable when composing Procsnobu2018-11-223-19/+34
* proc.c: Implement Method#* for Method compositionnobu2018-11-222-0/+59
* proc.c: Implement Proc#* for Proc compositionnobu2018-11-222-0/+105
* Revert "test_gem_remote_fetcher.rb: give up testing MJIT here"k0kubun2018-11-221-4/+0
* Use VirtualAlloc/VirtualProtect/VirtualFree for windows stack allocation.samuel2018-11-221-53/+63
* * configure.ac: On AIX, LDFLAGS must be after -L../.. in TRY_LINK,odaira2018-11-211-2/+2
* * 2018-11-22svn2018-11-211-1/+1
* errno.h must be included after config.h because config.h might defineodaira2018-11-212-2/+2
* test_gem_remote_fetcher.rb: give up testing MJIT herek0kubun2018-11-211-0/+4
* Merge master branch from rubygems/rubygems upstream.hsbt2018-11-21247-1363/+1290
* Get rid of variable modifiers of BSD makenobu2018-11-211-2/+2
* Makefile.in: get rid of `local` for Solaris shnobu2018-11-212-1/+1