2015-02-07 01:14:26 +08:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
- New APIs: cabsl, cimagl, creall, finitel, hypotl, sqrtl.
|
|
|
|
|
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
|
|
|
- Fix /proc/cpuinfo multicore info on Intel CPUs.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin-apps/2015-02/msg00077.html
|
2015-02-13 01:53:24 +08:00
|
|
|
|
2015-02-13 04:23:20 +08:00
|
|
|
- Generate unique inode number for /dev/tty under all circumstances.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00211.html
|
|
|
|
|
|
|
|
- Fix handling of PATH search in execlp and other calls to honor mount flags.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00119.html
|
|
|
|
|
|
|
|
- Remove a debug message accidentally printed to the terminal window
|
|
|
|
if an application calls fcntl(F_SETFL) erroneously.
|
|
|
|
|
2015-02-19 22:15:44 +08:00
|
|
|
- Two regressions in 1.7.34 acl(SETACL, ...):
|
|
|
|
|
|
|
|
- SETACL overwrote the incoming acltent_t array for bookkeeping purposes
|
|
|
|
while iterating over its entries. This broke reusing the acl in the
|
|
|
|
calling application (e.g. setfacl).
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00304.html
|
|
|
|
|
|
|
|
- SETACL accidentally missed to grant owner FILE_WRITE_ATTRIBUTES access.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00457.html
|
2015-02-15 17:13:03 +08:00
|
|
|
|
2015-02-16 20:50:12 +08:00
|
|
|
- 64 bit: Export forgotten symbol __mempcpy.
|
2015-02-15 17:13:03 +08:00
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00394.html
|
2015-02-23 20:40:01 +08:00
|
|
|
|
|
|
|
- 64 bit: Avoid misbehaviour in signal mask computation.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00665.html
|