File: 2.8.1

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 (46 lines) | stat: -rw-r--r-- 1,421 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
34
35
36
37
38
39
40
41
42
43
44
45
46
What's new:
-----------

- Allow unprivileged symlink creation in Windows 10 1703 and later.

- New API: reallocarray

- New API: strverscmp, versionsort.


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

- The XSI form of sigpause, which removes the given signal from the process's
  signal mask, is made available when compiling with _XOPEN_SOURCE or
  _GNU_SOURCE.

Bug Fixes
---------

- Fix build problem with GCC 6.
  Addresses: https://cygwin.com/ml/cygwin-patches/2017-q2/msg00014.html

- Fix stat.st_blocks for files compressed with CompactOS method.
  Addresses: https://cygwin.com/ml/cygwin-patches/2017-q2/msg00026.html

- Fix extreme lagging during strace in certain scenarios.
  Addresses: https://cygwin.com/ml/cygwin/2017-04/msg00240.html

- Fix unwanted decimal point localization in /proc/loadavg
  Addresses: Reported on IRC.

- Fix ldd potentially looping on non-continuable exception
  Addresses: https://cygwin.com/ml/cygwin-patches/2017-q2/msg00002.html

- Fix buffer overflow problem in wcsxfrm/wcsxfrm_l.
  Addresses: https://cygwin.com/ml/cygwin/2017-05/msg00149.html

- Fix crash if env var name starts with non-ASCII char
  Addresses: https://cygwin.com/ml/cygwin/2017-05/msg00330.html

- Fix return value of lrint{f,l} on x86_64 Cygwin.
  Addresses: https://cygwin.com/ml/cygwin/2017-05/msg00388.html

- Fix native language support in regtool(1).
  Addresses: https://cygwin.com/ml/cygwin/2017-05/msg00245.html