summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2008-12-09* compile.c (iseq_compile_each), gc.c (assign_heap_slot),nobu
2008-12-02move 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 thatnobu
2008-11-11* load.c (rb_require_safe): destroys barrier after successfullynobu
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 threadnobu
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 ifmatz
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 documentko1
2008-09-23* thread.c, include/ruby/intern.h (rb_thread_interrupted): added.ko1
2008-09-23* common.mk: clean upko1
2008-09-04* iseq.c (iseq_data_to_ary): make it static.ko1
2008-09-04* thread.c (rb_thread_critical): removed.ko1
2008-09-04* thread.c (rb_thread_check_trap_pending): added for compatibility.ko1
2008-09-04* vm_core.h (struct rb_vm_struct): replaced signal staff with trapnobu
2008-08-31fix a typo.akr
2008-08-31* include/ruby/intern.h: rename RB_UBF_DFL toko1
2008-08-16* include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu
2008-08-14* thread.c (rb_thread_priority_set): get rid of C99 feature.nobu
2008-08-13* thread.c (rb_thread_execute_interrupts): switch eventko1
2008-08-13* thread.c (rb_thread_check_ints): added. please note thatko1
2008-08-13* thread.c, vm_core.h: add manual priority supportko1
2008-08-05* thread.c (thread_start_func_2): propagates fatal error and systemnobu
2008-07-30* thread.c (rb_mutex_unlock_all): mutex is no longer a ruby object.nobu
2008-07-30* win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu
2008-07-28 * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): revertedusa
2008-07-28* vm_core.h: move the definition of struct rb_mutex_struct.mame
2008-07-28* thread.c (mutex_unlock): fix typo.mame
2008-07-27* vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct inmame
2008-07-27* include/ruby/ruby.h: add a type T_DEFERRED.ko1
2008-07-16* thread.c (thread_start_func_2): wake up joining threads.nobu
2008-07-11* io.c (rb_io_wait_readable, rb_io_wait_writable): check if the filenobu
2008-07-10* thread.c (thread_create_core): fix GC problem.ko1
2008-07-10* thread.c (rb_thread_wait_for): fixed variable name.nobu
2008-07-10* thread.c (rb_thread_wait_for): wait until timed out only whennobu
2008-07-09* thread.c (sleep_forever): wait until timed out. [ruby-core:17270]nobu
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 morenobu
2008-07-08* thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame
2008-07-08* thread.c (rb_enable_coverages): hide coverage array by setting 0 tomame
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: eliminatemame