summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-30thread_pthread.c (gvl_yield): do ubf wakeups when uncontendednormal
2018-07-30* 2018-07-31svn
2018-07-30thread_pthread.c: revert r64123nobu
2018-07-30thread_pthread.h (native_thread_data): split condvars on some platformsnormal
2018-07-30thread_pthread.c: remove duplicate definenobu
2018-07-30fix typo(#2), sorry!shyouhei
2018-07-30fix typo; sorry!shyouhei
2018-07-30bootstraptest/runner.rb: speed up assert_finish with IO.select (take #2)normal
2018-07-30move #pragma out of functionsshyouhei
2018-07-30reduce copy & pasteshyouhei
2018-07-30process.c (waitpid_nogvl): prevent conflicting use of sleep_condnormal
2018-07-30thread_pthread.c (rb_sigwait_sleep): th may be 0 from MJITnormal
2018-07-30thread*.c: waiting on sigwait_fd performs periodic ubf wakeupsnormal
2018-07-30thread_pthread.c (gvl_destroy): make no-op on GVL bitsnormal
2018-07-30thread_pthread.c (rb_sigwait_sleep): fix uninitialized poll set in UBF casenormal
2018-07-30non-constant aggregate initializer is a C99ismshyouhei
2018-07-30thread_pthread.c (rb_sigwait_sleep): re-fix [Bug #5343] hardernormal
2018-07-30thread.c: move ppoll wrapper into thread_pthread.cnormal
2018-07-29thread.c: move ppoll wrapper before thread_pthread.cnormal
2018-07-29thread_pthread.c (ubf_select): refix [Bug #5343]normal
2018-07-29thread_pthread: remove timer-thread by restructuring GVLnormal
2018-07-29* 2018-07-30svn
2018-07-29test/ruby/test_process.rb (test_wait_and_sigchld): improve reliabilitynormal
2018-07-29common.mk: install for test-all iff load-relative is disablednobu
2018-07-29common.mk: test-all requires install for nowk0kubun
2018-07-29thread_pthread.c: clear altstacks in thread cache at GVL destructionnormal
2018-07-29reduce LibreSSL warningsnobu
2018-07-29mjit.c: keep unit->o_file on --jit-save-tempsk0kubun
2018-07-29test_jit.rb: skip known test failure on MinGWk0kubun
2018-07-29test_jit.rb: use the appropiate namek0kubun
2018-07-29mjit.c: disable compaction on empty queue w/ --jit-waitk0kubun
2018-07-29repack structsnobu
2018-07-29mkexports.rb: flip-flopnobu
2018-07-28mjit.c: introduce JIT compaction [experimental]k0kubun
2018-07-28* 2018-07-29svn
2018-07-28win32.c: limit write size on consolenobu
2018-07-28test_function.rb: fix messagesnobu
2018-07-28make-snapshot: fetch from the official git sitenobu
2018-07-28Fix filename in comment [ci skip]kazu
2018-07-28use https:// instead of http://kazu
2018-07-28fix range check for Hangul jamo trailers in Unicode normalizationduerst
2018-07-28always run unicode normalization that do not depend on data fileduerst
2018-07-28update unicode data files directory for normalization testsduerst
2018-07-28use https:// instead of git:// when possiblenormal
2018-07-28thread.c (blocking_region_end): clear ubf before unregister_ubf_listnormal
2018-07-27mjit.c: clean up unit link from iseqk0kubun
2018-07-27Include Hash#size in the examplestenderlove
2018-07-27* 2018-07-28svn
2018-07-27Escape debug output in InvalidURIError exceptions.tenderlove
2018-07-27eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"mame