summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2019-02-01Revert r66968usa
2019-01-31merge revision(s) 64589,64593: [Backport #15041]usa
2018-08-27merge revision(s) 64007,64019,64020: [Backport #14929]usa
2018-03-25merge revision(s) 62673: [Backport #14577]nagachika
2018-03-10merge revision(s) 59963: [Backport #13163]nagachika
2017-08-05merge revision(s) 59462,59474: [Backport #13772]nagachika
2017-07-09merge revision(s) 59030,59031: [Backport #13638]nagachika
2017-07-08merge revision(s) 58284,58812,59028: [Backport #13632]nagachika
2017-03-17merge revision(s) 57968,57969,57970: [Backport #13313]naruse
2017-03-13merge revision(s) 57948,57950: [Backport #13304]naruse
2017-03-12merge revision(s) 57595: [Backport #8996]naruse
2017-03-11merge revision(s) 57477,57478,57479: [Backport #12405]naruse
2017-03-11merge revision(s) 57422: [Backport #13158]naruse
2017-03-11merge revision(s) 57199,57202,57206,57224: [Backport #13076]naruse
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
2015-09-18thread.c: suppress warnings only if GCC6+nobu
2015-09-08io.c: no wait when killednobu
2015-09-06thread.c: suppress warningsnobu