From 930eacff8bc96f688e819018f181415643df3851 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 14 Jan 2013 16:32:51 +0000 Subject: [PATCH] update with my changes --- winsup/cygwin/release/1.7.18 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/winsup/cygwin/release/1.7.18 b/winsup/cygwin/release/1.7.18 index f9bc4d4cd..83549dfc5 100644 --- a/winsup/cygwin/release/1.7.18 +++ b/winsup/cygwin/release/1.7.18 @@ -35,3 +35,24 @@ Bug fixes: bug in the NFS driver's implementation of the FileRenameInformation info class. +- Fix bug where dup2 segv'ed on negative fd. + See: http://cygwin.com/ml/cygwin/2012-12/msg00377.html + +- Work around problem of erratic exit codes caused by a thread exiting + while process is shutting down. + See: http://cygwin.com/ml/cygwin/2012-12/msg00377.html + +- Always interrupt select() on a signal. + See: http://cygwin.com/ml/cygwin/2013-01/threads.html#00139 + +- Fix problem where sigwait() ignored non-thread-specific signals. + See: http://cygwin.com/ml/cygwin/2012-12/threads.html#00076 + +- Fix special processing of "cmd /c" so that "/C" is allowed as well. + See: http://cygwin.com/ml/cygwin/2012-11/msg00286.html + +- Return 0 rather than -1 when select() times out. + See: http://cygwin.com/ml/cygwin/2012-11/msg00132.html + +- Fix some bugs in CTRL-S/CTRL-Q handling in ptys. + See: http://cygwin.com/ml/cygwin/2012-10/msg00089.html