From 3e52864df7781d474523fe6eed93a404e42fc558 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 30 Dec 2009 18:30:36 +0000 Subject: * thread_win32.c (native_thread_destroy): decreased the probability of using the interrupt event in the thread termination. see [ruby-core:27199]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e9cd1cf7..592fe5cdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 31 03:27:53 2009 NAKAMURA Usaku + + * thread_win32.c (native_thread_destroy): decreased the probability of + using the interrupt event in the thread termination. + see [ruby-core:27199]. + Thu Dec 31 02:35:57 2009 NAKAMURA Usaku * thread_win32.c (w32_error): should report the function. -- cgit