From 05c32b0bb62e4a56eccba0ae44a7bbef66e1858f Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 12 Jun 2008 13:01:38 +0000 Subject: * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: add deadlock detection. [ruby-dev:35044] * bootstraptest/test_thread.rb: add tests for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5738be0ee..15bb64685 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Jun 12 21:59:17 2008 Yusuke Endoh + + * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: add + deadlock detection. [ruby-dev:35044] + + * bootstraptest/test_thread.rb: add tests for above. + Thu Jun 12 21:39:55 2008 Tadayoshi Funaba * complex.c: refactoring. -- cgit