2017-11-02 10:09:39 -07:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
2017-11-14 12:36:38 -08:00
|
|
|
- New open(2) flags O_TMPFILE and O_NOATIME.
|
|
|
|
|
2017-11-30 12:57:16 -08:00
|
|
|
- scanf/wscanf now handle the POSIX %m modifier.
|
|
|
|
|
2017-12-01 09:21:59 -08:00
|
|
|
- scanf now handles the %l[ conversion.
|
|
|
|
|
2017-12-18 11:21:15 -08:00
|
|
|
- New APIs: sigtimedwait, wmempcpy.
|
2017-11-30 12:57:16 -08:00
|
|
|
|
2017-11-02 10:09:39 -07:00
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
|
|
|
- Fix a problem in unlink on NFS.
|
|
|
|
Addresses: Shows up in GAWK testsuite test "testext"
|
|
|
|
|
|
|
|
- Fix errno setting bug in posix_fadvise and posix_fallocate.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin-patches/2017-q4/msg00026.html
|
2017-11-07 07:11:08 -08:00
|
|
|
|
|
|
|
- Fix two bugs in the limit of large numbers of sockets.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2017-11/msg00052.html
|
2017-12-10 05:32:34 -08:00
|
|
|
|
|
|
|
- Fix a fork failure with private anonymous mmaps.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2017-12/msg00061.html
|
2017-12-18 11:21:15 -08:00
|
|
|
|
|
|
|
- Remove a call to fflush from ftell{o}, which may result in wrong offsets.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2017-12/msg00151.html
|
2017-12-19 09:58:06 -08:00
|
|
|
|
|
|
|
- Fix file pointer computation after short writes on block devices.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2017-12/msg00151.html
|