summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
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
2008-01-18* thread.c (thread_create_core): set thread group before creatingnobu
2008-01-18* thread.c (thread_cleanup_func): ignore errors from destroying mutexnobu
2008-01-14* thread.c: clear thread structure.ko1
2008-01-10* thread.c (rb_mutex_unlock): proper error message for unlockingmatz
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-25* thread.c: remove Thread.critical(=).ko1
2007-12-25* include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko1
2007-12-25* thread.c (rb_thread_wait_fd_rw): should check EBADF on select().ko1
2007-12-25* README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,matz
2007-12-25* vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(),ko1
2007-12-24* load.c (load_lock): reverted.nobu
2007-12-24enable several rdoc.akr
2007-12-24* thread.c (rb_thread_atfork): should not leave living_threadsnobu
2007-12-21* thread.c (rb_thread_atfork): fix to mark thread object.ko1
2007-12-20* common.mk, *.ci: renamed to *.c.ko1
2007-12-20* insnhelper.ci, vm.c, vm_core.h: change interface ofko1
2007-12-07* thread.c (recursive_pop): use object ID.nobu
2007-12-07* thread.c (rb_exec_recursive): use Hash instead of Array fornobu
2007-12-05* thread.c (thread_initialize): fixed typo.nobu
2007-12-05* proc.c (rb_proc_s_new): call initialize. [ruby-core:13824]nobu
2007-12-05* parse.y (yycompile): get rid of tracing while parsing.nobu