summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-18 09:10:04 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-18 09:10:04 +0000
commitc318d60646c0929b55b68fb73a1abb5002275f30 (patch)
treefc4f4802733f5de4dcb75895726079d3bb5bafa7 /ChangeLog
parent2ecbad2653ac7e9d97ec7d4ed03579260322254c (diff)
downloadruby-c318d60646c0929b55b68fb73a1abb5002275f30.tar.gz
ruby-c318d60646c0929b55b68fb73a1abb5002275f30.tar.xz
ruby-c318d60646c0929b55b68fb73a1abb5002275f30.zip
* win32/win32.c (poll_child_status): set EINVAL to errno when
GetExitCodeProcess() fails with ERROR_INVALID_HANDLE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17409 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 b02cbed2e..4b0ae6198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 18 18:09:08 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (poll_child_status): set EINVAL to errno when
+ GetExitCodeProcess() fails with ERROR_INVALID_HANDLE.
+
Wed Jun 18 15:01:18 2008 NARUSE, Yui <naruse@ruby-lang.org>
* io.c (rb_open_file): fs_encoding and fname_encoding is