| Commit message (Expand) | Author | Age | Files | Lines |
* | * thread.c (rb_thread_wait_fd_rw): should not block by select if | matz | 2008-10-08 | 1 | -0/+1 |
* | * thread.c (thlist_signal): clears the woken thread if nothing woke. | nobu | 2008-09-26 | 1 | -3/+6 |
* | * include/rubysig.h: old macros for backward compatibility. | nobu | 2008-09-26 | 1 | -12/+57 |
* | * thread.c (rb_thread_blocking_region): fix typo in a document. | ko1 | 2008-09-23 | 1 | -1/+2 |
* | * thread.c (rb_thread_blocking_region): write a document | ko1 | 2008-09-23 | 1 | -0/+28 |
* | * thread.c, include/ruby/intern.h (rb_thread_interrupted): added. | ko1 | 2008-09-23 | 1 | -0/+9 |
* | * common.mk: clean up | ko1 | 2008-09-23 | 1 | -1/+0 |
* | * iseq.c (iseq_data_to_ary): make it static. | ko1 | 2008-09-04 | 1 | -1/+1 |
* | * thread.c (rb_thread_critical): removed. | ko1 | 2008-09-04 | 1 | -2/+0 |
* | * thread.c (rb_thread_check_trap_pending): added for compatibility. | ko1 | 2008-09-04 | 1 | -0/+10 |
* | * vm_core.h (struct rb_vm_struct): replaced signal staff with trap | nobu | 2008-09-04 | 1 | -6/+6 |
* | fix a typo. | akr | 2008-08-31 | 1 | -1/+1 |
* | * include/ruby/intern.h: rename RB_UBF_DFL to | ko1 | 2008-08-31 | 1 | -2/+2 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * thread.c (rb_thread_priority_set): get rid of C99 feature. | nobu | 2008-08-14 | 1 | -1/+1 |
* | * thread.c (rb_thread_execute_interrupts): switch event | ko1 | 2008-08-13 | 1 | -5/+1 |
* | * thread.c (rb_thread_check_ints): added. please note that | ko1 | 2008-08-13 | 1 | -0/+13 |
* | * thread.c, vm_core.h: add manual priority support | ko1 | 2008-08-13 | 1 | -1/+38 |
* | * thread.c (thread_start_func_2): propagates fatal error and system | nobu | 2008-08-05 | 1 | -5/+19 |
* | * thread.c (rb_mutex_unlock_all): mutex is no longer a ruby object. | nobu | 2008-07-30 | 1 | -2/+2 |
* | * win32/win32.c (rb_w32_select): recalc the rest of timeout for each | nobu | 2008-07-30 | 1 | -5/+24 |
* | * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): reverted | usa | 2008-07-28 | 1 | -10/+11 |
* | * vm_core.h: move the definition of struct rb_mutex_struct. | mame | 2008-07-28 | 1 | -1/+8 |
* | * thread.c (mutex_unlock): fix typo. | mame | 2008-07-28 | 1 | -1/+1 |
* | * vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct in | mame | 2008-07-27 | 1 | -30/+13 |
* | * include/ruby/ruby.h: add a type T_DEFERRED. | ko1 | 2008-07-27 | 1 | -3/+13 |
* | * thread.c (thread_start_func_2): wake up joining threads. | nobu | 2008-07-16 | 1 | -30/+61 |
* | * io.c (rb_io_wait_readable, rb_io_wait_writable): check if the file | nobu | 2008-07-11 | 1 | -0/+3 |
* | * thread.c (thread_create_core): fix GC problem. | ko1 | 2008-07-10 | 1 | -2/+2 |
* | * thread.c (rb_thread_wait_for): fixed variable name. | nobu | 2008-07-10 | 1 | -6/+6 |
* | * thread.c (rb_thread_wait_for): wait until timed out only when | nobu | 2008-07-10 | 1 | -24/+24 |
* | * thread.c (sleep_forever): wait until timed out. [ruby-core:17270] | nobu | 2008-07-09 | 1 | -1/+39 |
* | * configure.in (rb_cv_va_args_macro): check for __VA_ARGS__. | nobu | 2008-07-09 | 1 | -4/+17 |
* | * thread_{pthread,win32}.c (rb_thread_create_timer_thread): needs more | nobu | 2008-07-09 | 1 | -1/+1 |
* | * thread.c (rb_set_coverages, rb_reset_coverages): enable and disable | mame | 2008-07-08 | 1 | -27/+12 |
* | * thread.c (rb_enable_coverages): hide coverage array by setting 0 to | mame | 2008-07-08 | 1 | -4/+25 |
* | * thread.c (thread_initialize): NUM2INT() returns int. | nobu | 2008-07-05 | 1 | -3/+4 |
* | * include/ruby/intern.h: remove prototypes about coverage. | mame | 2008-07-03 | 1 | -10/+9 |
* | * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminate | mame | 2008-07-03 | 1 | -5/+36 |
* | * thread.c (thread_initialize): NUM2INT returns long. | mame | 2008-07-03 | 1 | -1/+1 |
* | * compile.h, insns.def: reduce insn operand of "trace". | ko1 | 2008-07-01 | 1 | -2/+2 |
* | * Add coverage measurement constant COVERAGE__. This constant is not | mame | 2008-07-01 | 1 | -0/+27 |
* | * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond), | nobu | 2008-07-01 | 1 | -2/+2 |
* | * string.c (rb_memhash): randomize hash to avoid algorithmic | akr | 2008-06-20 | 1 | -0/+1 |
* | * thread.c: try to remove false positive of deadlock detection (second | mame | 2008-06-19 | 1 | -2/+4 |
* | * thread.c, thread_win32.c, vm_core.h: try to remove false positive of | mame | 2008-06-19 | 1 | -23/+76 |
* | * thread.c (thread_start_func_2): use PRIxVALUE to format a VALUE. | nobu | 2008-06-16 | 1 | -2/+2 |
* | * vm_core.h, thread.c: rename global_interpreter_lock to | ko1 | 2008-06-15 | 1 | -7/+7 |
* | * gc.h (STACK_UPPER): moved from gc.c | nobu | 2008-06-14 | 1 | -0/+6 |
* | * thread.c (mutex_unlock): fix cond_notified consistency. | mame | 2008-06-12 | 1 | -0/+1 |