summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-27* 2018-08-27svn
2018-08-27Merge psych-3.1.0.pre1.hsbt
2018-08-26test/ruby/test_io.rb (test_recycled_fd_close): Linux workaroundnormal
2018-08-26thread_sync.c: common wakeup_{one,all} implementationnormal
2018-08-26process.c: remove worthless waitpid_sys macronormal
2018-08-25test/io/wait/test_io_wait_uncommon.rb: relax /dev/random checknormal
2018-08-25thread_pthread.c (ubf_wakeup_thread): `th' is never NULLnormal
2018-08-25thread_pthread.c: main thread always gets hit by signalsnormal
2018-08-25* 2018-08-26svn
2018-08-25thread.c: quiet down -Wmaybe-uninitialized on gcc 7.[2-3]normal
2018-08-25hrtime.h: add documentationnormal
2018-08-25* properties.svn
2018-08-25thread.c: use rb_hrtime_t scalar for high-resolution time operationsnormal
2018-08-25drb: close graceful shutdown pipe before socketnormal
2018-08-25drb: simplify shutdown pipe close logicnormal
2018-08-24Add AIX guardsnaruse
2018-08-24test/ruby/test_io.rb (test_recycled_fd_close): use IO#read to avoid ppoll callnormal
2018-08-24* 2018-08-25svn
2018-08-24thread_pthread.c: use eventfd instead of pipe on Linuxnormal
2018-08-24ext/readline/extconf.rb: try using more readline APIsk0kubun
2018-08-23test/readline/test_readline.rb: fix readline testk0kubun
2018-08-23thread_pthread.c (ubf_timer_destroy): remove redundant getpid checknormal
2018-08-23* 2018-08-24svn
2018-08-23NEWS: add entries for rb_waitpid and timer-thread [ci skip]normal
2018-08-23iseq.c (rb_vm_encoded_insn_data_table_init): add a cast to build on clangmame
2018-08-23Mention `--enable=jit` instead of `--jit`kazu
2018-08-23iseq.c (rb_iseq_trace_set): refactoring by using encoded_insn_datamame
2018-08-23iseq.c: add a map from encoded insn to insn datamame
2018-08-23compile.c: drop unused arraynobu
2018-08-23compile.c: drop unused stringnobu
2018-08-23remove `const` warning.ko1
2018-08-23check trace flags at loading [Bug #14702]ko1
2018-08-22Also skip on AIXnaruse
2018-08-22compile.c: pop literal object in conditionnobu
2018-08-22* 2018-08-23svn
2018-08-22parse.y (arg_append): support NODE_ARGSCAT casemame
2018-08-22compile.c: remove tracecoverage instruction for line coveragemame
2018-08-22parse.y: remove coverage-related code fragmentsmame
2018-08-22node.h (rb_ast_t): move its field mark_ary to node_buffer_tmame
2018-08-22prototizednobu
2018-08-22common.mk: update "make help" so that "make check" now runs test-specmame
2018-08-22thread.c (rb_reset_coverages): remove coverage counters from all ISeqsmame
2018-08-22Avoid compiler depend errorkazu
2018-08-21Run specs against 2.3.7 to ensure version guards are correctly addederegon
2018-08-21Update to ruby/spec@dd828d6eregon
2018-08-21Update to ruby/mspec@269f9cderegon
2018-08-21Only run the spec on Linuxeregon
2018-08-21Revert r64483eregon
2018-08-21* 2018-08-22svn
2018-08-21AIX also timeouts the specnaruse