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

2.9.0 « release « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e105fc0782df10d3effc0fc4441416be1e915e2 (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
34
35
36
37
38
What's new:
-----------

- New APIs: explicit_bzero, strnstr.

- New APIs: pthread_mutex_timedwait, pthread_rwlock_timedrdlock,
	    pthread_rwlock_timedwrlock.

- New API: renameat2.


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

- Improved implementation of <elf.h>.

- Add %s support for strptime..


Bug Fixes
---------

- Fix a regression in fflush introduced in 2.8.0.
  Addresses: https://sourceware.org/ml/cygwin-apps/2017-07/msg00041.html

- Fix a regression in reparse point handling introduced in 2.8.1.
  Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00114.html

- Fix a potential resource leak when checking reparse points during readdir.

- Fix select and read in Windows console when running under codepage 65001.
  Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00388.html

- Fix a clear screen issue in Windows console when running under codepage 65001.
  Addresses: https://cygwin.com/ml/cygwin/2017-07/msg00430.html

- Fix bug in strptime %F field width handling.
  Addresses: https://cygwin.com/ml/cygwin-patches/2017-q3/msg00033.html