summaryrefslogtreecommitdiff
path: root/thread_pthread.ci
AgeCommit message (Expand)Author
2007-08-18* thread.c (is_ruby_native_thread): check properly. [ruby-dev:31166]nobu
2007-08-10* thread.c (thread_create_core): inherit the priority of creatingnobu
2007-08-10* thread_pthread.ci (native_thread_apply_priority): set actuallynobu
2007-07-12* blockinlining.c: remove "yarv" prefix.ko1
2007-07-12* thread.c (thread_join): pthread_t may not be pointer.nobu
2007-07-12* thread_pthread.ci (thread_start_func_2): not use a directive insidenobu
2007-06-14fix previous change.akr
2007-06-14* eval_load.c (Init_load): delay allocating an array for rb_load_pathakr
2007-06-05* compile.c: fixed indentation.nobu
2007-06-05* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu
2007-05-30* thread_pthread.ci (thread_timer): must not be applied to trunk.nobu
2007-05-29* eval.c (thread_timer): timer thread should not receive any signals.nobu
2007-04-12* thread.c (mutex_try_lock): check and set owner thread.ko1
2007-04-10 * thread_pthread.ci (native_thread_create): initialize sleep_cond.usa
2007-03-08* compile.c: iseq_compile -> rb_iseq_compile.aamine
2007-02-24* intern.h (rb_thread_blocking_region): add prototype.nobu
2007-02-23* thread_pthread.ci (native_mutex_lock): do not callshugo
2007-02-19just a minor changetadf
2007-02-14* thread_pthread.ci (native_thread_create): adjust 4KB (page size)ko1
2007-02-14* thread_pthread.ci (native_thread_create): adjust 4KB (page size)ko1
2007-02-08* thread.c, thread_pthread.ci, thread_win32.ci (thread_start_func_1):ko1
2007-02-08* yarvcore.h, thread.c: fix to use pthread on cygwin.ko1
2007-02-08* blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko1
2007-02-07* this commit is a result of refactoring. only renaming functions,ko1
2007-02-06* blockinlining.c, compile.c, compile.h, error.c, eval.c,ko1
2007-01-07* thread.c (rb_thread_stop_timer_thread(), rb_thread_reset_timer_thread(),ko1
2007-01-05 * thread_pthread.ci (native_sleep): fix tv_nsec overflow.gotoyuzo
2007-01-04* thread_pthread.ci : fix last changes around PTHREAD_STACK_MIN.ko1
2007-01-04 * thread_pthread.ci : fix to skip using PTHREAD_STACK_MIN.ko1
2006-12-31 * Merge YARVko1