summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/2.5.2
blob: e48a085f4b8960be5920accf59226d11f1b320df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
What's new: -----------

What changed: -------------

Bug Fixes ---------

-  Fix  an error message depending on the system header inclusion
order.
  Addresses:                https://cygwin.com/ml/cygwin-develop-
ers/2016-05/msg00003.html

- Fix non-POSIXy scheduler priority handling.
  Addresses: Bugreport via private email

- Allow mmap to map regions > 4 Gigs on 64 bit.
  Addresses: https://cygwin.com/ml/cygwin/2016-05/msg00140.html

- Fix realpath(3) for incoming paths starting with long path pre-
fixes.
  Addresses:                       https://sourceware.org/ml/cyg-
win/2016-04/msg00281.html

- Fix a usage of INT_MAX (required limits.h) in math.h
  Addresses: Report on #cygwin-developers