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>2008-07-26 23:35:21 +0400
committerChristopher Faylor <me@cgf.cx>2008-07-26 23:35:21 +0400
commit34cc372abe5dfd1d868b1e4428c8b5f49cbda5ce (patch)
treef0e6dda8df8cf1b75d24a91fb53f4dc5b20798bc /winsup/cygwin/ChangeLog
parentd9f2119e3255cda8faea49359ddb9a6bf9ca6a1e (diff)
* fhandler_tty.cc (fhandler_pty_master::setup): Reorganize so that all
operations for each end of the pipe are grouped together.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 244da549e..425de1085 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-26 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * fhandler_tty.cc (fhandler_pty_master::setup): Reorganize so that all
+ operations for each end of the pipe are grouped together.
+
2008-07-25 Corinna Vinschen <corinna@vinschen.de>
* dcrt0.cc (dll_crt0_1): Call malloc_init and user_shared_initialize_1