aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-06 22:12:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-06 22:12:20 +0000
commit90c6c35f2e80de05fa123ce5e28b8a1cd5241be3 (patch)
tree6bd3db8d87039786efce561928df52238c7b6684 /ChangeLog
parent4f3abb93f6ec6fe127da0adfadb1485d1b9ee9c4 (diff)
downloadruby-90c6c35f2e80de05fa123ce5e28b8a1cd5241be3.tar.gz
* thread_pthread.c (thread_timer): uses pthread_cond_timedwait always
instead of pthread_kill. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4c2f4a33f..6b8546cedd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 7 07:12:06 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * thread_pthread.c (thread_timer): uses pthread_cond_timedwait always
+ instead of pthread_kill.
+
Fri Nov 7 04:02:22 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* thread.c (thread_timer): uses timedwait on cygwin.