From 1927b35e4c52f8f6d1255b89c4b98df9cfcbbebb Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 2 Nov 2009 03:58:25 +0000 Subject: * thread_{pthread,win32}.c (native_stop_timer_thread): join the thread here. * thread_{pthread,win32}.c (native_reset_timer_thread): new function. * thread.c (rb_thread_stop_timer_thread, rb_thread_reset_timer_thread): call above function instead of simply seting 0. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f2b25a363..1e75ed02e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Nov 2 12:55:50 2009 NAKAMURA Usaku + + * thread_{pthread,win32}.c (native_stop_timer_thread): join the thread + here. + + * thread_{pthread,win32}.c (native_reset_timer_thread): new function. + + * thread.c (rb_thread_stop_timer_thread, rb_thread_reset_timer_thread): + call above function instead of simply seting 0. + Mon Nov 2 11:22:19 2009 NARUSE, Yui * ext/dl/win32/lib/win32/registry.rb: update rdoc. [ruby-core:26022] -- cgit