index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thread.c
Age
Commit message (
Expand
)
Author
2012-06-11
* vm_core.h: remove lfp (local frame pointer) and rename
ko1
2012-06-03
* thread.c (vm_living_thread_num): suppress a warning.
naruse
2012-05-23
use RB_TYPE_P() instead of comparison of TYPE()
nobu
2012-05-17
* thread.c, thread_pthread.c: Moved pthread-specific preprocessor
yugui
2012-05-17
Imports Ruby's port to NativeClient (a.k.a NaCl).
yugui
2012-05-11
Revert r35622.
naruse
2012-05-11
* thread.c (rb_threadptr_execute_interrupts_common): th->errinfo is
naruse
2012-04-28
* vm_core.h (rb_thread_t#yielding): add a field.
ko1
2012-04-26
* thread.c (rb_threadptr_execute_interrupts_common):
naruse
2012-04-23
* thread.c (rb_check_deadlock): refine an error message of deadlock
mame
2012-03-29
* thread.c (rb_threadptr_execute_interrupts_common): use defined
usa
2012-01-13
* thread.c (rb_mutex_unlock_th): simplified.
nobu
2012-01-13
* thread.c (rb_barrier_waiting): fix potential overflows.
nobu
2012-01-03
* thread.c: changed documentation for "thread-local" variables.
ayumin
2011-12-30
* thread.c (rb_barrier_waiting): save the number of waiting threads
naruse
2011-12-14
* load.c (load_unlock): release loading barrier and then remove it
nobu
2011-12-14
* load.c (load_lock): delete the loading barrier if it has been
nobu
2011-12-13
* load.c (load_unlock): all threads requiring one file should
nobu
2011-11-15
* io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: use
akr
2011-11-09
* thread.c (do_select): fix cast, tv_sec is time_t.
naruse
2011-11-03
* thread.c (rb_fd_rcopy): suppress warnings on mingw32.
nobu
2011-09-29
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-09-27
* thread_pthread.c: make native_fd_select().
kosaki
2011-09-27
* thread.c (do_select): remove cygwin specific hack. It's layer
kosaki
2011-09-14
* thread.c (rb_fd_rcopy): added an argument guard.
kosaki
2011-09-12
* thread.c (rb_thread_select): fix to ignore an argument
kosaki
2011-09-09
* thread.c (rb_thread_select): fix a typo to initialize efds
nobu
2011-08-30
* thread.c (rb_thread_select): critical typo in r33117.
usa
2011-08-30
* win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implement
usa
2011-08-30
* thread.c (rb_thread_select): rewrite by using
kosaki
2011-08-23
* thread.c (update_coverage): skip coverage count up if the current
mame
2011-08-19
* thread.c: add a description for the behavior of select(2) on
mrkn
2011-07-21
* thread.c (set_trace_func, thread_set_trace_func_m): reset tracing
mame
2011-07-10
* thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad of
kosaki
2011-07-10
* vm_core.h (typedef struct rb_vm_struct): create a new
kosaki
2011-07-08
* thread.c (cmp_tv, subtract_tv): no longer used on Win32.
nobu
2011-07-08
* thread.c (rb_mutex_unlock_all): folded into
kosaki
2011-07-08
* thread.c (thread_unlock_all_locking_mutexes): rename to
kosaki
2011-07-01
* thread.c (do_select): fix memory leak.
kosaki
2011-06-30
* thread.c (rb_threadptr_check_signal): only wake up main thread.
ko1
2011-06-30
* vm_insnhelper.c (vm_call_bmethod): fix to hook call/return event
ko1
2011-06-29
* thread.c (ruby_thread_s_pass): Fix typo.
drbrain
2011-06-29
* thread.c (rb_threadptr_execute_interrupts_common): remove
kosaki
2011-06-29
* thread.c (rb_thread_schedule_limits): minor optimization.
kosaki
2011-06-29
* thread.c (rb_thread_schedule_rec): move interrupt_flag check to
kosaki
2011-06-29
* thread.c (thread_s_pass): change RDoc description and remove
kosaki
2011-06-29
* thread.c (rb_thread_stop): change RDoc sample code. The old
kosaki
2011-06-29
* thread.c (rb_thread_wakeup): change RDoc sample code. The old
kosaki
2011-06-29
* thread.c (rb_thread_run): change RDoc. The old example is buggy
kosaki
2011-06-27
* thread.c (rb_thread_local_aref): RDoc fix. Thread#[] example
nahi
[next]