*** empty log message ***

This commit is contained in:
Corinna Vinschen 2012-07-19 09:43:56 +00:00
parent 90c352ad77
commit 7cad0dc664
1 changed files with 6 additions and 0 deletions

View File

@ -31,3 +31,9 @@ Bug fixes:
If a signal arrives while select is blocking and the program longjmps 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. out of the signal handler then threads and memory may be left hanging.
Fixes: http://cygwin.com/ml/cygwin/2012-05/threads.html#00275 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