| Commit message (Expand) | Author | Age | Files | Lines |
* | * thread.c (rb_mutex_unlock): shut up warning. a patch from | matz | 2008-12-10 | 1 | -1/+1 |
* | * compile.c (iseq_compile_each), gc.c (assign_heap_slot), | nobu | 2008-12-09 | 1 | -11/+12 |
* | move the previous comment. | akr | 2008-12-02 | 1 | -0/+28 |
* | * gc.c (ruby_stack_check): no check if using sigaltstack. | nobu | 2008-11-27 | 1 | -0/+8 |
* | * process.c (rb_fork): stops the timer thread during fork. | nobu | 2008-11-24 | 1 | -0/+1 |
* | * thread.c (rb_barrier_wait): gets rid of recursive deadlock. | nobu | 2008-11-13 | 1 | -0/+3 |
* | * thread.c (rb_barrier_{new,wait,release,destroy}): use Mutex so that | nobu | 2008-11-12 | 1 | -134/+14 |
* | * load.c (rb_require_safe): destroys barrier after successfully | nobu | 2008-11-11 | 1 | -5/+31 |
* | * thread_pthread.c (thread_timer): checks working flags again. | nobu | 2008-11-08 | 1 | -2/+2 |
* | * thread.c (rb_thread_stop_timer_thread): terminates timer thread | nobu | 2008-11-06 | 1 | -4/+4 |
* | * include/ruby/intern.h (rb_mutex_synchronize): fixed prototype. | nobu | 2008-11-03 | 1 | -1/+1 |
* | * thread.c (blocking_region_{begin,end}): declared as inline. | nobu | 2008-10-26 | 1 | -3/+3 |
* | * 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 |