summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-08-16Adding Enumerator::Lazy#uniq and Enumerator::Lazy#grep_v to proc chainingnobu
2018-08-16enumerator.c: id_lazy is no longer used since r38923nobu
2018-08-16apply r64239 to macOS toonobu
2018-08-15* 2018-08-16svn
2018-08-15test/ripper/test_parser_events.rb (test_block_variables): bump RLIMIT_AS againnormal
2018-08-15gmtimew_noleapsecond uses tables for mon and mday.akr
2018-08-15spec/ruby/optional/capi/ext/io_spec.c: guard unreachable codenobu
2018-08-15spec/ruby/optional/capi/ext/io_spec.c: guard unreachable codenobu
2018-08-15thread_pthread.c: hoist out do_gvl_timer and improve documentationnormal
2018-08-15vm_core.h (rb_thread_t): pack small fields togethernormal
2018-08-15thread_pthread.h (native_thread_data): split list_node between ubf and gvlnormal
2018-08-15test_function.rb: skip running testk0kubun
2018-08-15thread_pthread.c: rename rb_timer_* to ubf_timer_*normal
2018-08-15thread_pthread.c: rename timer_thread_pipe to signal_self_pipenormal
2018-08-15thread_pthread.c: additional UBF_TIMER == UBF_TIMER_PTHREAD guardsnormal
2018-08-15appveyor.yml: no MSYS path conversionnobu
2018-08-15test_readline.rb: skip teardown failurek0kubun
2018-08-15appveyor.yml: get rid of msys sh as possiblenobu
2018-08-15-Wsuggest-attribute=noreturn on io_spec_rb_io_wait_readablenobu
2018-08-15test_env.rb: change mingw branchk0kubun
2018-08-15skip tests failing on AppVeyor MinGWk0kubun
2018-08-14appveyor.yml: remove broken --name optionk0kubun
2018-08-14webrick/httpauth/htgroup.rb (flush): avoid unnecessary unlinknormal
2018-08-14Revert "test/lib/leakchecker.rb (find_tempfiles): don't warn for missing files"normal
2018-08-14Revert "thread_pthread.c: use UBF_TIMER_PTHREAD on Solaris"normal
2018-08-14* 2018-08-15svn
2018-08-14spec/ruby/optional/capi/io_spec.rb: fix fragile spec from unpredictable errnonormal
2018-08-14non-symbol keys in kwargsnobu
2018-08-14thread_pthread.c: use UBF_TIMER_PTHREAD on Solarisnormal
2018-08-14thread_pthread.c: use CLOCK_REALTIME on SunOS (Solaris)normal
2018-08-14test/fiddle/test_function.rb (test_nogvl_poll): stop timer hacknormal
2018-08-13thread_pthread (rb_timer_arm): ignore UBF_TIMER_POSIX state 2normal
2018-08-13thread_pthread: use POSIX timer or thread to get rid of racesnormal
2018-08-13thread_pthread.c: eliminate timer thread by restructuring GVLnormal
2018-08-13FreeBSD 11.0 lacks ELFCOMPRESS_ZLIBnaruse