]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: Document that the pipe_byte option is now set by default
authorKen Brown <kbrown@cornell.edu>
Thu, 11 Nov 2021 16:01:11 +0000 (11:01 -0500)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Sun, 12 Dec 2021 13:14:12 +0000 (22:14 +0900)
winsup/cygwin/release/3.4.0
winsup/doc/cygwinenv.xml
winsup/doc/new-features.xml

index 51ff4e0d535469dce20a74d0db55413b8d262226..b4a1267a4da47a60a870ef6d9b57dd1cdb0856b3 100644 (file)
@@ -9,6 +9,10 @@ What's new:
 What changed:
 -------------
 
+- The CYGWIN=pipe_byte option is now set by default, so that pipes are
+  opened in byte mode rather than message mode.
+  Addresses: https://cygwin.com/pipermail/cygwin/2021-March/247987.html
+
 
 Bug Fixes
 ---------
index 649084dfa9f92553c0c5eba6bb9a797174433f09..5e17404a710bac37495ff10ba67a806e3f0de5a2 100644 (file)
@@ -51,8 +51,9 @@ If supplied, wildcard matching is case insensitive.  The default is <literal>noi
 </listitem>
 
 <listitem>
-<para><envar>(no)pipe_byte</envar> - causes Cygwin to open pipes in byte mode rather than
-message mode.</para>
+<para><envar>(no)pipe_byte</envar> - if set, Cygwin opens pipes in byte mode rather than
+message mode.  This is the default starting with Cygwin 3.4.0.
+</para>
 </listitem>
 
 <listitem>
index 4fdfafc24ef5bf03918693e6fb4cd653d3b0326f..13d69ca9d62ba5968e40a47b04c7d2fe45bb4198 100644 (file)
@@ -16,6 +16,11 @@ Drop support for Vista and Server 2008.
 Add code to handle setrlimit(RLIMIT_AS).
 </para></listitem>
 
+<listitem><para>
+The CYGWIN=pipe_byte option is now set by default, so that pipes are
+opened in byte mode rather than message mode.
+</para></listitem>
+
 </itemizedlist>
 
 </sect2>
This page took 0.036745 seconds and 5 git commands to generate.