From 19c78f9b9bb86db1eb176181e4f444eaa781f348 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 3 Jun 2011 10:59:37 +0000 Subject: * io.c (io_fflush): windows -- call fsync() only when the FD is tied to file, because if the FD is pipe, it blocks. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 58f90576fe..1c166c1106 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 3 19:58:14 2011 NAKAMURA Usaku + + * io.c (io_fflush): windows -- call fsync() only when the FD is tied to + file, because if the FD is pipe, it blocks. + Fri Jun 3 09:27:31 2011 NARUSE, Yui * lib/net/http.rb (URI::HTTP#request_uri): return nil when the uri -- cgit v1.2.3