From 835d24f637e7616787e369ae4bf7edd0f8302a3d Mon Sep 17 00:00:00 2001 From: kosaki Date: Wed, 28 Nov 2012 05:40:54 +0000 Subject: * thread.c (rb_mutex_lock): moved trap context check from rb_mutex_trylock because try_lock have no change to make a deadlock. * thread.c (rb_mutex_trylock): ditto. * NEWS: news for the above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b6926cae01..ea350e1fc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Nov 28 14:34:06 2012 KOSAKI Motohiro + + * thread.c (rb_mutex_lock): moved trap context check from + rb_mutex_trylock because try_lock have no change to make + a deadlock. + * thread.c (rb_mutex_trylock): ditto. + * NEWS: news for the above. + Wed Nov 28 13:39:54 2012 KOSAKI Motohiro * thread.c (thread_s_new): uses main_thread->status instead of -- cgit v1.2.3