2018-02-07 16:16:51 +01:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
2018-08-07 14:51:10 +02:00
|
|
|
- New APIs: clearenv, pthread_tryjoin_np, pthread_timedjoin_np,
|
|
|
|
sched_getcpu.
|
2018-06-27 17:56:59 +02:00
|
|
|
|
2018-07-24 07:31:59 +02: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 16:16:51 +01:00
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
- SO_RCVTIMEO and SO_SNDTIMEO socket options are now honored.
|
|
|
|
|
2018-04-11 12:46:18 +02:00
|
|
|
- /proc/cpuinfo now reports L3 cache size on Intel CPUs.
|
|
|
|
|
2018-08-15 18:01:27 +02:00
|
|
|
- Drop denormal-operand exception from FE_ALL_EXCEPT, as on Linux.
|
|
|
|
|
2018-08-16 20:55:28 +02:00
|
|
|
- Rename the --file option of setfacl(1) to --set-file, as on Linux.
|
|
|
|
|
2018-08-17 11:49:21 +02:00
|
|
|
- Support Unicode 10.
|
|
|
|
|
2018-02-07 16:16:51 +01:00
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
2018-02-16 17:21:48 +01:00
|
|
|
- Fix utils path handling in case cygdrive path is just '/'.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-02/msg00174.html
|
2018-04-09 11:48:33 +02: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 12:46:18 +02:00
|
|
|
|
|
|
|
- Fix a CPU affinity problem when creating /proc/cpuinfo output.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00118.html
|
2018-05-29 18:31:07 +02:00
|
|
|
|
|
|
|
- Fix a buffer underrun problem in Win32 path normalization.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-05//msg00017.html
|
2018-05-29 18:41:31 +02: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 14:31:43 +02: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 10:09:29 +02:00
|
|
|
|
|
|
|
- Fix FPE flag handling for division by zero conditions
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-06/msg00281.html
|
2018-06-26 10:21:18 +02:00
|
|
|
|
|
|
|
- Fix Unicode table.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-06/msg00248.html
|
2018-06-29 15:29:36 +02: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 11:35:40 +02:00
|
|
|
|
|
|
|
- Fix duration handling in sigtimedwait
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin-patches/2018-q3/msg00018.html
|
2018-07-20 13:55:26 +02:00
|
|
|
|
|
|
|
- Make FP environment symbols available on x86_64.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-07/msg00183.html
|
2018-08-03 09:35:31 +02:00
|
|
|
|
|
|
|
- Fix fegetenv behaviour.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00000.html
|
2018-08-17 11:49:21 +02:00
|
|
|
|
|
|
|
- Fix NaN handling in strtof/strtod/strtold.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00150.html
|
2018-08-17 19:21:51 +02:00
|
|
|
|
|
|
|
- Fix memory allocation values in /proc/<PID>/status and /proc/<PID>/statm.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00223.html
|