From 904eebcc60c183371f26d483b10ba10762dafe5c Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 6 Nov 2008 13:21:26 +0000 Subject: * thread.c (rb_thread_stop_timer_thread): terminates timer thread immediately. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5b14fd272..144ab66c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 6 22:21:23 2008 Nobuyoshi Nakada + + * thread.c (rb_thread_stop_timer_thread): terminates timer thread + immediately. + Thu Nov 6 21:21:46 2008 Masaki Suketa * ext/win32ole/win32ole.c (fole_s_connect, fole_initialize, -- cgit