Age | Commit message (Expand) | Author |
2007-08-20 | * vm_core.h (struct rb_thread_struct): removed first_func_arg and | nobu |
2007-08-18 | * thread.c (is_ruby_native_thread): check properly. [ruby-dev:31166] | nobu |
2007-08-17 | * thread.c (rb_thread_terminate_all): fix to ignore | ko1 |
2007-08-12 | * thread.c (rb_thread_raise): check if target thread is | ko1 |
2007-08-10 | * thread.c (thread_start_func_2): not re-raise to main thread if it is | nobu |
2007-08-10 | * thread.c (thread_create_core): inherit the priority of creating | nobu |
2007-08-09 | * thread.c (thread_start_func_2): let abort_on_exception work. | nobu |
2007-07-22 | * thread.c (is_ruby_native_thread): made an int function as | nobu |
2007-07-20 | * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not to | nobu |
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 inside | nobu |
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_path | akr |
2007-06-07 | * thread.c (rb_thread_execute_interrupts): invoke ensure when | ko1 |
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 is | nobu |
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): should | nobu |
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 is | usa |
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): fixed | nobu |
2007-03-19 | * thread.c (thread_start_func_2): store the result of first_func | nobu |
2007-03-19 | * thread.c (thread_create_core): block is not used if first_func | nobu |
2007-03-19 | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz |
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 if | ko1 |
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 |