diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-05-09 15:56:37 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-05-09 15:56:37 +0000 |
commit | 9b98d6a8fbfcb2b9b9d4b9ebd452c100055258d2 (patch) | |
tree | 88acb521e7c37c6c7108602045c0ec49c49a65aa /winsup/cygwin/ChangeLog | |
parent | a22af4a956ce1926fb69c8f522ecf3111ee372f4 (diff) | |
download | cygnal-9b98d6a8fbfcb2b9b9d4b9ebd452c100055258d2.tar.gz cygnal-9b98d6a8fbfcb2b9b9d4b9ebd452c100055258d2.tar.bz2 cygnal-9b98d6a8fbfcb2b9b9d4b9ebd452c100055258d2.zip |
* dtable.cc (dtable::init_std_file_from_handle): Add workaround for
Windows 7 64 bit issue. Add lengthy comment to explain what happens.
* wincap.h (wincaps::has_console_handle_problem): New element.
* wincap.cc: Implement above element throughout.
(wincap_7): New wincaps structure for NT 6.1 kernels.
(wincapc::init): Set has_console_handle_problem to false for 32 bit
systems.
Fix broken older ChangeLog entry.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c48073f63..df415cfa7 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,15 @@ 2009-05-09 Corinna Vinschen <corinna@vinschen.de> + * dtable.cc (dtable::init_std_file_from_handle): Add workaround for + Windows 7 64 bit issue. Add lengthy comment to explain what happens. + * wincap.h (wincaps::has_console_handle_problem): New element. + * wincap.cc: Implement above element throughout. + (wincap_7): New wincaps structure for NT 6.1 kernels. + (wincapc::init): Set has_console_handle_problem to false for 32 bit + systems. + +2009-05-09 Corinna Vinschen <corinna@vinschen.de> + * sec_auth.cc (str2uni_cat): Move from here... * path.cc (str2uni_cat): ...to here. Simplify. Make static inline. (get_nt_native_path): Use RtlAppendUnicodeToString rather than @@ -880,7 +890,7 @@ * path.cc (symlink_info::check): Add workaround for UDF bug in terms of casesensitivity on certain OSes. * wincap.h (wincaps::has_broken_udf): New element. - (wincaps::has_broken_udf): New element + * wincap.cc: Implement above element throughout. 2009-01-27 Christopher Faylor <me+cygwin@cgf.cx> |