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:
parent
d9c1aeaddf
commit
451bbfb9f3
@ -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
|
||||
---------
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user