diff options
author | Christopher Faylor <me@cgf.cx> | 2002-05-31 22:59:57 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-05-31 22:59:57 +0000 |
commit | 30478f15d456c3162525569d370c76f0e35cfbd6 (patch) | |
tree | 45fc3eb680d588d0e1e17a707a65c3bdb925c7c6 | |
parent | 8e74c3207f2f92b4ce5b2f2a030d639e1745d6b6 (diff) | |
download | cygnal-30478f15d456c3162525569d370c76f0e35cfbd6.tar.gz cygnal-30478f15d456c3162525569d370c76f0e35cfbd6.tar.bz2 cygnal-30478f15d456c3162525569d370c76f0e35cfbd6.zip |
(add the rest of the ChangeLog)
* dtable.cc (dtable::init_std_file_from_handle): Default to using binmode
derived from path_conv, when required.
* fhandler.h (fhandler_base::get_w_binary): Default to binmode if nothing else
is specified.
* fhandler.h (fhandler_base::get_r_binary): Ditto.
* fhandler_disk_file.cc (fhandler_disk_file::fstat_by_handle): Work around g++
warning.
* path.cc (path_conv::check): Remove a debugging statement.
-rw-r--r-- | winsup/cygwin/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 9b2028374..02fedb852 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -3,6 +3,17 @@ * fhandler_console.cc (fhandler_console::open): Reinstate setting of flags. + * dtable.cc (dtable::init_std_file_from_handle): Default to using + binmode derived from path_conv, when required. + * fhandler.h (fhandler_base::get_w_binary): Default to binmode if + nothing else is specified. + * fhandler.h (fhandler_base::get_r_binary): Ditto. + + * fhandler_disk_file.cc (fhandler_disk_file::fstat_by_handle): Work + around g++ warning. + + * path.cc (path_conv::check): Remove a debugging statement. + 2002-05-31 Christopher Faylor <cgf@redhat.com> * fhandler_console.cc (fhandler_console::open): Always default to |