2013-12-09 21:47:13 +01:00
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
|
|
|
- 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 13:12:12 +01: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 20:05:26 +01: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 18:49:51 +01: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 21:50:04 +01: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 23:27:12 +01: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
|