summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-24io.c: disable nonblocking-by-default on win32 pipesnormal
2018-11-24* 2018-11-25svn
2018-11-24* common.mk: revise r65767 because AIX's grep does not support -Aodaira
2018-11-24assertions for r65956nobu
2018-11-24remove guard against bug #15337, because it is fixedduerst
2018-11-24* expand tabs.svn
2018-11-24fix r65954; Keep taintynaruse
2018-11-24add tests using Unicode test data for grapheme clustersduerst
2018-11-24Don't use single byte optimization on grapheme clustersnaruse
2018-11-24Ensure stack is correctly protectedsamuel
2018-11-24Change Makefile rule for assembly to use .S rather than .ssamuel
2018-11-24Makefile.in: use ASMEXT in implicit rulesnobu
2018-11-24Add entries regarding Enumerator::Chain to NEWSknu
2018-11-24Implement Enumerator#+ and Enumerable#chain [Feature #15144]knu
2018-11-24io.c: wait on FD readability w/o GVL reacquisitionnormal
2018-11-24Add clean-srcsnobu
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