diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index a705415b5..3fae36511 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,9 @@ +2012-05-06 Christopher Faylor + + * 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 * new-features.sgml (ov-new1.7.14): Add mouse reporting mode 1005. diff --git a/winsup/doc/cygwinenv.sgml b/winsup/doc/cygwinenv.sgml index 2be87c8b2..3a05e9ba3 100644 --- a/winsup/doc/cygwinenv.sgml +++ b/winsup/doc/cygwinenv.sgml @@ -58,6 +58,11 @@ Default is set. If supplied, wildcard matching is case insensitive. The default is noignorecase + +(no)pipe_byte - causes Cygwin to open pipes in byte mode rather than +message mode. + + proc_retry:n - causes fork() and exec*() to retry n times when a child process fails diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 403d2709e..5562e53ce 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -1,5 +1,13 @@ What's new and what changed in Cygwin 1.7 +What's new and what changed from 1.7.14 to 1.7.15 + + + +CYGWIN=pipe_byte option now forces the opening of pipes in byte mode rather than message mode. + + + What's new and what changed from 1.7.13 to 1.7.14