diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-16 04:07:04 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-16 04:07:04 +0000 |
| commit | e08f9fad2ba158e402b5a3dff1d492958b546483 (patch) | |
| tree | 22fc13bfe4836586e2f8dfbca4867bed2c286154 /ChangeLog | |
| parent | 25d868f3f4edb672a5dd6a64437651b69763ce0f (diff) | |
merges r21582 from trunk into ruby_1_9_1.
* thread.c (rb_thread_execute_interrupts): if signal is already
buffered, main thread should wait until timer thread delivers it.
* thread.c (timer_thread_function): should defer delivery of a signal
if main thread does not yet trap a previous one. [ruby-dev:37676]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri Jan 16 02:25:46 2009 Yusuke Endoh <mame@tsg.ne.jp> + + * thread.c (rb_thread_execute_interrupts): if signal is already + buffered, main thread should wait until timer thread delivers it. + + * thread.c (timer_thread_function): should defer delivery of a signal + if main thread does not yet trap a previous one. [ruby-dev:37676] + Fri Jan 16 01:42:50 2009 Koichi Sasada <ko1@atdot.net> * thread.c (call_trace_proc): as Matz said ([ruby-core:21183]), |
