aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.ci
Commit message (Expand)AuthorAgeFilesLines
* fix previous change.akr2007-06-141-1/+5
* * eval_load.c (Init_load): delay allocating an array for rb_load_pathakr2007-06-141-2/+6
* * compile.c: fixed indentation.nobu2007-06-051-1/+1
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-051-2/+2
* * thread_pthread.ci (thread_timer): must not be applied to trunk.nobu2007-05-301-5/+0
* * eval.c (thread_timer): timer thread should not receive any signals.nobu2007-05-291-0/+5
* * thread.c (mutex_try_lock): check and set owner thread.ko12007-04-121-4/+6
* * thread_pthread.ci (native_thread_create): initialize sleep_cond.usa2007-04-101-1/+4
* * compile.c: iseq_compile -> rb_iseq_compile.aamine2007-03-081-3/+3
* * intern.h (rb_thread_blocking_region): add prototype.nobu2007-02-241-0/+2
* * thread_pthread.ci (native_mutex_lock): do not callshugo2007-02-231-7/+2
* just a minor changetadf2007-02-191-4/+4
* * thread_pthread.ci (native_thread_create): adjust 4KB (page size)ko12007-02-141-1/+1
* * thread_pthread.ci (native_thread_create): adjust 4KB (page size)ko12007-02-141-2/+3
* * thread.c, thread_pthread.ci, thread_win32.ci (thread_start_func_1):ko12007-02-081-18/+71
* * yarvcore.h, thread.c: fix to use pthread on cygwin.ko12007-02-081-27/+33
* * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko12007-02-081-20/+20
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-4/+7
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-21/+21
* * thread.c (rb_thread_stop_timer_thread(), rb_thread_reset_timer_thread(),ko12007-01-071-8/+9
* * thread_pthread.ci (native_sleep): fix tv_nsec overflow.gotoyuzo2007-01-051-0/+4
* * thread_pthread.ci : fix last changes around PTHREAD_STACK_MIN.ko12007-01-041-5/+2
* * thread_pthread.ci : fix to skip using PTHREAD_STACK_MIN.ko12007-01-041-3/+10
* * Merge YARVko12006-12-311-0/+441