2018-02-07 23:16:51 +08:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
2018-08-07 20:51:10 +08:00
|
|
|
- New APIs: clearenv, pthread_tryjoin_np, pthread_timedjoin_np,
|
|
|
|
sched_getcpu.
|
2018-06-27 23:56:59 +08:00
|
|
|
|
2018-07-24 13:31:59 +08:00
|
|
|
- New APIs: aio_cancel, aio_error, aio_fsync, aio_read, aio_return,
|
|
|
|
aio_suspend, aio_write, lio_listio.
|
|
|
|
New header: <aio.h>.
|
|
|
|
|
2018-02-07 23:16:51 +08:00
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
- SO_RCVTIMEO and SO_SNDTIMEO socket options are now honored.
|
|
|
|
|
2018-04-11 18:46:18 +08:00
|
|
|
- /proc/cpuinfo now reports L3 cache size on Intel CPUs.
|
|
|
|
|
2018-02-07 23:16:51 +08:00
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
2018-02-17 00:21:48 +08:00
|
|
|
- Fix utils path handling in case cygdrive path is just '/'.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-02/msg00174.html
|
2018-04-09 17:48:33 +08:00
|
|
|
|
|
|
|
- Fix a potential SIGFPE in strtod, if FE_INVALID exceptions are
|
|
|
|
enabled.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00055.html
|
2018-04-11 18:46:18 +08:00
|
|
|
|
|
|
|
- Fix a CPU affinity problem when creating /proc/cpuinfo output.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00118.html
|
2018-05-30 00:31:07 +08:00
|
|
|
|
|
|
|
- Fix a buffer underrun problem in Win32 path normalization.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-05//msg00017.html
|
2018-05-30 00:41:31 +08:00
|
|
|
|
|
|
|
- Fix a stack alignment problem which may lead to spurious crashes after
|
|
|
|
fork.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin-patches/2018-q2/msg00016.html
|
2018-06-01 20:31:43 +08:00
|
|
|
|
|
|
|
- Fix a g++ compilation problem with -std=c++14 or -std=c++17.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-05/msg00316.html
|
2018-06-26 16:09:29 +08:00
|
|
|
|
|
|
|
- Fix FPE flag handling for division by zero conditions
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-06/msg00281.html
|
2018-06-26 16:21:18 +08:00
|
|
|
|
|
|
|
- Fix Unicode table.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-06/msg00248.html
|
2018-06-29 21:29:36 +08:00
|
|
|
|
|
|
|
- Handle a non-standard return value from some tape drives to
|
|
|
|
report a "no-media" error.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-06/msg00245.html
|
2018-07-19 17:35:40 +08:00
|
|
|
|
|
|
|
- Fix duration handling in sigtimedwait
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin-patches/2018-q3/msg00018.html
|
2018-07-20 19:55:26 +08:00
|
|
|
|
|
|
|
- Make FP environment symbols available on x86_64.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-07/msg00183.html
|
2018-08-03 15:35:31 +08:00
|
|
|
|
|
|
|
- Fix fegetenv behaviour.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00000.html
|