| Commit message (Expand) | Author | Age | Files | Lines |
* | thread.c, vm_method.c: avoid inadvertent pin-down | nobu | 2014-07-30 | 1 | -1/+1 |
* | thread.c: fix indent | nobu | 2014-07-30 | 1 | -2/+0 |
* | thread.c: use RUBY_VM_CHECK_INTS | nobu | 2014-07-20 | 1 | -3/+1 |
* | * parse.y: change Symbol <-> ID relationship to avoid | ko1 | 2014-07-09 | 1 | -4/+4 |
* | * vm_trace.c: clear and restore recursive checking thread local data | ko1 | 2014-06-13 | 1 | -16/+42 |
* | thread.c: fix for non-scalar pthread_t | nobu | 2014-06-11 | 1 | -9/+47 |
* | thread_pthread.c: timer thread flag | nobu | 2014-06-11 | 1 | -1/+1 |
* | thread.c: fix thread ID format | nobu | 2014-06-11 | 1 | -1/+1 |
* | * thread.c (rb_thread_atfork_internal): My compiler complains | shyouhei | 2014-05-31 | 1 | -1/+1 |
* | * vm_trace.c, vm.c, thread.c: get rid of (maybe false positive) warnings about | usa | 2014-05-29 | 1 | -6/+6 |
* | vm.c: remove rb_vm_living_threads_foreach function | normal | 2014-05-28 | 1 | -114/+92 |
* | thread.c: inspect location | nobu | 2014-05-26 | 1 | -1/+13 |
* | thread.c: preserve encoding | nobu | 2014-05-26 | 1 | -2/+2 |
* | * ext/openssl/depend: remove dependency from internal headers. | ko1 | 2014-05-14 | 1 | -0/+1 |
* | vm*: doubly-linked list from ccan to manage vm->living_threads | normal | 2014-05-10 | 1 | -56/+30 |
* | thread.c: always deliver signal immediately | nobu | 2014-05-10 | 1 | -6/+3 |
* | thread.c: stop if forked in a sub-thread | nobu | 2014-05-10 | 1 | -0/+3 |
* | * parse.y: support Symbol GC. [ruby-trunk Feature #9634] | nari | 2014-03-26 | 1 | -4/+4 |
* | adjust indent and style | nobu | 2014-02-27 | 1 | -2/+4 |
* | * thread.c: [DOC] Typo in comment for _FORTIFY_SOURCE [Fixes GH-548] | zzak | 2014-02-26 | 1 | -1/+1 |
* | * include/ruby/intern.h, | akr | 2014-02-14 | 1 | -121/+1 |
* | vm_core.h: rb_thread_struct::machine | nobu | 2014-01-28 | 1 | -7/+7 |
* | thread.c: reduce tags and stack | nobu | 2013-12-13 | 1 | -15/+15 |
* | thread.c: compare_by_id | nobu | 2013-12-06 | 1 | -2/+12 |
* | ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST | nobu | 2013-11-29 | 1 | -1/+1 |
* | ruby/ruby.h: add blockarg to rb_block_call_func | nobu | 2013-11-29 | 1 | -2/+3 |
* | * thread_pthread.c (thread_create_core): Ditto. | akr | 2013-11-16 | 1 | -1/+1 |
* | * thread.c: [DOC] Remove duplicate reference | zzak | 2013-11-09 | 1 | -2/+0 |
* | * thread.c (rb_mutex_struct): reduce rb_mutex_t size by 8 bytes | kosaki | 2013-10-31 | 1 | -1/+1 |
* | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 | 2013-10-29 | 1 | -0/+3 |
* | * thread.c (rb_thread_terminate_all): add a comment why we need | kosaki | 2013-10-24 | 1 | -0/+5 |
* | * thread.c (rb_thread_terminate_all): add a comment why infinite | kosaki | 2013-10-24 | 1 | -0/+4 |
* | * vm_trace.c: exterminate Zombies. | ko1 | 2013-10-22 | 1 | -4/+4 |
* | vm_trace.c: fix infinite hook | nobu | 2013-10-10 | 1 | -17/+21 |
* | compar.c: fail if recursion | nobu | 2013-10-09 | 1 | -0/+12 |
* | thread.c: fix some mutexes remaining locked after forking | nobu | 2013-10-05 | 1 | -6/+26 |
* | * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR(). | ko1 | 2013-09-25 | 1 | -3/+3 |
* | * thread.c (rb_mutex_unlock): Mutex#unlock no longer raise | kosaki | 2013-09-10 | 1 | -5/+0 |
* | * common.mk: use RUNRUBY instead of MINIRUBY because MINIRUBY can't | glass | 2013-09-06 | 1 | -1/+1 |
* | * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb: | ktsj | 2013-08-18 | 1 | -25/+0 |
* | * thread.c (rb_threadptr_pending_interrupt_check_mask): | ko1 | 2013-08-08 | 1 | -2/+2 |
* | * thread.c (thread_start_func_2): use RARRAY_RAWPTR() instead of | ko1 | 2013-08-07 | 1 | -1/+1 |
* | * thread_(pthread|win32).h: rename rb_thread_cond_t to | ko1 | 2013-07-23 | 1 | -1/+1 |
* | * thread_native.h: added. | ko1 | 2013-07-23 | 1 | -5/+17 |
* | * thread.c (mutex_sleep): [DOC] Awake thread will reacquire lock | zzak | 2013-07-15 | 1 | -0/+3 |
* | internal.h: use built-in encoding indexes | nobu | 2013-07-02 | 1 | -1/+1 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -8/+0 |
* | * include/ruby/ruby.h, gc.c, vm_trace.c: add internal events. | ko1 | 2013-05-27 | 1 | -1/+1 |
* | * include/ruby/debug.h, vm_trace.c: add rb_postponed_job API. | ko1 | 2013-05-26 | 1 | -4/+4 |
* | * hash.c (rb_hash_tbl_raw), internal.h: added. | ko1 | 2013-05-26 | 1 | -1/+1 |