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
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
2017-09-03
Refactor the internal data format for coverage measurement
mame
2017-08-26
thread_win32.c: set thread name
nobu
2017-08-10
rename rb_execution_context_t::stack(_size) to vm_stack(_size).
ko1
2017-08-10
Define Thread#to_s (as Thread#inspect) and make alias `inspect` as `to_s`.
ko1
2017-08-02
release VM stack properly.
ko1
2017-06-28
move fields to ec.
ko1
2017-06-28
move fields to ec.
ko1
2017-06-28
introduce rb_thread_ptr() to replace GetThreadPtr().
ko1
2017-06-28
move storages to ec.
ko1
2017-06-26
move several fields from rb_thread_t to rb_execution_context_t.
ko1
2017-06-23
rb_catch_protect() accepts enum ruby_tag_type *.
ko1
2017-06-23
thread.c: suppress warning
nobu
2017-06-23
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-12
remove rb_blocking_region_buffer::oldubf.
ko1
2017-06-12
remove ruby_kill() introduced for [Bug #7951].
ko1
2017-06-09
thread_pthread.c: workaround for valgrind on Mac
nobu
2017-06-09
thread.c: workaround for valgrind on Mac OS X
nobu
2017-06-07
thread.c: avoid busy looping on rb_thread_fd_close
normal
2017-06-06
IO#close: do not enqueue redundant interrupts (take #2)
normal
2017-06-06
re-revert r59020
ko1
2017-06-06
revert r59023 because it contans unrelated developping code
ko1
2017-06-06
revert r59020 because it may fail some tests sometimes on some environment (h...
ko1
2017-06-06
IO#close: do not enqueue redundant interrupts
normal
2017-05-31
Improve performance of implicit type conversion
watson1978
2017-05-27
rb_wait_for_single_fd: do not OOM or segfault with invalid FD on select()
normal
2017-05-20
speed up IO#close with many threads
normal
2017-05-13
thread_win32.c: disable currently unused functions
nobu
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-05-08
reduce rb_mutex_t size from 160 to 80 bytes on 64-bit
normal
2017-05-07
vm_core.h (rb_thread_t): use 32-bit running_time_us
normal
2017-05-01
thread.c: suppress warnings [ci skip]
nobu
2017-04-24
Get rid of unnecessary GCC extension
nobu
2017-04-21
vm_dump.c: non-scalar thread_id
nobu
2017-04-17
eval.c: copy special exceptions before raise
nobu
2017-04-17
vm_insnhelper.c: rb_threadptr_stack_overflow
nobu
2017-04-17
vm_backtrace.c: backtrace functions per threads
nobu
2017-04-14
disable rewind hooks.
ko1
2017-04-13
thread.c: disable VM events when stack overflow
nobu
2017-04-12
thread.c: during GC for thread
nobu
2017-04-09
thread.c: refine stream closed message
nobu
2017-04-09
vm_core.h: ruby_error_stream_closed
nobu
2017-04-02
thread.c: comments on M:N threading [ci skip]
normal
2017-03-14
Fiber also has same issue. [Bug #13313]
ko1
[next]