https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a422196c56fa2b5c4823d67cf92acdfc164e5da4
commit a422196c56fa2b5c4823d67cf92acdfc164e5da4 Author: Corinna Vinschen <[email protected]> AuthorDate: Thu Aug 22 21:24:35 2024 +0200 Commit: Corinna Vinschen <[email protected]> CommitDate: Thu Aug 22 21:24:35 2024 +0200 Cygwin: add release message for latest pipe changes Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/3.5.4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/3.5.4 b/winsup/cygwin/release/3.5.4 index fd3245aa5572..90c324b23d87 100644 --- a/winsup/cygwin/release/3.5.4 +++ b/winsup/cygwin/release/3.5.4 @@ -25,3 +25,6 @@ Fixes: - Fix an off-by-one in LC_MESSAGE wide character data. Addresses: https://sourceware.org/pipermail/newlib/2024/021271.html + +- Improve write pipe behaviour in case the pipe buffer is about to be + filled up.
