summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-18thread.c (sleep_*): check interrupt before changing th->statusnormal
2018-08-18Revert r64441eregon
2018-08-18Temporary revert "process.c: dead code when no SIGCHLD"naruse
2018-08-18NEWS: quote false [ci skip]nobu
2018-08-18NEWS: converted to Markdown [ci skip]nobu
2018-08-18thread.c (sleep_*): reduce the effect of spurious interruptsnormal
2018-08-18[DOC] Fix indent [ci skip]kazu
2018-08-18thread_sync.c (rb_mutex_synchronize): only unlock if we own the mutexnormal
2018-08-18Revert "thread_sync.c (do_sleep): avoid thread-switch/interrupt check"normal
2018-08-18thread_sync.c (do_sleep): avoid thread-switch/interrupt checknormal
2018-08-18Suppress read of ~/.irbrckazu
2018-08-18test/ruby/test_system.rb: suppress prompt and echo on Windowsnobu
2018-08-18test/lib/zombie_hunter.rb: enable zombie hunter for MJITk0kubun
2018-08-18test_function.rb: try running test_nogvl_poll againk0kubun
2018-08-18tool/downloader.rb: retry 500 from GitHubk0kubun
2018-08-18mjit_worker.c: revert r64322 and r64323k0kubun
2018-08-17* 2018-08-18svn
2018-08-17Guard spec failing on Solariseregon
2018-08-17Add guard for Solaris in Socket#connect_nonblock speceregon
2018-08-17Guard connect_nonblock spec on FreeBSDeregon
2018-08-17Guard with a :pktinfo feature specs relying on PKTINFOeregon
2018-08-17Re-add specseregon
2018-08-17Add a note how to run specs under older Ruby versionseregon
2018-08-17Fix typo in version guarderegon
2018-08-17Add version guards for Enumerator::ArithmeticSequenceeregon
2018-08-17spec/README.md: add a note about version guardseregon
2018-08-17Integrate new specs for ConditionVariable#wait to prevent regressionseregon
2018-08-17NEWS: clarify that we still use FD_CLOEXEC [ci skip]normal
2018-08-17process.c: dead code when no SIGCHLDnobu
2018-08-17[DOC] Add ticket number [ci skip]kazu
2018-08-17[DOC] Update NEWS about close_others [ci skip]kazu
2018-08-17vm.c: add a simple rdoc for RubyVMmame
2018-08-17thread_pthread.c (rb_sigwait_fd_get): skip getpid checknormal
2018-08-17signal.c: no SIGCHLD, no sigchld_hitnobu
2018-08-17ast.c (rb_ast_node_type): return frozen stringsnobu
2018-08-17passing non-stdio fds is not supported on Windowsnobu
2018-08-16process.c: defaults to close_others falsenormal
2018-08-16thread_sync.c (rb_mutex_lock): acquire lock before being killednormal
2018-08-16Makefile.sub: remove -DRUBY_EXPORT overridden by -U optionnobu
2018-08-16* 2018-08-17svn
2018-08-16appveyor.yml: run on all branchesnobu
2018-08-16Remove outdated comment [ci skip]kazu
2018-08-16skip examples failing on solarisnaruse
2018-08-16configure.ac: LIBPATHENV on macOSnobu
2018-08-16Makefile.in: dependencies to config.statusnobu
2018-08-16thread.c (consume_communication_pipe): disarm UBF_TIMER before consumenormal
2018-08-16thread_pthread.c: reduce ubf_timer arming for non-signal wakeupsnormal
2018-08-16thread_pthread.c: check signals from gvl.timernormal
2018-08-16test/net/imap/test_imap.rb (test_exception_during_idle): kill infinite loopernormal
2018-08-16* properties.svn