aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-08 04:56:07 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-08 04:56:07 +0000
commit87a77c71748c1b97e16f141709e9679f37efc441 (patch)
tree6e4b8558cb6a360e20e1f73861630c69708065b2 /ChangeLog
parentbc4088d768c081b15949d06f2dfb6b88c33e3eef (diff)
downloadruby-87a77c71748c1b97e16f141709e9679f37efc441.tar.gz
* win32/win32.c (rb_w32_pipe_exec): must close original handle
before exec. fixed: [ruby-dev:25112] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cf074b219..4f0f7c9724 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
-Wed Dec 8 11:52:51 2004 NAKAMURA Usaku <usa@ruby-lang.org>
+Wed Dec 8 13:49:46 2004 NAKAMURA Usaku <usa@ruby-lang.org>
- * win32/win32.c (rb_w32_fclose, rb_w32_close): shutdown socket
- before closesocket(). fixed: [ruby-dev:25112]
+ * win32/win32.c (rb_w32_pipe_exec): must close original handle
+ before exec. fixed: [ruby-dev:25112]
Wed Dec 8 11:46:26 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>