summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
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
2008-07-03* thread.c (thread_initialize): NUM2INT returns long.mame
2008-07-01* compile.h, insns.def: reduce insn operand of "trace".ko1
2008-07-01* Add coverage measurement constant COVERAGE__. This constant is notmame
2008-07-01* iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu
2008-06-20* string.c (rb_memhash): randomize hash to avoid algorithmicakr
2008-06-19* thread.c: try to remove false positive of deadlock detection (secondmame
2008-06-19* thread.c, thread_win32.c, vm_core.h: try to remove false positive ofmame
2008-06-16* thread.c (thread_start_func_2): use PRIxVALUE to format a VALUE.nobu
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