2020-07-09 12:17:03 -07:00
|
|
|
Bug Fixes:
|
|
|
|
----------
|
|
|
|
|
|
|
|
- Fix acl_get_* functions in 32-bit Cygwin (pointer sign extension)
|
2020-07-16 01:58:40 -07:00
|
|
|
|
|
|
|
- Fix select/poll issue in case a socket connect call fails.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2020-July/245528.html
|
2020-07-16 13:21:03 -07:00
|
|
|
|
|
|
|
- Fix multiple reader support for FIFOs
|
|
|
|
Addresses: https://sourceware.org/pipermail/cygwin/2020-July/245456.html
|
2020-07-21 14:57:37 -07:00
|
|
|
|
|
|
|
- Fix an mmap issue that could cause failure with errno EFBIG
|
|
|
|
Partially addresses: https://sourceware.org/pipermail/cygwin/2020-July/245557.html
|
2020-08-17 13:24:59 -07:00
|
|
|
|
|
|
|
- Fix the behavior of C++ apps after an unhandled exception (64-bit only)
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2019-October/242795.html
|
|
|
|
https://cygwin.com/pipermail/cygwin/2020-August/245897.html
|