4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-22 08:46:17 +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: 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 Bug Fixes
--------- ---------

View File

@ -51,8 +51,9 @@ If supplied, wildcard matching is case insensitive. The default is <literal>noi
</listitem> </listitem>
<listitem> <listitem>
<para><envar>(no)pipe_byte</envar> - causes Cygwin to open pipes in byte mode rather than <para><envar>(no)pipe_byte</envar> - if set, Cygwin opens pipes in byte mode rather than
message mode.</para> message mode. This is the default starting with Cygwin 3.4.0.
</para>
</listitem> </listitem>
<listitem> <listitem>

View File

@ -16,6 +16,11 @@ Drop support for Vista and Server 2008.
Add code to handle setrlimit(RLIMIT_AS). Add code to handle setrlimit(RLIMIT_AS).
</para></listitem> </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> </itemizedlist>
</sect2> </sect2>