diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index ebfec726d..f106d3fe5 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2003-10-10 Christopher Faylor <cgf@redhat.com> + * fhandler_tty.cc (fhandler_tty_slave::open): Don't create a new window + station if one already exists. + +2003-10-10 Christopher Faylor <cgf@redhat.com> + * shared.cc (shared_info::initialize): Remove myself check since hMainProc initialization will allow user initialization to work. |