aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* * iseq.c (iseq_data_to_ary): make it static.ko12008-09-041-1/+1
* * thread.c (rb_thread_critical): removed.ko12008-09-041-2/+0
* * thread.c (rb_thread_check_trap_pending): added for compatibility.ko12008-09-041-0/+10
* * vm_core.h (struct rb_vm_struct): replaced signal staff with trapnobu2008-09-041-6/+6
* fix a typo.akr2008-08-311-1/+1
* * include/ruby/intern.h: rename RB_UBF_DFL toko12008-08-311-2/+2
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+1
* * thread.c (rb_thread_priority_set): get rid of C99 feature.nobu2008-08-141-1/+1
* * thread.c (rb_thread_execute_interrupts): switch eventko12008-08-131-5/+1
* * thread.c (rb_thread_check_ints): added. please note thatko12008-08-131-0/+13
* * thread.c, vm_core.h: add manual priority supportko12008-08-131-1/+38
* * thread.c (thread_start_func_2): propagates fatal error and systemnobu2008-08-051-5/+19
* * thread.c (rb_mutex_unlock_all): mutex is no longer a ruby object.nobu2008-07-301-2/+2
* * win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu2008-07-301-5/+24
* * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): revertedusa2008-07-281-10/+11
* * vm_core.h: move the definition of struct rb_mutex_struct.mame2008-07-281-1/+8
* * thread.c (mutex_unlock): fix typo.mame2008-07-281-1/+1
* * vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct inmame2008-07-271-30/+13
* * include/ruby/ruby.h: add a type T_DEFERRED.ko12008-07-271-3/+13
* * thread.c (thread_start_func_2): wake up joining threads.nobu2008-07-161-30/+61
* * io.c (rb_io_wait_readable, rb_io_wait_writable): check if the filenobu2008-07-111-0/+3
* * thread.c (thread_create_core): fix GC problem.ko12008-07-101-2/+2
* * thread.c (rb_thread_wait_for): fixed variable name.nobu2008-07-101-6/+6
* * thread.c (rb_thread_wait_for): wait until timed out only whennobu2008-07-101-24/+24
* * thread.c (sleep_forever): wait until timed out. [ruby-core:17270]nobu2008-07-091-1/+39
* * configure.in (rb_cv_va_args_macro): check for __VA_ARGS__.nobu2008-07-091-4/+17
* * thread_{pthread,win32}.c (rb_thread_create_timer_thread): needs morenobu2008-07-091-1/+1
* * thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame2008-07-081-27/+12
* * thread.c (rb_enable_coverages): hide coverage array by setting 0 tomame2008-07-081-4/+25
* * thread.c (thread_initialize): NUM2INT() returns int.nobu2008-07-051-3/+4
* * include/ruby/intern.h: remove prototypes about coverage.mame2008-07-031-10/+9
* * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame2008-07-031-5/+36
* * thread.c (thread_initialize): NUM2INT returns long.mame2008-07-031-1/+1
* * compile.h, insns.def: reduce insn operand of "trace".ko12008-07-011-2/+2
* * Add coverage measurement constant COVERAGE__. This constant is notmame2008-07-011-0/+27
* * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu2008-07-011-2/+2
* * string.c (rb_memhash): randomize hash to avoid algorithmicakr2008-06-201-0/+1
* * thread.c: try to remove false positive of deadlock detection (secondmame2008-06-191-2/+4
* * thread.c, thread_win32.c, vm_core.h: try to remove false positive ofmame2008-06-191-23/+76
* * thread.c (thread_start_func_2): use PRIxVALUE to format a VALUE.nobu2008-06-161-2/+2
* * vm_core.h, thread.c: rename global_interpreter_lock toko12008-06-151-7/+7
* * gc.h (STACK_UPPER): moved from gc.cnobu2008-06-141-0/+6
* * thread.c (mutex_unlock): fix cond_notified consistency.mame2008-06-121-0/+1
* * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame2008-06-121-34/+199
* * include/ruby/intern.h, proc.c: revert rb_proc_call() andko12008-06-101-5/+10
* * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame2008-06-091-1/+1
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-0/+2
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-4/+3
* * eval.c (ruby_finalize_0): clear trace_func after executing ENDmame2008-06-051-3/+3
* * thread.c (thread_set_trace_func_m): fix check for proc argument.mame2008-06-051-1/+1