aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* thread.c: class name encodingnobu2015-04-161-2/+2
* * eval_intern.h (THROW_DATA_P): use RB_TYPE_P() instead ofko12015-03-101-2/+2
* * thread.c (thread_join): Fixnum (except TAG_FATAL) andko12015-03-101-3/+8
* * thread.c: Mutex#owned? is no longer experimental since 2.1.0hsbt2015-03-071-1/+0
* thread.c: volatile inside EXEC_TAGnobu2015-03-031-4/+6
* thread.c: micro-optimize thread create/joinnormal2015-01-281-37/+21
* * thread.c: Improve documentation for Thread#valuehsbt2015-01-281-1/+5
* hash.c: move Hash specific functionsnobu2015-01-231-10/+2
* thread.c: fix dynamic symbol keysnobu2014-12-291-3/+1
* * hash.c (rb_hash_delete): return Qnil if there are no correspondingko12014-12-241-2/+2
* thread.c: no allocation during GCnobu2014-12-211-3/+4
* thread.c: use the same method namenobu2014-12-101-13/+16
* thread.c: get rid of invalid ID symbolnobu2014-12-091-1/+4
* thread.c (do_select): rename parameters to avoid shadowingnormal2014-12-061-18/+19
* use 0 for reservednobu2014-12-011-3/+3
* * vm_core.h: add rb_thread_t::local_storage_recursive_hashko12014-11-271-28/+40
* * internal.h: Gather declarations in non-header files.akr2014-11-181-2/+0
* thread.c: fix for older gccnobu2014-10-101-1/+1
* ruby/ruby.h: eliminate disabled function callnobu2014-10-101-0/+4
* normalize reference to Timeout::Errornormal2014-10-071-11/+11
* * thread_pthread.c (native_set_thread_name): New function toakr2014-09-211-11/+24
* * vm.c (rb_vm_register_special_exception): make new function toko12014-09-111-3/+1
* thread.c, vm_method.c: avoid inadvertent pin-downnobu2014-07-301-1/+1
* thread.c: fix indentnobu2014-07-301-2/+0
* thread.c: use RUBY_VM_CHECK_INTSnobu2014-07-201-3/+1
* * parse.y: change Symbol <-> ID relationship to avoidko12014-07-091-4/+4
* * vm_trace.c: clear and restore recursive checking thread local datako12014-06-131-16/+42
* thread.c: fix for non-scalar pthread_tnobu2014-06-111-9/+47
* thread_pthread.c: timer thread flagnobu2014-06-111-1/+1
* thread.c: fix thread ID formatnobu2014-06-111-1/+1
* * thread.c (rb_thread_atfork_internal): My compiler complainsshyouhei2014-05-311-1/+1
* * vm_trace.c, vm.c, thread.c: get rid of (maybe false positive) warnings aboutusa2014-05-291-6/+6
* vm.c: remove rb_vm_living_threads_foreach functionnormal2014-05-281-114/+92
* thread.c: inspect locationnobu2014-05-261-1/+13
* thread.c: preserve encodingnobu2014-05-261-2/+2
* * ext/openssl/depend: remove dependency from internal headers.ko12014-05-141-0/+1
* vm*: doubly-linked list from ccan to manage vm->living_threadsnormal2014-05-101-56/+30
* thread.c: always deliver signal immediatelynobu2014-05-101-6/+3
* thread.c: stop if forked in a sub-threadnobu2014-05-101-0/+3
* * parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari2014-03-261-4/+4
* adjust indent and stylenobu2014-02-271-2/+4
* * thread.c: [DOC] Typo in comment for _FORTIFY_SOURCE [Fixes GH-548]zzak2014-02-261-1/+1
* * include/ruby/intern.h,akr2014-02-141-121/+1
* vm_core.h: rb_thread_struct::machinenobu2014-01-281-7/+7
* thread.c: reduce tags and stacknobu2013-12-131-15/+15
* thread.c: compare_by_idnobu2013-12-061-2/+12
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-291-1/+1
* ruby/ruby.h: add blockarg to rb_block_call_funcnobu2013-11-291-2/+3
* * thread_pthread.c (thread_create_core): Ditto.akr2013-11-161-1/+1
* * thread.c: [DOC] Remove duplicate referencezzak2013-11-091-2/+0