From eb31d95c8d0d8bf8f15538a44fddb3f5317fe66b Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 20 Nov 2007 04:04:51 +0000 Subject: * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fd instead of socketpair when mode is RDWR. * io.c (pipe_open): pass &write_fd to rb_w32_pipe_exec(). * io.c (popen_redirect): define only when HAVE_FORK. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a07ccdf50..a2d6d18f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Nov 20 13:00:44 2007 NAKAMURA Usaku + + * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fd + instead of socketpair when mode is RDWR. + + * io.c (pipe_open): pass &write_fd to rb_w32_pipe_exec(). + + * io.c (popen_redirect): define only when HAVE_FORK. + Tue Nov 20 12:12:04 2007 Tanaka Akira * include/ruby/io.h (rb_io_t): add tied_io_for_writing member. -- cgit