4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-16 11:31:00 +08:00
Corinna Vinschen 59076540bc * fhandler.h (class fhandler_base): Add was_nonblocking status flag.
* fhandler.cc (fhandler_base::set_flags): Set was_nonblocking if the
	O_NONBLOCK flag has been specified.
	(fhandler_base_overlapped::close): Check for was_nonblocking instead
	of for is_nonblocking.  Explain why.
	(fhandler_base::set_nonblocking): Set was_nonblocking if noblocking
	mode gets enabled.
2015-02-24 11:05:02 +00:00

46 lines
1.5 KiB
Plaintext

What's new:
-----------
- New APIs: cabsl, cimagl, creall, finitel, hypotl, sqrtl.
What changed:
-------------
- Performance improvements of the new account DB handling.
Bug Fixes
---------
- Fix /proc/cpuinfo multicore info on Intel CPUs.
Addresses: https://cygwin.com/ml/cygwin-apps/2015-02/msg00077.html
- 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.
- 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
- 64 bit: Export forgotten symbol __mempcpy.
Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00394.html
- 64 bit: Avoid misbehaviour in signal mask computation.
Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00665.html
- Avoid data loss on non-blocking pipes after switching back to blocking.
Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00575.html