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
2015-03-03
thread.c: volatile inside EXEC_TAG
nobu
2015-01-28
thread.c: micro-optimize thread create/join
normal
2015-01-28
* thread.c: Improve documentation for Thread#value
hsbt
2015-01-23
hash.c: move Hash specific functions
nobu
2014-12-29
thread.c: fix dynamic symbol keys
nobu
2014-12-24
* hash.c (rb_hash_delete): return Qnil if there are no corresponding
ko1
2014-12-21
thread.c: no allocation during GC
nobu
2014-12-10
thread.c: use the same method name
nobu
2014-12-09
thread.c: get rid of invalid ID symbol
nobu
2014-12-06
thread.c (do_select): rename parameters to avoid shadowing
normal
2014-12-01
use 0 for reserved
nobu
2014-11-27
* vm_core.h: add rb_thread_t::local_storage_recursive_hash
ko1
2014-11-18
* internal.h: Gather declarations in non-header files.
akr
2014-10-10
thread.c: fix for older gcc
nobu
2014-10-10
ruby/ruby.h: eliminate disabled function call
nobu
2014-10-07
normalize reference to Timeout::Error
normal
2014-09-21
* thread_pthread.c (native_set_thread_name): New function to
akr
2014-09-11
* vm.c (rb_vm_register_special_exception): make new function to
ko1
2014-07-30
thread.c, vm_method.c: avoid inadvertent pin-down
nobu
2014-07-30
thread.c: fix indent
nobu
2014-07-20
thread.c: use RUBY_VM_CHECK_INTS
nobu
2014-07-09
* parse.y: change Symbol <-> ID relationship to avoid
ko1
2014-06-13
* vm_trace.c: clear and restore recursive checking thread local data
ko1
2014-06-11
thread.c: fix for non-scalar pthread_t
nobu
2014-06-11
thread_pthread.c: timer thread flag
nobu
2014-06-11
thread.c: fix thread ID format
nobu
2014-05-31
* thread.c (rb_thread_atfork_internal): My compiler complains
shyouhei
2014-05-29
* vm_trace.c, vm.c, thread.c: get rid of (maybe false positive) warnings about
usa
2014-05-28
vm.c: remove rb_vm_living_threads_foreach function
normal
2014-05-26
thread.c: inspect location
nobu
2014-05-26
thread.c: preserve encoding
nobu
2014-05-14
* ext/openssl/depend: remove dependency from internal headers.
ko1
2014-05-10
vm*: doubly-linked list from ccan to manage vm->living_threads
normal
2014-05-10
thread.c: always deliver signal immediately
nobu
2014-05-10
thread.c: stop if forked in a sub-thread
nobu
2014-03-26
* parse.y: support Symbol GC. [ruby-trunk Feature #9634]
nari
2014-02-27
adjust indent and style
nobu
2014-02-26
* thread.c: [DOC] Typo in comment for _FORTIFY_SOURCE [Fixes GH-548]
zzak
2014-02-14
* include/ruby/intern.h,
akr
2014-01-28
vm_core.h: rb_thread_struct::machine
nobu
2013-12-13
thread.c: reduce tags and stack
nobu
2013-12-06
thread.c: compare_by_id
nobu
2013-11-29
ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST
nobu
2013-11-29
ruby/ruby.h: add blockarg to rb_block_call_func
nobu
2013-11-16
* thread_pthread.c (thread_create_core): Ditto.
akr
2013-11-09
* thread.c: [DOC] Remove duplicate reference
zzak
2013-10-31
* thread.c (rb_mutex_struct): reduce rb_mutex_t size by 8 bytes
kosaki
2013-10-29
* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use
ko1
2013-10-24
* thread.c (rb_thread_terminate_all): add a comment why we need
kosaki
2013-10-24
* thread.c (rb_thread_terminate_all): add a comment why infinite
kosaki
[next]