File: 2.5.2

package info (click to toggle)
libnewlib-nano 2.11.2-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 114,156 kB
  • sloc: ansic: 631,393; cpp: 129,053; makefile: 62,427; asm: 49,042; sh: 15,817; xml: 15,337; perl: 4,340; lisp: 720; python: 557; exp: 470; yacc: 315; awk: 25; tcl: 4
file content (33 lines) | stat: -rw-r--r-- 989 bytes parent folder | download
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