summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
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
2007-11-22* insnhelper.ci (vm_search_normal_superclass): rename function.matz
2007-11-21* vm.c: fix to recycle thread data (VM stack).ko1
2007-11-20* gc.h, vm_core.h: decl of rb_gc_save_machine_context()ko1
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