index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thread.c
Age
Commit message (
Expand
)
Author
2018-01-18
rb_threadptr_to_kill marked as NORETURN
shyouhei
2018-01-17
Fix typos.
hsbt
2018-01-12
thread.c (thread_cleanup_func): document small leak
normal
2018-01-09
thread.c: threadptr_pending_interrupt_active_p is static
normal
2018-01-09
Include ruby/{io,encoding}.h before internal.h
kazu
2018-01-09
Rename code_range to code_location
mame
2018-01-02
explicit cast to void* required for %p
shyouhei
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-28
Fix KeyError#{key,receiver} of Thread#fetch
kazu
2017-12-20
compile.c: add a RUBY_EVENT_COVERAGE_LINE event for line coverage
mame
2017-12-17
thread.c: adjusted [ci skip]
nobu
2017-12-17
thread.c: fix overly long Thread#join w/ timeout
normal
2017-12-17
thread.c: hoist out timeval arithmetic functions
normal
2017-12-15
thread.c: fix deadlock
nobu
2017-12-15
thread.c: debug messages
nobu
2017-12-14
The main Thread should have report_on_exception=true for consistency
eregon
2017-12-13
Document how to deal with output created by Thread.report_on_exception.
eregon
2017-12-12
Set Thread.report_on_exception=true by default to report exceptions in Threads
eregon
2017-12-06
vm_core.h (RUBY_EVENT_COVERAGE_BRANCH): renamed
mame
2017-12-06
thread.c (update_branch_coverage): renamed from `update_coverage`
mame
2017-12-06
thread.c (update_line_coverage): Use RUBY_EVENT_LINE
mame
2017-12-06
remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.
ko1
2017-12-05
vm_core.h (rb_iseq_locatoin_t): add a field `code_range`
mame
2017-12-05
Revamp method coverage to support define_method
mame
2017-11-23
thread.c: Update documents
yui-knk
2017-11-16
make funcs static.
ko1
2017-11-15
remove rb_thread_t::event_hooks.
ko1
2017-11-15
thread.c: use ec
nobu
2017-11-07
Symptomatic treatment for `rb_thread_terminate_all` freeze
mame
2017-11-07
th->ec: rb_threadptr_setup_exception
ko1
2017-11-07
rename to rb_ec_set_raised().
ko1
2017-11-07
th->ec: rb_threadptr_reset_raised()
ko1
2017-11-06
move rb_thread_t::interrupt_flag and mask
ko1
2017-11-06
renmae ec::fiber to ec::fiber_ptr.
ko1
2017-10-29
`rb_ec_error_print()`.
ko1
2017-10-29
EXEC_EVENT_HOOK(ec, ...)
ko1
2017-10-28
`th` -> `ec` for backtrace functions.
ko1
2017-10-27
`th` -> `ec` for block related functions.
ko1
2017-10-26
replace `GET_THREAD()->ec` to `GET_EC()`.
ko1
2017-10-26
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
common conversion functions
nobu
2017-10-23
Drop to support NaCl platform.
hsbt
2017-09-25
thread.c: Use 'Class.new' instead of 'Class::new' in doc codes.
sonots
2017-09-19
thread.c: report then abort
nobu
2017-09-18
thread.c: Clear an array for method coverage
yui-knk
2017-09-14
Add method coverage
mame
2017-09-14
Add branch coverage for if statement
mame
2017-09-14
Add a new instruction `trace2` for hooking with custom data
mame
2017-09-10
move th->machine to ec->machine.
ko1
[next]