Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-01-14 20:32:51 +0400
committerChristopher Faylor <me@cgf.cx>2013-01-14 20:32:51 +0400
commit930eacff8bc96f688e819018f181415643df3851 (patch)
tree201284be2c862d8c48468c8633cc5014a0120f6e
parentd39e9d1596b1342202fc8918cdbc959b6da9217d (diff)
update with my changes
-rw-r--r--winsup/cygwin/release/1.7.1821
1 files changed, 21 insertions, 0 deletions
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