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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 554d14fd6..42b1a8853 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,16 @@
2010-10-24 Christopher Faylor <me+cygwin@cgf.cx>
+ * dcrt0.cc (do_exit): Don't set thread termination until all fds have
+ been closed since an fd may rely on a thread.
+ * fhandler_tty.cc: Reformat comment.
+ (fhandler_pty_master::pty_master_thread): Refuse ERROR_PIPE_CONNECTED
+ state as an error.
+ * globals.cc (exit_states): Reorder ES_THREADTERM.
+
+ * path.cc (find_fast_cwd_pointers): Remove excessively wordy DEBUGGING output.
+
+2010-10-24 Christopher Faylor <me+cygwin@cgf.cx>
+
* exceptions.cc (try_to_debug): Improve comment.
* fhandler_tty.cc (fhandler_pty_master::fhandler_pty_master): Add a
comment.