Age | Commit message (Expand) | Author |
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 more | nobu |
2008-07-08 | * thread.c (rb_set_coverages, rb_reset_coverages): enable and disable | mame |
2008-07-08 | * thread.c (rb_enable_coverages): hide coverage array by setting 0 to | mame |
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: eliminate | mame |
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 not | mame |
2008-07-01 | * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond), | nobu |
2008-06-20 | * string.c (rb_memhash): randomize hash to avoid algorithmic | akr |
2008-06-19 | * thread.c: try to remove false positive of deadlock detection (second | mame |
2008-06-19 | * thread.c, thread_win32.c, vm_core.h: try to remove false positive of | mame |
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 to | ko1 |
2008-06-14 | * gc.h (STACK_UPPER): moved from gc.c | nobu |
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: add | mame |
2008-06-10 | * include/ruby/intern.h, proc.c: revert rb_proc_call() and | ko1 |
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 END | mame |
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.c | nobu |
2008-05-27 | * thread.c (rb_thread_execute_interrupts): delay interrupts during | nobu |
2008-05-11 | * thread.c (thread_cleanup_func_before_exec): extracted from | akr |
2008-05-09 | * thread.c (timeofday): use monotonic clock. based on a patch | matz |
2008-05-08 | * thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWS | akr |
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 clear | matz |
2008-04-22 | * thread.c (thread_join): remove the current thread from the join list | nobu |
2008-04-13 | * thread_pthread.c (lock_func): should not check interrupts in | nobu |
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 by | matz |
2008-02-28 | * eval.c (stack_check): made flag per threads. | nobu |
2008-01-18 | * thread.c (thread_create_core): prohibit thread creation in the | matz |
2008-01-18 | * thread.c (thread_create_core): set thread group before creating | nobu |
2008-01-18 | * thread.c (thread_cleanup_func): ignore errors from destroying mutex | nobu |
2008-01-14 | * thread.c: clear thread structure. | ko1 |
2008-01-10 | * thread.c (rb_mutex_unlock): proper error message for unlocking | matz |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2007-12-25 | * thread.c: remove Thread.critical(=). | ko1 |