summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-06thread_pthread.c: restore timer-thread for now :<normal
2018-08-06Ignore native extension of Date library when syncing gemification files.hsbt
2018-08-06process.c: ensure th->interrupt lock is held when migratingnormal
2018-08-05process.c (rb_waitpid): reduce sigwait_fd bouncingnormal
2018-08-05test/ruby/test_thread.rb (test_thread_timer_and_interrupt): add timeoutsnormal
2018-08-05* 2018-08-06svn
2018-08-05thread_pthread: stop trying to deal with cancellationnormal
2018-08-05mjit.c: use -Tc flag explicitlyk0kubun
2018-08-05test/ruby/test_process.rb (test_wait_and_sigchld): allow extra SIGCHLDnormal
2018-08-05thread_pthread.c (native_sleep): reduce ppoll sleepsnormal
2018-08-05mjit.c: link precompiled objectk0kubun
2018-08-05mjit.c: reorder functions to reduce #ifdef branchesk0kubun
2018-08-05mjit.c: include prebuilt precompiled headerk0kubun
2018-08-05mjit.c: initialize prebuilt precompiled headerk0kubun
2018-08-04win32/Makefile.sub: build precompiled headerk0kubun
2018-08-04test/ruby/test_io.rb (test_select_leak): speedup and reduce memory usenormal
2018-08-04test/ruby/test_thread.rb (test_thread_interrupt_for_killed_thread): conserve ...normal
2018-08-04thread.c (consume_communication_pipe): do not retry after short readnormal
2018-08-04test/ruby/test_io.rb (test_race_gets_and_close): timeout each threadnormal
2018-08-04* 2018-08-05svn
2018-08-04common.mk: stop building MJIT min header for mswink0kubun
2018-08-03spec/ruby/library/socket/socket/getaddrinfo_spec.rb: avoid nonsensical lookupnormal
2018-08-03Update to ruby/spec@9be7c7eeregon
2018-08-03Update to ruby/mspec@072849eeregon
2018-08-03encoding.c (rb_enc_get_index): return -1 for non-encoding capable objectseregon
2018-08-03ext/json/parser/parser.c: do not call rb_str_resize() on Time objecteregon
2018-08-03* 2018-08-04svn
2018-08-03Fix missed update of parser source in r62429eregon
2018-08-03Revert "encoding.c (rb_enc_get_index): return -1 for non-encoding capable obj...eregon
2018-08-03encoding.c (rb_enc_get_index): return -1 for non-encoding capable objectseregon
2018-08-03encoding.c (enc_set_index): raise instead of rb_bug() for non-encoding capabl...eregon
2018-08-03random.c: fix fallback valuenobu
2018-08-03random.c: use rb_check_funcallnobu
2018-08-03random.c: moved domain errornobu
2018-08-03ast.c: allocator of Nodenobu
2018-08-03random.c: endless range randomnobu
2018-08-03thread_pthread.c: add a macro guard for PTHREAD_CANCEL_ENABLEmame
2018-08-02thread_pthread.c (gvl_acquire_common): persist timeout across callsnormal
2018-08-02* 2018-08-03svn
2018-08-02test_jit.rb: split the test concernk0kubun
2018-08-02mjit.c: skip compaction on MinGWk0kubun
2018-08-02mjit.c: don't apply workaround if --enable-load-relativek0kubun
2018-08-02mjit.c: suppress warnings by -Wunused-valuek0kubun
2018-08-02thread_win32.c: suppress warnings by -Wsuggest-attributek0kubun
2018-08-02* 2018-08-02svn
2018-08-02test/socket/test_socket.rb (test_timestampns): retry sendnormal
2018-08-01move atomic logic from mjit.c from ruby_atomic.hshyouhei
2018-08-01(cosmetic) add blank lines for better readabilityshyouhei
2018-07-31[DOC] Added CI build status for Japanese docsnobu
2018-07-31Add same comment to thwait.gemspec like other gemspec at r64145kazu