2014-01-17 11:11:25 +00:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
- popen now supports the Glibc 'e' flag to set the FD_CLOEXEC flag on the pipe
|
|
|
|
in a thread-safe way.
|
|
|
|
|
2014-01-18 11:37:55 +00:00
|
|
|
- netinet/ip6.h header.
|
|
|
|
|
2014-01-17 11:11:25 +00:00
|
|
|
|
2013-12-09 20:47:13 +00:00
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
2014-01-17 11:11:25 +00:00
|
|
|
- Switch to BSD FILE stream fopen/exit semantics, as in all BSD variants and
|
|
|
|
Linux/GLibc: Don't fflush/lseek a FILE stream on fclose and exit, if it
|
|
|
|
only has been read from.
|
|
|
|
See: http://cygwin.com/ml/cygwin/2014-01/msg00110.html
|
|
|
|
|
2013-12-09 20:47:13 +00:00
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
2014-01-27 21:25:39 +00:00
|
|
|
- Store and restore FPU control word and XMM registers when a signal is
|
|
|
|
handled.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2014-01/msg00075.html
|
|
|
|
|
2013-12-09 20:47:13 +00:00
|
|
|
- Signals should no longer hang when they occur within a low-level
|
|
|
|
Windows DLL.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00151
|
2013-12-11 12:12:12 +00:00
|
|
|
|
|
|
|
- If it turns out that transactions don't work during unlink(2) or rename(2),
|
|
|
|
despite the fact that the filesystem claims to handle them, stop transaction
|
|
|
|
and try again without.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-12/msg00119.html
|
2013-12-17 19:05:26 +00:00
|
|
|
|
|
|
|
- Closing a dup'ed master tty handle should no longer invalidate the dup'ed fd.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00279
|
2013-12-18 17:49:51 +00:00
|
|
|
|
|
|
|
- Problems where ps hangs when used in a pipeline should now be solved.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00262
|
|
|
|
|
|
|
|
- Using gdb from a Windows console rather than a pty should no longer randomly
|
|
|
|
hang.
|
2013-12-18 20:50:04 +00:00
|
|
|
|
|
|
|
- Fix locale-specific radix char handling in scanf family of functions.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-12/msg00294.html
|
2013-12-31 22:27:12 +00:00
|
|
|
|
|
|
|
- The console buffer should no longer be cleared when the resolution of the
|
|
|
|
console exceeds some magic threshold.
|
|
|
|
Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00406
|
2014-01-04 23:58:32 +00:00
|
|
|
|
|
|
|
- Fix inadvertent clearing of entire console buffer on clear screen.
|
|
|
|
See: http://cygwin.com/ml/cygwin/2014-01/msg00011.html
|
2014-01-08 16:55:23 +00:00
|
|
|
|
|
|
|
- Make sure that stackdump file is closed after use.
|
|
|
|
See: http://cygwin.com/ml/cygwin/2014-01/threads.html#00029
|