diff options
author | Corinna Vinschen <vinschen@redhat.com> | 2008-03-04 22:30:21 +0000 |
---|---|---|
committer | Corinna Vinschen <vinschen@redhat.com> | 2008-03-04 22:30:21 +0000 |
commit | 20859e2c44b71da4bd0878acf500ffa392452969 (patch) | |
tree | 183277638deaa4e57701f517ac3f26eadc8a25e9 /winsup/cygwin/ChangeLog | |
parent | 20e2effe2f4ccfea1dae967a65ba69afb3fa8596 (diff) | |
download | gdb-20859e2c44b71da4bd0878acf500ffa392452969.tar.gz |
* dtable.cc (dtable::init_std_file_from_handle): Set access to
read/write if handle is connected to a tty or console.
* fhandler_dsp.cc (fhandler_dev_dsp::dup): Set open flags correctly
after duplicating from archetype.
* fhandler_tty.cc (fhandler_tty_slave::dup): Ditto.
(fhandler_pty_master::dup): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b02bab1814d..181c224cdf0 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,12 @@ +2008-03-04 Corinna Vinschen <corinna@vinschen.de> + + * dtable.cc (dtable::init_std_file_from_handle): Set access to + read/write if handle is connected to a tty or console. + * fhandler_dsp.cc (fhandler_dev_dsp::dup): Set open flags correctly + after duplicating from archetype. + * fhandler_tty.cc (fhandler_tty_slave::dup): Ditto. + (fhandler_pty_master::dup): Ditto. + 2008-03-01 Christopher Faylor <me+cygwin@cgf.cx> * cygtls.h (_cygtls::handle_threadlist_exception): Eliminate. |