aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-02 03:58:25 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-02 03:58:25 +0000
commit9ee5e613b596202d719c22fadd700da2d8fd3a55 (patch)
tree42ad406ac6ac2b5063425f41be3fb2095c90c6f0 /ChangeLog
parent7539e11a7f742e11fdfe051798cf07b951384df9 (diff)
downloadruby-9ee5e613b596202d719c22fadd700da2d8fd3a55.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@25627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2b25a3633..1e75ed02e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Mon Nov 2 12:55:50 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * 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 <naruse@ruby-lang.org>
* ext/dl/win32/lib/win32/registry.rb: update rdoc. [ruby-core:26022]