Age | Commit message (Expand) | Author |
2008-11-27 | * gc.c (ruby_stack_check): no check if using sigaltstack. | nobu |
2008-11-24 | * process.c (rb_fork): stops the timer thread during fork. | nobu |
2008-11-13 | * thread.c (rb_barrier_wait): gets rid of recursive deadlock. | nobu |
2008-11-12 | * thread.c (rb_barrier_{new,wait,release,destroy}): use Mutex so that | nobu |
2008-11-11 | * load.c (rb_require_safe): destroys barrier after successfully | nobu |
2008-11-08 | * thread_pthread.c (thread_timer): checks working flags again. | nobu |
2008-11-06 | * thread.c (rb_thread_stop_timer_thread): terminates timer thread | nobu |
2008-11-03 | * include/ruby/intern.h (rb_mutex_synchronize): fixed prototype. | nobu |
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 if | matz |
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 document | ko1 |
2008-09-23 | * thread.c, include/ruby/intern.h (rb_thread_interrupted): added. | ko1 |
2008-09-23 | * common.mk: clean up | ko1 |
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 trap | nobu |
2008-08-31 | fix a typo. | akr |
2008-08-31 | * include/ruby/intern.h: rename RB_UBF_DFL to | ko1 |
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 event | ko1 |
2008-08-13 | * thread.c (rb_thread_check_ints): added. please note that | ko1 |
2008-08-13 | * thread.c, vm_core.h: add manual priority support | ko1 |
2008-08-05 | * thread.c (thread_start_func_2): propagates fatal error and system | nobu |
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 each | nobu |
2008-07-28 | * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): reverted | usa |
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 in | mame |
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 file | nobu |
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 when | nobu |
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 more | nobu |
2008-07-08 | * thread.c (rb_set_coverages, rb_reset_coverages): enable and disable | mame |
2008-07-08 | * thread.c (rb_enable_coverages): hide coverage array by setting 0 to | mame |
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: eliminate | mame |
2008-07-03 | * thread.c (thread_initialize): NUM2INT returns long. | mame |
2008-07-01 | * compile.h, insns.def: reduce insn operand of "trace". | ko1 |