summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 4256a1184..d9b0b673c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,12 @@
+2005-11-23 Christopher Faylor <cgf@timesys.com>
+
+ * fhandler_tty.cc (fhandler_tty_slave::open): Reset the current windows
+ station whenever ctty == -1 regardles of whetehr there's a windows
+ station already assigned. Close the old windows station in this
+ situation.
+ * pinfo.cc (_pinfo::set_ctty): Reinstate incrementing of console count
+ when recording ctty so that the current tty is always around.
+
2005-11-18 Christopher Faylor <cgf@timesys.com>
* strptime.cc (_strptime): Fix gcc warnings.