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

2.5.2 « release « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe4a86930c928133b8a63d24c1e45dc3b69073ff (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
26
27
28
29
30
31
32
33
What's new:
-----------


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

- select(2) now supports timeouts less than a Windows tick (10-16 ms).


Bug Fixes
---------

- Fix an error message depending on the system header inclusion order.
  Addresses: https://cygwin.com/ml/cygwin-developers/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 prefixes.
  Addresses: https://sourceware.org/ml/cygwin/2016-04/msg00281.html

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

- Return at most one line of input in canonical mode and fix tcflush.
  Addresses: https://cygwin.com/ml/cygwin/2016-05/msg00318.html

- Fix using wrong inode number on newly created files.
  Addresses: https://cygwin.com/ml/cygwin/2016-06/msg00269.html