summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-24Make ext/etc/constdefs.h by srcs-extnobu
2018-11-24Fix argument order.samuel
2018-11-24Enable msys2 to check build status.samuel
2018-11-24Fix r65926 test_dir.rb for windows (tilde)k0kubun
2018-11-23add GraphemeBreakeTests.txt file to UNICODE_PROPERTY_FILES for downloadduerst
2018-11-23* expand tabs.svn
2018-11-23thread.c (rb_wait_for_single_fd): do not miss IO#close notificationsnormal
2018-11-23io.c (io_fd_check_closed): prioritize cross-thread "stream closed"normal
2018-11-23* 2018-11-24svn
2018-11-23io.c (fptr_finalize_flush): close race leading to EBADFnormal
2018-11-23Ignore more DLEXT files [ci skip]nobu
2018-11-23proc.c: [DOC] refine proc-compistion examples [ci skip]nobu
2018-11-23test/ruby/test_thread.rb: use safe navigation operator.kazu
2018-11-23prepare for Unicode 11.0.0 updateduerst
2018-11-23split each assert_nothing_raisednobu
2018-11-22io.c: revalidate fptr->fd after rb_io_wait_readablenormal
2018-11-22* 2018-11-23svn
2018-11-22socket: disable nonblocking-by-default on win32normal
2018-11-22mjit.c: avoid running copy job handler after ISeq GCk0kubun
2018-11-22Wait accept is ready also on Solarisnaruse
2018-11-22Use File.expand_path("~username") instead of ENV["HOME"]naruse
2018-11-22ext/socket/init.c (rsock_socket0): non-blocking for non-SOCK_NONBLOCKnormal
2018-11-22* expand tabs.svn
2018-11-22Revert r63030nobu
2018-11-22io + socket: make pipes and sockets nonblocking by defaultnormal
2018-11-22configure.ac: support 32-bit builds on x86-64 systemsnormal
2018-11-22Enable refinements at Object#respond_to?nobu
2018-11-22Enable refinements to public_send.nobu
2018-11-22mjit_archflag.sh: fix bare word in the headernobu
2018-11-22.gitignore: add mjit_build_dir.c [ci skip]kazu
2018-11-22.gitignore: add .time under coroutine [ci skip]kazu
2018-11-22.gitignore: revert r65834 partially [ci skip]kazu
2018-11-22Proc#<< and Proc#>>nobu
2018-11-22proc.c: Support any callable when composing Procsnobu
2018-11-22proc.c: Implement Method#* for Method compositionnobu
2018-11-22proc.c: Implement Proc#* for Proc compositionnobu
2018-11-22Revert "test_gem_remote_fetcher.rb: give up testing MJIT here"k0kubun
2018-11-22Use VirtualAlloc/VirtualProtect/VirtualFree for windows stack allocation.samuel
2018-11-21* configure.ac: On AIX, LDFLAGS must be after -L../.. in TRY_LINK,odaira
2018-11-21* 2018-11-22svn
2018-11-21errno.h must be included after config.h because config.h might defineodaira
2018-11-21test_gem_remote_fetcher.rb: give up testing MJIT herek0kubun
2018-11-21Merge master branch from rubygems/rubygems upstream.hsbt
2018-11-21Get rid of variable modifiers of BSD makenobu
2018-11-21Makefile.in: get rid of `local` for Solaris shnobu
2018-11-21configure.ac: silence `command -v` outpoutnobu
2018-11-21char is not unsignedshyouhei
2018-11-21configure.ac: add --disable-fiber-coroutine optionnobu
2018-11-21configure.ac: gather preset variables on mingwnobu
2018-11-20Show function name based on dladdrnaruse