summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2017-03-14Fiber also has same issue. [Bug #13313]ko1
2017-03-14thread.c: Thread.start with Symbolnobu
2017-03-14thread.c: thread_do_startnobu
2017-03-13thread.c: rb_thread_fd_close [ci skip]nobu
2017-03-13thread.c: rb_thread_fd_close no longer returnsnobu
2017-03-13thread.c: rb_thread_fd_close [ci skip]nobu
2017-02-22Thread#fetchnobu
2017-02-15thread.c: fix for VCnobu
2017-02-14initialize variablesnobu
2017-02-13thread.c: use ASSUME only on gcc 5 or laternobu
2017-02-13suppress warningsnobu
2017-02-10check thread deadness correctly.ko1
2017-01-31define rb_thread_sleep_deadly_allow_spurious_wakeup().ko1
2017-01-31use TRUE/FALSE.ko1
2017-01-25io.c: close before waitnobu
2017-01-10thread.c: fix todonobu
2016-12-27thread.c: fix race between read and closenobu
2016-12-20proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnumrhe
2016-12-07Add clang volatile fixes from FreeBSD and NetBSD.shugo
2016-11-29thread.c: fix doc of abort_on_exception [ci skip]nobu
2016-11-05* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj
2016-10-06thread.c: check coverage valuesnobu
2016-09-16 * internal.h (WARN_UNUSED_RESULT): moved to configure.in, toshyouhei
2016-09-09thread.c: set cause by Thread#raisenobu
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-07-09* thread.c: Fixed implicit conversion error with Apple clang-800.0.31hsbt
2016-07-08* thread.c (rb_wait_for_single_fd): Clean up fds.revents every timengoto
2016-06-15thread.c: fix thread_id formattingnobu
2016-06-13* thread.c (debug_deadlock_check): show thread lock dependency andnaruse
2016-06-06Thread.report_on_exceptionnobu
2016-05-18* thread.c (recursive_list_access): a object id may be a Bignum. so,usa
2016-05-09thread.c: GET_THREAD once in rb_thread_atforknobu
2016-05-09thread.c: clear atfork functionsnobu
2016-05-08* configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.naruse
2016-05-05use TH_JUMP_TAGnobu
2016-04-15thread.c: defer setting name in initializenobu
2016-04-15thread.c: must be initialized to set namenobu
2016-04-06* ext/coverage/coverage.c: Fully reset coverage to not persist global state.eregon
2016-03-31* thread.c (update_coverage): Do not track coverage in loaded fileseregon
2016-03-10thread.c: check type of coveragenobu
2016-01-07thread.c: interrupt queue on uninitialized threadnobu
2015-12-09* *.c (*_memsize): do not check ptr.ko1
2015-12-04thread.c: name must be ascii-compatiblenobu
2015-12-03configure.in: split SET_THREAD_NAMEnobu
2015-12-02thread.c: rb_thread_setname on OS Xnobu
2015-12-02* iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro.ko1
2015-12-01thread.c: reset namenobu
2015-12-01thread.c: check name argumentnobu
2015-11-30* thread_pthread.c (register_ubf_list): renamed fromkosaki
2015-11-07thread.c (rb_cThreadShield): make staticnormal