summaryrefslogtreecommitdiff
path: root/thread_pthread.c
AgeCommit message (Expand)Author
2008-07-16* thread.c (thread_start_func_2): wake up joining threads.nobu
2008-07-09* thread.c (sleep_forever): wait until timed out. [ruby-core:17270]nobu
2008-07-09* thread_{pthread,win32}.c (native_sleep): wait until timed out.nobu
2008-07-09* thread_{pthread,win32}.c (rb_thread_create_timer_thread): needs morenobu
2008-07-06* thread_pthread.c (ruby_init_stack): prior STACK_END_ADDRESS ifnobu
2008-07-05* thread.c (thread_initialize): NUM2INT() returns int.nobu
2008-06-17* thread_pthread.c (native_thread_init_stack): suppress warnings.nobu
2008-06-14* gc.h (STACK_UPPER): moved from gc.cnobu
2008-06-12* thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-05-30* vm_core.h (struct rb_unblock_callback), thread.cnobu
2008-05-19* thread_pthread.c (native_thread_apply_priority):ko1
2008-05-17Kernel#.sleep used never to sleep on Mac OS X. Fixed it and added error checks.yugui
2008-04-20* io.c (copy_stream_func): suppress warnings.nobu
2008-04-10* thread_pthread.c (native_sleep): sleep_cond is initialized atnobu
2008-01-18* thread.c (thread_cleanup_func): ignore errors from destroying mutexnobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-05unused variable removed.akr
2007-12-31* thread_pthread.c (native_sleep): timespec tv_sec may overflow onmatz
2007-12-25* thread_pthread.c, thread_pthread.h, thread_win32.c,ko1
2007-12-25* vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(),ko1
2007-12-21* gc.h: extern variable should not be initialized.ko1
2007-12-20* thread_pthread.c (native_thread_apply_priority): checkko1
2007-12-20* common.mk, *.ci: renamed to *.c.ko1