| Commit message (Expand) | Author | Age | Files | Lines |
* | thread_pthread.c (native_thread_create) [__SYMBIAN32__]: reduced pthread stac... | azav | 2009-02-06 | 1 | -2/+6 |
* | * thread.c (rb_thread_execute_interrupts): needs | nobu | 2009-01-19 | 1 | -2/+0 |
* | * signal.c (rb_signal_buff_size): defined for check whether signal | naruse | 2009-01-01 | 1 | -4/+9 |
* | * compile.c (iseq_compile_each), gc.c (assign_heap_slot), | nobu | 2008-12-09 | 1 | -3/+3 |
* | * gc.c (ruby_stack_check): no check if using sigaltstack. | nobu | 2008-11-27 | 1 | -0/+104 |
* | * thread_pthread.c (thread_timer): checks working flags again. | nobu | 2008-11-08 | 1 | -4/+9 |
* | * thread_pthread.c (rb_thread_create_timer_thread): do not wait never | nobu | 2008-11-07 | 1 | -2/+3 |
* | * thread_pthread.c (native_cond_timedwait): returns error code. | nobu | 2008-11-07 | 1 | -4/+4 |
* | * thread_pthread.c (thread_timer, rb_thread_create_timer_thread): | nobu | 2008-11-07 | 1 | -9/+27 |
* | * thread_pthread.c (thread_timer): fixed typo. | nobu | 2008-11-07 | 1 | -1/+1 |
* | * thread_pthread.c (thread_timer): initializes mutex each time. | nobu | 2008-11-07 | 1 | -1/+2 |
* | * thread.c (thread_timer): pthread_cond_timedwait returns ETIMEDOUT | nobu | 2008-11-06 | 1 | -1/+1 |
* | * thread_pthread.c (thread_timer): uses pthread_cond_timedwait always | nobu | 2008-11-06 | 1 | -27/+0 |
* | * thread.c (thread_timer): uses timedwait on cygwin. | nobu | 2008-11-06 | 1 | -4/+42 |
* | * thread.c (rb_thread_stop_timer_thread): terminates timer thread | nobu | 2008-11-06 | 1 | -14/+18 |
* | * thread.c, vm_core.h: add manual priority support | ko1 | 2008-08-13 | 1 | -0/+5 |
* | * configure.in (shutdown, sched_yield, pthread_attr_setinheritsched): | nobu | 2008-08-08 | 1 | -4/+4 |
* | * eval_intern.h: Add support to Haiku. see [ruby-core:18110] | naruse | 2008-08-06 | 1 | -0/+6 |
* | * thread.c (thread_start_func_2): wake up joining threads. | nobu | 2008-07-16 | 1 | -14/+1 |
* | * thread.c (sleep_forever): wait until timed out. [ruby-core:17270] | nobu | 2008-07-09 | 1 | -15/+2 |
* | * thread_{pthread,win32}.c (native_sleep): wait until timed out. | nobu | 2008-07-09 | 1 | -2/+15 |
* | * thread_{pthread,win32}.c (rb_thread_create_timer_thread): needs more | nobu | 2008-07-09 | 1 | -1/+2 |
* | * thread_pthread.c (ruby_init_stack): prior STACK_END_ADDRESS if | nobu | 2008-07-06 | 1 | -0/+8 |
* | * thread.c (thread_initialize): NUM2INT() returns int. | nobu | 2008-07-05 | 1 | -3/+2 |
* | * thread_pthread.c (native_thread_init_stack): suppress warnings. | nobu | 2008-06-17 | 1 | -2/+4 |
* | * gc.h (STACK_UPPER): moved from gc.c | nobu | 2008-06-14 | 1 | -3/+84 |
* | * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: add | mame | 2008-06-12 | 1 | -3/+11 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -2/+2 |
* | * vm_core.h (struct rb_unblock_callback), thread.c | nobu | 2008-05-30 | 1 | -4/+4 |
* | * thread_pthread.c (native_thread_apply_priority): | ko1 | 2008-05-19 | 1 | -4/+4 |
* | Kernel#.sleep used never to sleep on Mac OS X. Fixed it and added error checks. | yugui | 2008-05-17 | 1 | -1/+6 |
* | * io.c (copy_stream_func): suppress warnings. | nobu | 2008-04-20 | 1 | -0/+6 |
* | * thread_pthread.c (native_sleep): sleep_cond is initialized at | nobu | 2008-04-10 | 1 | -1/+0 |
* | * thread.c (thread_cleanup_func): ignore errors from destroying mutex | nobu | 2008-01-18 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | unused variable removed. | akr | 2008-01-05 | 1 | -1/+0 |
* | * thread_pthread.c (native_sleep): timespec tv_sec may overflow on | matz | 2007-12-31 | 1 | -1/+1 |
* | * thread_pthread.c, thread_pthread.h, thread_win32.c, | ko1 | 2007-12-25 | 1 | -10/+23 |
* | * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(), | ko1 | 2007-12-25 | 1 | -7/+9 |
* | * gc.h: extern variable should not be initialized. | ko1 | 2007-12-21 | 1 | -1/+1 |
* | * thread_pthread.c (native_thread_apply_priority): check | ko1 | 2007-12-20 | 1 | -0/+4 |
* | * common.mk, *.ci: renamed to *.c. | ko1 | 2007-12-20 | 1 | -0/+581 |