| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm_trace.c: add two methods: | ko1 | 2012-11-20 | 1 | -1/+1 |
* | revert r37730 | kosaki | 2012-11-20 | 1 | -133/+132 |
* | * thread.c (rb_thread_s_check_interrupt): removed redundant | kosaki | 2012-11-19 | 1 | -3/+3 |
* | * thread.c (rb_threadptr_async_errinfo_active_p): added a small | kosaki | 2012-11-19 | 1 | -3/+11 |
* | * thread.c, vm_core.h: big rename th to cur_th when works only | kosaki | 2012-11-19 | 1 | -132/+133 |
* | * thread.c (rb_thread_blocking_region_end): replaced GET_THREAD() | kosaki | 2012-11-19 | 1 | -1/+1 |
* | * thread.c (rb_threadptr_execute_interrupts) removed. | kosaki | 2012-11-19 | 1 | -12/+4 |
* | * prelude.rb: Moved Mutex#synchronize to | kosaki | 2012-11-19 | 1 | -0/+18 |
* | * thread.c: add `Thread#backtrace_locations' method. | ko1 | 2012-11-19 | 1 | -3/+10 |
* | * thread.c (rb_thread_call_without_gvl2): change the parameter of | ko1 | 2012-11-16 | 1 | -9/+9 |
* | suppress warning: 'val' may be used uninitialized in this function | naruse | 2012-11-01 | 1 | -1/+1 |
* | * thread.c (rb_thread_call_without_gvl2): Note that ubf() may or may | drbrain | 2012-10-31 | 1 | -4/+8 |
* | * thread.c (rb_thread_call_without_gvl2): Update documentation to | drbrain | 2012-10-31 | 1 | -64/+65 |
* | * thread.c: added Thread#thread_variable_(get|set), | tenderlove | 2012-10-29 | 1 | -1/+154 |
* | * thread.c (thread_raise_m): check interrupts after Thread#raise | ko1 | 2012-10-23 | 1 | -3/+9 |
* | Revert the last commit because some tests (in btest) fail | ko1 | 2012-10-23 | 1 | -4/+0 |
* | * thread.c (rb_threadptr_raise): check interrupts after | ko1 | 2012-10-23 | 1 | -0/+4 |
* | * thread.c (rb_threadptr_interrupt_mask): fix to check interrupt | ko1 | 2012-10-16 | 1 | -0/+2 |
* | * thread.c (rb_thread_aref): | zzak | 2012-10-06 | 1 | -2/+2 |
* | thread.c: static | nobu | 2012-09-10 | 1 | -1/+1 |
* | * thread.c (rb_mutex_lock): stop multiple threads use | kosaki | 2012-09-09 | 1 | -1/+15 |
* | vm_insnhelper.c: iclass as klass in cfp | nobu | 2012-08-20 | 1 | -1/+1 |
* | * vm_trace.c, vm_core.h: simplify tracing mechanism. | ko1 | 2012-08-16 | 1 | -2/+0 |
* | * vm_trace.c: separate trace_func related functions from | ko1 | 2012-08-15 | 1 | -555/+0 |
* | * thread.c (thread_create_core): hide th->async_errinfo_mask_stack from | nagachika | 2012-07-29 | 1 | -0/+1 |
* | * thread.c (Init_Thread): does not need to set klass | ktsj | 2012-07-29 | 1 | -1/+0 |
* | * thread.c (thread_create_core, Init_Thread): hide | nagachika | 2012-07-25 | 1 | -3/+4 |
* | * thread.c (rb_threadptr_execute_interrupts_common): increase | naruse | 2012-07-22 | 1 | -1/+1 |
* | * thread.c (rb_thread_s_control_interrupt, | ko1 | 2012-07-19 | 1 | -86/+385 |
* | thread.c: remove deprecated | nobu | 2012-07-19 | 1 | -6/+0 |
* | * thread.c (rb_thread_call_without_gvl2): added. | ko1 | 2012-07-18 | 1 | -15/+77 |
* | * thread.c: fix last commit miss. | ko1 | 2012-07-18 | 1 | -3/+0 |
* | * thread.c (rb_threadptr_async_errinfo_*): manage async errors queue. | ko1 | 2012-07-18 | 1 | -38/+105 |
* | rb_thread_call_without_gvl | nobu | 2012-07-10 | 1 | -9/+8 |
* | thread.c: unsigned | nobu | 2012-07-06 | 1 | -3/+3 |
* | ThreadShield: check waiting count | nobu | 2012-07-06 | 1 | -12/+21 |
* | * thread.c: fix typo. | nobu | 2012-07-05 | 1 | -2/+2 |
* | ThreadShield | nobu | 2012-07-05 | 1 | -39/+39 |
* | thread.c: fix rdoc | nobu | 2012-07-04 | 1 | -2/+3 |
* | * thread.c (rb_thread_aref): add explanation for why Thread#[] and | akr | 2012-07-02 | 1 | -0/+33 |
* | adjust style. | nobu | 2012-06-27 | 1 | -4/+7 |
* | * vm_core.h: remove lfp (local frame pointer) and rename | ko1 | 2012-06-11 | 1 | -2/+2 |
* | * thread.c (vm_living_thread_num): suppress a warning. | naruse | 2012-06-03 | 1 | -1/+1 |
* | use RB_TYPE_P() instead of comparison of TYPE() | nobu | 2012-05-23 | 1 | -1/+1 |
* | * thread.c, thread_pthread.c: Moved pthread-specific preprocessor | yugui | 2012-05-17 | 1 | -4/+0 |
* | Imports Ruby's port to NativeClient (a.k.a NaCl). | yugui | 2012-05-17 | 1 | -1/+9 |
* | Revert r35622. | naruse | 2012-05-11 | 1 | -1/+1 |
* | * thread.c (rb_threadptr_execute_interrupts_common): th->errinfo is | naruse | 2012-05-11 | 1 | -1/+1 |
* | * vm_core.h (rb_thread_t#yielding): add a field. | ko1 | 2012-04-28 | 1 | -7/+5 |
* | * thread.c (rb_threadptr_execute_interrupts_common): | naruse | 2012-04-26 | 1 | -0/+6 |