From d40d31eab17768ebead6cdcad0ba81b51ea6939c Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 4 Dec 2008 16:39:03 +0000 Subject: * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real error at this point. * io.c (pipe_open): use rb_w32_spawn() instead of rb_w32_pipe_exec() to use our own redirection scheme. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b85090e2c..e48336142 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Dec 5 01:37:02 2008 NAKAMURA Usaku + + * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real error + at this point. + + * io.c (pipe_open): use rb_w32_spawn() instead of rb_w32_pipe_exec() + to use our own redirection scheme. + Fri Dec 5 01:35:08 2008 Nobuyoshi Nakada * string.c (sym_to_proc): use hidden object. -- cgit