Welcome to mirror list, hosted at ThFree Co, Russian Federation.

3.3.2 « release « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e48e39be6441e9bbfce02da6a0dae6ec0312ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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