From 7cad0dc664d1a037a84d54bad1726b415d163749 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 19 Jul 2012 09:43:56 +0000 Subject: [PATCH] *** empty log message *** --- winsup/cygwin/release/1.7.16 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/winsup/cygwin/release/1.7.16 b/winsup/cygwin/release/1.7.16 index 39bf8bd2f..c955cfe44 100644 --- a/winsup/cygwin/release/1.7.16 +++ b/winsup/cygwin/release/1.7.16 @@ -31,3 +31,9 @@ Bug fixes: If a signal arrives while select is blocking and the program longjmps out of the signal handler then threads and memory may be left hanging. Fixes: http://cygwin.com/ml/cygwin/2012-05/threads.html#00275 + +- Fix fileno(3) to return -1/EBADF if stream is closed. + Fixes: http://cygwin.com/ml/cygwin/2012-07/msg00083.html + +- Fix clipboard handling, at least partially: + http://cygwin.com/ml/cygwin/2012-06/msg00521.html