summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-27hijack SIGCHLD handler for internal usenormal
2018-06-27Revert "bootstraptest/runner: speed up assert_finish by avoiding sleep"mame
2018-06-27refactor move logics out of insns.defshyouhei
2018-06-27move function declarations from insns.def to internal.hshyouhei
2018-06-26bootstraptest/runner: speed up assert_finish by avoiding sleepnormal
2018-06-26* 2018-06-27svn
2018-06-26test: skip 2 major unstable tests with MJITk0kubun
2018-06-25mjit_compile.inc.erb: drop unnecessary variablek0kubun
2018-06-25test_range.rb: add tests to improve coveragewatson1978
2018-06-25increase body sizenaruse
2018-06-25mjit.c: hide path search error behind verbose()normal
2018-06-25comma at the end of enum is a C99ismshyouhei
2018-06-25mjit.c: avoid signed pointer comparisons (fix for 32-bit)normal
2018-06-25mjit.c: set PIC flags on clang for FreeBSD and glibcnormal
2018-06-25mjit.c: avoid execvp PATH lookup in vfork-ed childnormal
2018-06-24* 2018-06-25svn
2018-06-24UNIXSocket#recv_io: trigger GC when out of FDsnormal
2018-06-24process.c (ruby_fork_ruby): fix race in signal handlingnormal
2018-06-24test_process.rb: skip tests for Bug 14867k0kubun
2018-06-24process.c (after_fork_ruby): make it a proper functionnormal
2018-06-24test/net/http/test_httpresponse.rb: add testcases for net/httpresponsemame
2018-06-24lib/prime.rb: remove unused methodsmame
2018-06-24* 2018-06-24svn
2018-06-24test/test_prime.rb: add testcases of prime librarymame
2018-06-23mjit.c: disable calling JIT-ed codek0kubun
2018-06-23gc.c (ruby_mimmalloc): add initialize code for USE_GC_MALLOC_OBJ_INFO_DETAILStarui
2018-06-23mjit.c: unify the variable name with method namek0kubun
2018-06-23spec: skip Process wait specs on MJITk0kubun
2018-06-23mjit.c: initial cygwin supportk0kubun
2018-06-23[DOC] Add call signature for {Array,Hash}#any?ktsj
2018-06-23test/ruby/test_settracefunc.rb: fix NoMethodErrorktsj
2018-06-23vm.c: fix infinite loopktsj
2018-06-23vm.c: fix typo in function namektsj
2018-06-23* 2018-06-23svn
2018-06-23thread_pthread.c (native_sleep): do not clear unblock.argnormal
2018-06-22remove debug printnaruse
2018-06-22check net.core.wmem_default and max instead of tcpnaruse
2018-06-22show net.ipv4.tcp_wmem to debug failure on travisnaruse
2018-06-22dir.c: define O_CLOEXEC for older systemsnormal
2018-06-22thread.c (sleep_timespec): avoid needless update w/o spuriuos checknormal
2018-06-22remove DISABLE_RUBYGEMS from config filesnobu
2018-06-22test/ruby/test_range.rb: add a test for endless range's min with comparisonmame
2018-06-22range.c: Range#last and #max raises a RangeError if it is endlessmame
2018-06-22range.c: Range#size now returns Float::INFINITY if it is endlessmame
2018-06-22range.c: Range#to_a now raises RangeError if it is endlessmame
2018-06-22vm_core.h (rb_vm_t): make sleeper non-volatilenormal
2018-06-22* 2018-06-22svn
2018-06-22thread_sync.c (rb_mutex_lock): fix deadlocknormal
2018-06-21mjit.c: RubyVM::MJIT.pause / RubyVM::MJIT.resumek0kubun
2018-06-20thread_pthread.c: fix non-sleepy timer-thread with forknormal