summaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
...
* * thread.c (rb_enable_coverages): hide coverage array by setting 0 tomame2008-07-081-4/+25
* * thread.c (thread_initialize): NUM2INT() returns int.nobu2008-07-051-3/+4
* * include/ruby/intern.h: remove prototypes about coverage.mame2008-07-031-10/+9
* * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame2008-07-031-5/+36
* * thread.c (thread_initialize): NUM2INT returns long.mame2008-07-031-1/+1
* * compile.h, insns.def: reduce insn operand of "trace".ko12008-07-011-2/+2
* * Add coverage measurement constant COVERAGE__. This constant is notmame2008-07-011-0/+27
* * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu2008-07-011-2/+2
* * string.c (rb_memhash): randomize hash to avoid algorithmicakr2008-06-201-0/+1
* * thread.c: try to remove false positive of deadlock detection (secondmame2008-06-191-2/+4
* * thread.c, thread_win32.c, vm_core.h: try to remove false positive ofmame2008-06-191-23/+76
* * thread.c (thread_start_func_2): use PRIxVALUE to format a VALUE.nobu2008-06-161-2/+2
* * vm_core.h, thread.c: rename global_interpreter_lock toko12008-06-151-7/+7
* * gc.h (STACK_UPPER): moved from gc.cnobu2008-06-141-0/+6
* * thread.c (mutex_unlock): fix cond_notified consistency.mame2008-06-121-0/+1
* * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame2008-06-121-34/+199
* * include/ruby/intern.h, proc.c: revert rb_proc_call() andko12008-06-101-5/+10
* * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame2008-06-091-1/+1
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-0/+2
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-4/+3
* * eval.c (ruby_finalize_0): clear trace_func after executing ENDmame2008-06-051-3/+3
* * thread.c (thread_set_trace_func_m): fix check for proc argument.mame2008-06-051-1/+1
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-0/+3
* * suppress warnings with -Wwrite-string.nobu2008-05-311-3/+3
* * vm_core.h (struct rb_unblock_callback), thread.cnobu2008-05-301-13/+20
* * thread.c (rb_thread_execute_interrupts): delay interrupts duringnobu2008-05-271-0/+1
* * thread.c (thread_cleanup_func_before_exec): extracted fromakr2008-05-111-1/+34
* * thread.c (timeofday): use monotonic clock. based on a patchmatz2008-05-091-3/+12
* * thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWSakr2008-05-081-0/+1
* * thread.c (rb_thread_key_p): thread local storage stores ID.nobu2008-05-071-4/+4
* * thread.c (rb_thread_key_p): should always convert symbol to ID.matz2008-05-071-2/+4
* * io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:nobu2008-04-261-6/+8
* * thread.c (rb_thread_stop_timer_thread): should clearmatz2008-04-221-0/+1
* * thread.c (thread_join): remove the current thread from the join listnobu2008-04-221-9/+55
* * thread_pthread.c (lock_func): should not check interrupts innobu2008-04-131-9/+13
* * thread.c (lock_func): optimized and checks for interrupt_flag.nobu2008-04-091-21/+10
* * thread.c (rb_mutex_sleep): ensures to re-acquire at waking up.nobu2008-04-081-4/+18
* * io.c: IO.copy_stream implemented. [ruby-dev:33843]akr2008-03-301-0/+19
* * eval_method.c (rb_get_method_body): ent->method may be freed bymatz2008-03-011-3/+6
* * eval.c (stack_check): made flag per threads.nobu2008-02-281-8/+8
* * thread.c (thread_create_core): prohibit thread creation in thematz2008-01-181-1/+5
* * thread.c (thread_create_core): set thread group before creatingnobu2008-01-181-1/+1
* * thread.c (thread_cleanup_func): ignore errors from destroying mutexnobu2008-01-181-1/+0
* * thread.c: clear thread structure.ko12008-01-141-1/+13
* * thread.c (rb_mutex_unlock): proper error message for unlockingmatz2008-01-101-10/+18
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * thread.c: remove Thread.critical(=).ko12007-12-251-15/+2
* * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko12007-12-251-1/+1
* * thread.c (rb_thread_wait_fd_rw): should check EBADF on select().ko12007-12-251-1/+1
* * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,matz2007-12-251-1/+1