* cygwinenv.sgml: Add pipe_byte description.

* new-features.sgml (ov-new1.7.15): Add new pipe_byte description for 1.7.15.
This commit is contained in:
Christopher Faylor 2012-05-06 18:59:46 +00:00
parent d6d8002e43
commit 5c0e79c218
3 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2012-05-06 Christopher Faylor <me.cygwin2012@cgf.cx>
* cygwinenv.sgml: Add pipe_byte description.
* new-features.sgml (ov-new1.7.15): Add new pipe_byte description for
1.7.15.
2012-04-25 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.14): Add mouse reporting mode 1005.

View File

@ -58,6 +58,11 @@ Default is set.</para>
If supplied, wildcard matching is case insensitive. The default is <literal>noignorecase</literal></para>
</listitem>
<listitem>
<para><envar>(no)pipe_byte</envar> - causes Cygwin to open pipes in byte mode rather than
message mode.</para>
</listitem>
<listitem>
<para><envar>proc_retry:n</envar> - causes <function>fork()</function> and
<function>exec*()</function> to retry n times when a child process fails

View File

@ -1,5 +1,13 @@
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title>
<sect2 id="ov-new1.7.14"><title>What's new and what changed from 1.7.14 to 1.7.15</title>
<itemizedlist mark="bullet">
<listitem><para>
CYGWIN=pipe_byte option now forces the opening of pipes in byte mode rather than message mode.
</para></listitem>
</sect2>
<sect2 id="ov-new1.7.14"><title>What's new and what changed from 1.7.13 to 1.7.14</title>
<itemizedlist mark="bullet">