aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-03 02:28:14 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-03 02:28:14 +0000
commit736f97b278faf7a182839f268698535abe1ad541 (patch)
treea5198af64ebb0c2ad821f8660db1674fcd4953b9 /ChangeLog
parent61ce3f57442913cb8097c5e80075719f837835b4 (diff)
downloadruby-736f97b278faf7a182839f268698535abe1ad541.tar.gz
* win32/win32.c (rb_w32_select_with_thread): rounding up the fraction of
tv_usec instead of rounding down. this change is an experiment to get rid of failures on vc10-x64 CI. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97bce8a940..74c5eeb3d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Sep 3 11:23:57 2013 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (rb_w32_select_with_thread): rounding up the fraction of
+ tv_usec instead of rounding down.
+ this change is an experiment to get rid of failures on vc10-x64 CI.
+
Tue Sep 3 11:00:28 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c (do_select): constify timeout.