https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=46c7e2f793cd6ef991fa9c887cec1cfb13263e8f
commit 46c7e2f793cd6ef991fa9c887cec1cfb13263e8f Author: Takashi Yano <[email protected]> Date: Sat Mar 5 18:21:09 2022 +0900 Cygwin: update 3.3.5 release notes Diff: --- winsup/cygwin/release/3.3.5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/winsup/cygwin/release/3.3.5 b/winsup/cygwin/release/3.3.5 index 11698c4e4..ce7a21268 100644 --- a/winsup/cygwin/release/3.3.5 +++ b/winsup/cygwin/release/3.3.5 @@ -23,6 +23,14 @@ Bug Fixes Addresses: https://github.com/GitCredentialManager/git-credential-manager/issues/576 +- Fix some problems such as: + 1) If output of non-cygwin app and input of cygwin app are connected + by a pipe, Ctrl-C has to be sent twice to stop apps when the + cygwin app does not read stdin at the moment. + 2) In cmd.exe started from cygwin shell, if output of non-cygwin + app and input of cygwin app are connected by a pipe, Ctrl-C + can never terminate the apps. + - Fix exit code when non-cygwin app is terminated by Ctrl-C. - Fix a bug that the order of the console key inputs are occasionally
