summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2007-07-14* configure.in: add --enable-valgrind.akr
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-26* thread.c (rb_thread_wait_fd_rw): terminate fdset.ko1
2007-06-24* call_cfunc.ci: removed.ko1
2007-06-24* vm.c: some refactoring.ko1
2007-06-18* parse.y (yycompile): disable trace while creating ruby_debug_lines.nobu
2007-06-14* eval_load.c (Init_load): delay allocating an array for rb_load_pathakr
2007-06-07* thread.c (rb_thread_execute_interrupts): invoke ensure whenko1
2007-06-05* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu
2007-05-27* cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko1
2007-05-23* cont.c: support callcc which everyone love.ko1
2007-05-10* thread.c (rb_thread_priority): rdoc fix; the initial value isnobu
2007-05-03* configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,nobu
2007-05-03* thread.c: copied rdocs from fastthread.nobu
2007-04-25* yarvcore.h: remove rb_control_frame_t#callee_id.ko1
2007-04-25* eval_intern.h (PUSH_TAG): no argument now.nobu
2007-04-25* thread.c (alloc_event_fook, rb_thread_remove_event_hook): shouldnobu
2007-04-19* eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516]nobu
2007-04-19* eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko1
2007-04-12* thread.c (mutex_try_lock): check and set owner thread.ko1
2007-04-09 * thread.c (do_select): ubf_select() is not necessary. interrupt isusa
2007-04-09* thread.c (do_select): sorry, typo.usa
2007-04-09 * thread.c (do_select): use ubf_select() as UBF on windows.usa
2007-04-02* insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu
2007-03-19* thread.c (thread_start_func_2): store the result of first_funcnobu
2007-03-19* thread.c (thread_create_core): block is not used if first_funcnobu
2007-03-19* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz
2007-03-08* compile.c: iseq_compile -> rb_iseq_compile.aamine
2007-02-25* thread.c (rb_thread_run): fix to ANSI style.ko1
2007-02-24* thread.c (DEBUG_OUT): leave pointer size to runtime.nobu
2007-02-24* intern.h (rb_thread_blocking_region): add prototype.nobu
2007-02-24* thread.c (rb_thread_debug): added runtime debugging flag.nobu
2007-02-23* thread.c (rb_thread_polling): check interrupts here.usa
2007-02-20* thread.c (do_select, rb_thread_wait_fd_rw): raise sys error ifko1
2007-02-14* thread.c (do_select): fix to iterate select().ko1
2007-02-14* thread.c (set_unblock_function): fix function interface.ko1
2007-02-08* thread.c, thread_pthread.ci, thread_win32.ci (thread_start_func_1):ko1
2007-02-08* thread.c (GVL_UNLOCK_RANGE): rename to BLOCKING_REGION().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* eval_intern.h: remove UNSUPPORTED() macro.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-02-05* eval_thread.c, common.mk: remove eval_thread.c.ko1
2007-02-02* call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu
2007-01-07* thread.c (rb_thread_stop_timer_thread(), rb_thread_reset_timer_thread(),ko1
2006-12-31 * Merge YARVko1