summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2008-12-30merges r21185 from trunk into ruby_1_9_1.yugui
2008-12-29merges r21148 from trunk into ruby_1_9_1.yugui
2008-12-28merges r21105 and r21106 from trunk into ruby_1_9_1.yugui
2008-12-28merges r21097 from trunk into ruby_1_9_1.yugui
2008-12-28merges r21096 from trunk into ruby_1_9_1.yugui
2008-12-25merges r20976 from trunk into ruby_1_9_1.yugui
2008-12-25merges r20917 from trunk into ruby_1_9_1.yugui
2008-12-23* thread.c (Thread#set_trace_func, #add_trace_func): removed.yugui
2008-12-17merges r20766 from trunk into ruby_1_9_1.yugui
2008-12-13merges r20615 from trunk into ruby_1_9_1.yugui
2008-12-13merges r20593 from trunk into ruby_1_9_1.yugui
2008-12-04merges r20444 and r20447 from trunk into ruby_1_9_1.yugui
2008-11-30merges r20372-r20375 and r20380 from trunk into ruby_1_9_1.yugui
2008-11-30* thread.c, thread_pthread.c, thread_win32.c: merges nobu's commits -yugui
2008-11-30merges r20346 from trunk into ruby_1_9_1.yugui
2008-11-18merges r20229 and r20230 from trunk into ruby_1_9_1.yugui
2008-11-18merges r20223 from trunk into ruby_1_9_1.yugui
2008-11-04merges r20102 from trunk into ruby_1_9_1.yugui
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