summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2008-07-16* thread.c (thread_start_func_2): wake up joining threads.nobu
2008-07-11* io.c (rb_io_wait_readable, rb_io_wait_writable): check if the filenobu
2008-07-10* thread.c (thread_create_core): fix GC problem.ko1
2008-07-10* thread.c (rb_thread_wait_for): fixed variable name.nobu
2008-07-10* thread.c (rb_thread_wait_for): wait until timed out only whennobu
2008-07-09* thread.c (sleep_forever): wait until timed out. [ruby-core:17270]nobu
2008-07-09* configure.in (rb_cv_va_args_macro): check for __VA_ARGS__.nobu
2008-07-09* thread_{pthread,win32}.c (rb_thread_create_timer_thread): needs morenobu
2008-07-08* thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame
2008-07-08* thread.c (rb_enable_coverages): hide coverage array by setting 0 tomame
2008-07-05* thread.c (thread_initialize): NUM2INT() returns int.nobu
2008-07-03* include/ruby/intern.h: remove prototypes about coverage.mame
2008-07-03* ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame
2008-07-03* thread.c (thread_initialize): NUM2INT returns long.mame
2008-07-01* compile.h, insns.def: reduce insn operand of "trace".ko1
2008-07-01* Add coverage measurement constant COVERAGE__. This constant is notmame
2008-07-01* iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu
2008-06-20* string.c (rb_memhash): randomize hash to avoid algorithmicakr
2008-06-19* thread.c: try to remove false positive of deadlock detection (secondmame
2008-06-19* thread.c, thread_win32.c, vm_core.h: try to remove false positive ofmame
2008-06-16* thread.c (thread_start_func_2): use PRIxVALUE to format a VALUE.nobu
2008-06-15* vm_core.h, thread.c: rename global_interpreter_lock toko1
2008-06-14* gc.h (STACK_UPPER): moved from gc.cnobu
2008-06-12* thread.c (mutex_unlock): fix cond_notified consistency.mame
2008-06-12* thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame
2008-06-10* include/ruby/intern.h, proc.c: revert rb_proc_call() andko1
2008-06-09* include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-05* eval.c (ruby_finalize_0): clear trace_func after executing ENDmame
2008-06-05* thread.c (thread_set_trace_func_m): fix check for proc argument.mame
2008-06-01* suppress warnings on cygwin, mingw and mswin.nobu
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-30* vm_core.h (struct rb_unblock_callback), thread.cnobu
2008-05-27* thread.c (rb_thread_execute_interrupts): delay interrupts duringnobu
2008-05-11* thread.c (thread_cleanup_func_before_exec): extracted fromakr
2008-05-09* thread.c (timeofday): use monotonic clock. based on a patchmatz
2008-05-08* thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWSakr
2008-05-07* thread.c (rb_thread_key_p): thread local storage stores ID.nobu
2008-05-07* thread.c (rb_thread_key_p): should always convert symbol to ID.matz
2008-04-26* io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:nobu
2008-04-22* thread.c (rb_thread_stop_timer_thread): should clearmatz
2008-04-22* thread.c (thread_join): remove the current thread from the join listnobu
2008-04-13* thread_pthread.c (lock_func): should not check interrupts innobu
2008-04-09* thread.c (lock_func): optimized and checks for interrupt_flag.nobu
2008-04-08* thread.c (rb_mutex_sleep): ensures to re-acquire at waking up.nobu
2008-03-30* io.c: IO.copy_stream implemented. [ruby-dev:33843]akr
2008-03-01* eval_method.c (rb_get_method_body): ent->method may be freed bymatz
2008-02-28* eval.c (stack_check): made flag per threads.nobu
2008-01-18* thread.c (thread_create_core): prohibit thread creation in thematz