aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz2007-03-191-9/+7
* * compile.c: iseq_compile -> rb_iseq_compile.aamine2007-03-081-1/+2
* * thread.c (rb_thread_run): fix to ANSI style.ko12007-02-251-2/+1
* * thread.c (DEBUG_OUT): leave pointer size to runtime.nobu2007-02-241-1/+1
* * intern.h (rb_thread_blocking_region): add prototype.nobu2007-02-241-7/+18
* * thread.c (rb_thread_debug): added runtime debugging flag.nobu2007-02-241-3/+33
* * thread.c (rb_thread_polling): check interrupts here.usa2007-02-231-0/+1
* * thread.c (do_select, rb_thread_wait_fd_rw): raise sys error ifko12007-02-201-4/+5
* * thread.c (do_select): fix to iterate select().ko12007-02-141-95/+81
* * thread.c (set_unblock_function): fix function interface.ko12007-02-141-10/+5
* * thread.c, thread_pthread.ci, thread_win32.ci (thread_start_func_1):ko12007-02-081-2/+4
* * thread.c (GVL_UNLOCK_RANGE): rename to BLOCKING_REGION().ko12007-02-081-10/+9
* * yarvcore.h, thread.c: fix to use pthread on cygwin.ko12007-02-081-33/+118
* * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko12007-02-081-64/+64
* * eval_intern.h: remove UNSUPPORTED() macro.ko12007-02-071-2/+9
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-26/+4
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-86/+84
* * eval_thread.c, common.mk: remove eval_thread.c.ko12007-02-051-89/+446
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-2/+2
* * thread.c (rb_thread_stop_timer_thread(), rb_thread_reset_timer_thread(),ko12007-01-071-1/+22
* * Merge YARVko12006-12-311-0/+2036