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

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

- Fix an uninitialized variable having weird side-effects in path handling.
  Addresses: https://cygwin.com/pipermail/cygwin/2022-December/252734.html

- Fix hang-up of less on quit which occurs when it is started from non-cygwin
  shell and window is resized.
  Addresses: https://cygwin.com/pipermail/cygwin/2022-December/252737.html

- Reinstantiate exporting _alloca.
  Addresses: https://cygwin.com/pipermail/cygwin/2023-January/252797.html