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

3.3.6 « release « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 135f33155b39165db98fbbd28c44bb842e20f47d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Bug Fixes
---------

- Fix an issue that command "cmd /c script -c cmd" crashes if it
  is issued in console of Windows 7.

- Fix killpg failing because the exec'ing as well as the exec'ed
  process are not in the pidlist for a brief moment.
  Addresses: https://cygwin.com/pipermail/cygwin/2022-May/251479.html

- Fix mknod (64-bit only), whose definition didn't match its prototype.
  Addresses: https://cygwin.com/pipermail/cygwin-developers/2022-May/012589.html