4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00
Takashi Yano 365199090c Cygwin: pipe: Avoid false EOF while reading output of C# programs.
- If output of C# program is redirected to pipe, pipe reader falsely
  detects EOF. This happens after overhaul of pipe implementation.
  This patch fixes the issue.

Addresses:
  https://cygwin.com/pipermail/cygwin/2021-November/249777.html
2021-11-08 11:06:58 +01:00

15 lines
532 B
Groff

Bug Fixes
---------
- Fix bug that Ctrl-C sometimes does not work as expected in Windows Terminal.
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249749.html
- Fix a float rounding issue in newlib.
Addresses: https://sourceware.org/pipermail/newlib/2021/018626.html
- Fix a permission problem when writing ACLs on Samba.
- Fix the issue that pipe reader falsely detects EOF if the output of
the C# program is redirected to the pipe.
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249777.html