From bb8f3270bd0054bd2ca6f73ae661824b8845fc4f Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 19 Jun 2008 18:02:40 +0000 Subject: * thread.c: try to remove false positive of deadlock detection (second trial). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 710e015c5..5ddf40004 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 20 03:01:59 2008 Yusuke Endoh + + * thread.c: try to remove false positive of deadlock detection (second + trial). + Fri Jun 20 02:16:43 2008 Yukihiro Matsumoto * lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293] -- cgit