| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | fix typos. Patch by k_takata. | ktsj | 2013-05-19 | 1 | -7/+7 |
* | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 | 2013-05-13 | 1 | -1/+1 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -9/+9 |
* | thread.c: id locals | nobu | 2013-05-02 | 1 | -4/+6 |
* | Add comments. | akr | 2013-04-29 | 1 | -0/+4 |
* | * thread.c: fix typos and documentation | eregon | 2013-04-27 | 1 | -23/+23 |
* | * internal.h (SIGNED_INTEGER_TYPE_P): New macro. | akr | 2013-04-27 | 1 | -4/+2 |
* | * thread.c (TIMEVAL_SEC_MAX, TIMEVAL_SEC_MIN): Consider environments, | akr | 2013-04-27 | 1 | -3/+13 |
* | thread.c: fix overflow on Windows | nobu | 2013-04-17 | 1 | -11/+12 |
* | * internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro. | akr | 2013-04-09 | 1 | -3/+10 |
* | Fix documentation by @jc00ke [fix GH-278] | hsbt | 2013-04-09 | 1 | -2/+2 |
* | thread.c: no allocate before deleting | nobu | 2013-04-05 | 1 | -3/+4 |
* | thread.c: avoid inadvertent symbol creation | nobu | 2013-04-04 | 1 | -7/+14 |
* | thread.c: error message | nobu | 2013-04-04 | 1 | -1/+1 |
* | thread.c: TYPEOF_TIMEVAL_TV_SEC | nobu | 2013-03-30 | 1 | -5/+16 |
* | timev.h: move time_t stuffs | nobu | 2013-03-30 | 1 | -0/+1 |
* | thread.c: format specifiers for time_t | nobu | 2013-03-30 | 1 | -3/+3 |
* | thread.c: Mutex#synchronize no block params | nobu | 2013-03-29 | 1 | -1/+1 |
* | * internal.h (TIMET_MAX_PLUS_ONE): Defined. | akr | 2013-03-26 | 1 | -8/+12 |
* | * internal.h: Define TIMET_MAX and TIMET_MIN here. | akr | 2013-03-26 | 1 | -3/+0 |
* | * thread.c (double2timeval): convert the infinity to TIME_MAX to avoid | akr | 2013-03-26 | 1 | -3/+9 |
* | thread.c: fix deadlock | nobu | 2013-03-21 | 1 | -2/+3 |
* | * thread.c (ruby_kill): added a few comments. | kosaki | 2013-03-19 | 1 | -0/+4 |
* | * thread.c (ruby_kill): release GVL while waiting signal delivered. | kosaki | 2013-03-19 | 1 | -0/+2 |
* | * ruby_kill (internal.h, thread.c): use rb_pid_t instead of pid_t. | usa | 2013-03-19 | 1 | -1/+1 |
* | * internal.h: added a declaration of ruby_kill(). | kosaki | 2013-03-19 | 1 | -0/+23 |
* | * thread.c: disabled _FORTIFY_SOURCE for avoid to hit glibc bug. | kosaki | 2013-03-16 | 1 | -0/+13 |
* | prefix global symbols | nobu | 2013-03-06 | 1 | -2/+2 |
* | * thread.c: rdoc formatting for Thread, ThreadGroup, and ThreadError | zzak | 2013-02-27 | 1 | -101/+128 |
* | * thread.c (rb_thread_wakeup): rdoc formatting | zzak | 2013-02-27 | 1 | -3/+5 |
* | thread.c (rb_thread_group): rdoc formatting | zzak | 2013-02-27 | 1 | -2/+2 |