| Commit message (Expand) | Author | Age | Files | Lines |
* | * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail. | ko1 | 2007-05-27 | 1 | -11/+13 |
* | * cont.c: support callcc which everyone love. | ko1 | 2007-05-23 | 1 | -101/+0 |
* | * thread.c (rb_thread_priority): rdoc fix; the initial value is | nobu | 2007-05-10 | 1 | -4/+6 |
* | * configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided, | nobu | 2007-05-03 | 1 | -29/+184 |
* | * thread.c: copied rdocs from fastthread. | nobu | 2007-05-03 | 1 | -2/+71 |
* | * yarvcore.h: remove rb_control_frame_t#callee_id. | ko1 | 2007-04-25 | 1 | -1/+16 |
* | * eval_intern.h (PUSH_TAG): no argument now. | nobu | 2007-04-25 | 1 | -1/+1 |
* | * thread.c (alloc_event_fook, rb_thread_remove_event_hook): should | nobu | 2007-04-25 | 1 | -1/+3 |
* | * eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516] | nobu | 2007-04-19 | 1 | -17/+11 |
* | * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h: | ko1 | 2007-04-19 | 1 | -0/+289 |
* | * thread.c (mutex_try_lock): check and set owner thread. | ko1 | 2007-04-12 | 1 | -0/+5 |
* | * thread.c (do_select): ubf_select() is not necessary. interrupt is | usa | 2007-04-09 | 1 | -1/+1 |
* | * thread.c (do_select): sorry, typo. | usa | 2007-04-09 | 1 | -1/+1 |
* | * thread.c (do_select): use ubf_select() as UBF on windows. | usa | 2007-04-09 | 1 | -1/+1 |
* | * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixed | nobu | 2007-04-02 | 1 | -6/+6 |
* | * thread.c (thread_start_func_2): store the result of first_func | nobu | 2007-03-19 | 1 | -1/+1 |
* | * thread.c (thread_create_core): block is not used if first_func | nobu | 2007-03-19 | 1 | -1/+1 |
* | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz | 2007-03-19 | 1 | -9/+7 |
* | * compile.c: iseq_compile -> rb_iseq_compile. | aamine | 2007-03-08 | 1 | -1/+2 |
* | * thread.c (rb_thread_run): fix to ANSI style. | ko1 | 2007-02-25 | 1 | -2/+1 |
* | * thread.c (DEBUG_OUT): leave pointer size to runtime. | nobu | 2007-02-24 | 1 | -1/+1 |
* | * intern.h (rb_thread_blocking_region): add prototype. | nobu | 2007-02-24 | 1 | -7/+18 |
* | * thread.c (rb_thread_debug): added runtime debugging flag. | nobu | 2007-02-24 | 1 | -3/+33 |
* | * thread.c (rb_thread_polling): check interrupts here. | usa | 2007-02-23 | 1 | -0/+1 |
* | * thread.c (do_select, rb_thread_wait_fd_rw): raise sys error if | ko1 | 2007-02-20 | 1 | -4/+5 |
* | * thread.c (do_select): fix to iterate select(). | ko1 | 2007-02-14 | 1 | -95/+81 |
* | * thread.c (set_unblock_function): fix function interface. | ko1 | 2007-02-14 | 1 | -10/+5 |
* | * thread.c, thread_pthread.ci, thread_win32.ci (thread_start_func_1): | ko1 | 2007-02-08 | 1 | -2/+4 |
* | * thread.c (GVL_UNLOCK_RANGE): rename to BLOCKING_REGION(). | ko1 | 2007-02-08 | 1 | -10/+9 |
* | * yarvcore.h, thread.c: fix to use pthread on cygwin. | ko1 | 2007-02-08 | 1 | -33/+118 |
* | * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h, | ko1 | 2007-02-08 | 1 | -64/+64 |
* | * eval_intern.h: remove UNSUPPORTED() macro. | ko1 | 2007-02-07 | 1 | -2/+9 |
* | * this commit is a result of refactoring. only renaming functions, | ko1 | 2007-02-07 | 1 | -26/+4 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -86/+84 |
* | * eval_thread.c, common.mk: remove eval_thread.c. | ko1 | 2007-02-05 | 1 | -89/+446 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 1 | -2/+2 |
* | * thread.c (rb_thread_stop_timer_thread(), rb_thread_reset_timer_thread(), | ko1 | 2007-01-07 | 1 | -1/+22 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -0/+2036 |