summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2007-11-13* blockinlining.c, compile.c, compile.h, debug.c, debug.h,ko1
2007-11-12 * thread.c (call_trace_proc): should return value.usa
2007-11-11* insnhelper.ci (vm_call_method): pass mn->nd_clss toshugo
2007-11-10* thread.c (call_trace_proc): don't call ID2SYM() for ID_ALLOCATORshugo
2007-11-06* eval_load.c (rb_feature_p): check if the feature is loading withnobu
2007-09-28* vm_core.h (rb_vm_struct): fix typo: bufferd -> buffered.matz
2007-08-27* thread.c: fix Mutex to be interruptable lock.ko1
2007-08-24* prelude.rb: added. run this script on startup.ko1
2007-08-20* vm_core.h (struct rb_thread_struct): removed first_func_arg andnobu
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 ignoreko1
2007-08-12* thread.c (rb_thread_raise): check if target thread isko1
2007-08-10* thread.c (thread_start_func_2): not re-raise to main thread if it isnobu
2007-08-10* thread.c (thread_create_core): inherit the priority of creatingnobu
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 asnobu
2007-07-20* compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not tonobu
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