From 3383a98be1ed993dbb9c6e749cf87890a79e5164 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 28 Oct 2008 10:01:26 +0000 Subject: * win32/win32.c (rb_w32_pipe_exec): internal fds should be always binmode. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bd4a113c0..6803a7d48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 28 19:00:51 2008 NAKAMURA Usaku + + * win32/win32.c (rb_w32_pipe_exec): internal fds should be always + binmode. + Tue Oct 28 17:21:18 2008 Yuki Sonoda (Yugui) * tool/make-snapshot.rb: merged from ruby_1_9_1. -- cgit