aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 17:44:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 17:44:47 +0000
commit4c25e2fb8ba17a4d83f3e55c6ddfa5ae417d1f7c (patch)
tree5105208dec7552dda1920700e29a60f95b96bece /ChangeLog
parenta5b0cace63a0806859c106d7c847f447bdf7ca7b (diff)
downloadruby-4c25e2fb8ba17a4d83f3e55c6ddfa5ae417d1f7c.tar.gz
win32.c: wait until exit
* win32/win32.c (waitpid): should not return 0 but wait until exit unless WNOHANG is given. waiting huge process may return while active, for some reason. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41447 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 566a209bda..2227df2a95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jun 20 02:44:45 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * win32/win32.c (waitpid): should not return 0 but wait until exit
+ unless WNOHANG is given. waiting huge process may return while
+ active, for some reason.
+
Thu Jun 20 01:34:15 2013 Tanaka Akira <akr@fsij.org>
* bignum.c (bdigit_roomof): Use SIZEOF_BDIGITS.