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:
authorCorinna Vinschen <corinna@vinschen.de>2012-07-19 13:43:56 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-07-19 13:43:56 +0400
commit7cad0dc664d1a037a84d54bad1726b415d163749 (patch)
treecefabe24cabd72a2ea2c05336f1f89b7653f4384 /winsup/cygwin/release
parent90c352ad7717b4292b9b574b0530ec458d9a3330 (diff)
*** empty log message ***
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/1.7.166
1 files changed, 6 insertions, 0 deletions
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