https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=90031ffe916cdee83d377d757010716a0aa15d34
commit 90031ffe916cdee83d377d757010716a0aa15d34 Author: Corinna Vinschen <[email protected]> AuthorDate: Thu Nov 7 11:47:42 2024 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Thu Nov 7 11:47:42 2024 +0100 Cygwin: release/3.5.5: fetch missing entries from cygwin-3_5-branch Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/3.5.5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/winsup/cygwin/release/3.5.5 b/winsup/cygwin/release/3.5.5 index cbaa1727488c..9cc51dc2e690 100644 --- a/winsup/cygwin/release/3.5.5 +++ b/winsup/cygwin/release/3.5.5 @@ -24,3 +24,9 @@ Fixes: - Make console inherit hand over of pseudo console ownership from parent pty. Addresses: https://cygwin.com/pipermail/cygwin/2024-February/255388.html + +- Restore pipe blocking mode for non-cygwin apps. + Addresses: https://github.com/git-for-windows/git/issues/5115 + +- Fix a problem that signal handler destroys the FPU context. + Addresses: https://cygwin.com/pipermail/cygwin/2024-October/256503.html
