aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-08 10:46:27 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-08 10:46:27 +0000
commit19f52b87408263faba97f91404d84d4ef707bab6 (patch)
treef9f20acbe5e2387fc5473d6ea8bb022b9908db6b /ChangeLog
parent099933373211f74c00cc837fac26168b5d54ad2d (diff)
downloadruby-19f52b87408263faba97f91404d84d4ef707bab6.tar.gz
* thread_pthread.c (native_cond_timedwait): add to care EINTR.
* thread_pthread.c (thread_timer): remove EINTR check. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31482 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 bd7fa692a7..496240a565 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun May 8 19:39:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * thread_pthread.c (native_cond_timedwait): add to care EINTR.
+ * thread_pthread.c (thread_timer): remove EINTR check.
+
Sun May 8 19:04:15 2011 Tadayoshi Funaba <tadf@dotrb.org>
* lib/time.rb (xmlschema): avoid passing any negative numbers.