4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-21 00:07:36 +08:00

Cygwin: Document that the pipe_byte option is now set by default

This commit is contained in:
Ken Brown 2021-11-11 11:01:11 -05:00 committed by Takashi Yano
parent d9c1aeaddf
commit 451bbfb9f3
3 changed files with 12 additions and 2 deletions

View 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
---------

View 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>

View 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>