Age | Commit message (Expand) | Author |
2009-07-05 | * thread.c (rb_threadptr_exec_event_hooks): new function to | nobu |
2009-06-17 | * thread.c (ruby_thread_stack_overflow): call rb_exc_raise() on | matz |
2009-06-14 | * thread.c, vm_eval.c: add Thread.backtrace. | ko1 |
2009-06-08 | * thread.c: rename functions which require a parameter | ko1 |
2009-05-24 | * thread.c (rb_exec_recursive_paired): new function for proper | nobu |
2009-05-09 | * thread.c: fixed types. | nobu |
2009-04-01 | * thread.c (rb_thread_fd_select): new function to call select | matz |
2009-03-12 | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu |
2009-02-28 | * eval_error.c (error_print): use volatile to suppress warnings. | akr |
2009-02-23 | * thread.c (thread_cleanup_func): unlock all locked mutexes even when | mame |
2009-02-18 | * thread.c (thread_start_func_2): do not delete main thread from | nobu |
2009-02-12 | * thread.c: inline should be at beginning of declaration. | nobu |
2009-02-01 | * cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined), | nobu |
2009-01-22 | * thread.c (rb_time_timeval): made a real prototype. a patch from | nobu |
2009-01-19 | * thread.c (rb_thread_execute_interrupts): needs | nobu |
2009-01-19 | * vm.c: add a prefix "rb_" to exposed functions | ko1 |
2009-01-16 | * thread.c (thread_start_func_2): call ruby_cleanup() if thread is | ko1 |
2009-01-15 | * thread.c (rb_thread_execute_interrupts): if signal is already | mame |
2009-01-15 | * thread.c (call_trace_proc): as Matz said ([ruby-core:21183]), | ko1 |
2009-01-13 | * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t, | usa |
2009-01-12 | * thread.c: fix comment (terminology: Global VM Lock). | ko1 |
2009-01-05 | rdoc update. | kazu |
2008-12-30 | * thread.c (rb_thread_blocking_region): add a comment. | ko1 |
2008-12-29 | * thread.c (rb_mutex_trylock): return false if Mutex owned | ko1 |
2008-12-28 | * thread.c (mutex_free, mutex_unlock): add qualifiers. | mame |
2008-12-28 | * thread.c (mutex_free): GC thread (main thread) has failed to unlock | mame |
2008-12-27 | * process.c (after_exec): needs to reset before restart timer | nobu |
2008-12-27 | * thread.c (rb_thread_atfork, rb_thread_atfork_before_exec): DRY. | nobu |
2008-12-24 | * thread.c (thread_start_func_2): sets native thread key. | nobu |
2008-12-22 | rdoc update. | akr |
2008-12-15 | * thread.c (sleep_timeval): cast tv_usec to long to shut up | matz |
2008-12-10 | * thread.c (rb_mutex_unlock): shut up warning. a patch from | matz |
2008-12-09 | * compile.c (iseq_compile_each), gc.c (assign_heap_slot), | nobu |
2008-12-02 | move the previous comment. | akr |
2008-11-27 | * gc.c (ruby_stack_check): no check if using sigaltstack. | nobu |
2008-11-24 | * process.c (rb_fork): stops the timer thread during fork. | nobu |
2008-11-13 | * thread.c (rb_barrier_wait): gets rid of recursive deadlock. | nobu |
2008-11-12 | * thread.c (rb_barrier_{new,wait,release,destroy}): use Mutex so that | nobu |
2008-11-11 | * load.c (rb_require_safe): destroys barrier after successfully | nobu |
2008-11-08 | * thread_pthread.c (thread_timer): checks working flags again. | nobu |
2008-11-06 | * thread.c (rb_thread_stop_timer_thread): terminates timer thread | nobu |
2008-11-03 | * include/ruby/intern.h (rb_mutex_synchronize): fixed prototype. | nobu |
2008-10-26 | * thread.c (blocking_region_{begin,end}): declared as inline. | nobu |
2008-10-08 | * thread.c (rb_thread_wait_fd_rw): should not block by select if | matz |
2008-09-26 | * thread.c (thlist_signal): clears the woken thread if nothing woke. | nobu |
2008-09-26 | * include/rubysig.h: old macros for backward compatibility. | nobu |
2008-09-23 | * thread.c (rb_thread_blocking_region): fix typo in a document. | ko1 |
2008-09-23 | * thread.c (rb_thread_blocking_region): write a document | ko1 |
2008-09-23 | * thread.c, include/ruby/intern.h (rb_thread_interrupted): added. | ko1 |
2008-09-23 | * common.mk: clean up | ko1 |