aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * thread.c (rb_mutex_struct): reduce rb_mutex_t size by 8 byteskosaki2013-10-311-1/+1
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+3
* * thread.c (rb_thread_terminate_all): add a comment why we needkosaki2013-10-241-0/+5
* * thread.c (rb_thread_terminate_all): add a comment why infinitekosaki2013-10-241-0/+4
* * vm_trace.c: exterminate Zombies.ko12013-10-221-4/+4
* vm_trace.c: fix infinite hooknobu2013-10-101-17/+21
* compar.c: fail if recursionnobu2013-10-091-0/+12
* thread.c: fix some mutexes remaining locked after forkingnobu2013-10-051-6/+26
* * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko12013-09-251-3/+3
* * thread.c (rb_mutex_unlock): Mutex#unlock no longer raisekosaki2013-09-101-5/+0
* * common.mk: use RUNRUBY instead of MINIRUBY because MINIRUBY can'tglass2013-09-061-1/+1
* * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:ktsj2013-08-181-25/+0
* * thread.c (rb_threadptr_pending_interrupt_check_mask):ko12013-08-081-2/+2
* * thread.c (thread_start_func_2): use RARRAY_RAWPTR() instead ofko12013-08-071-1/+1
* * thread_(pthread|win32).h: rename rb_thread_cond_t toko12013-07-231-1/+1
* * thread_native.h: added.ko12013-07-231-5/+17