From 9b98d6a8fbfcb2b9b9d4b9ebd452c100055258d2 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 9 May 2009 15:56:37 +0000 Subject: * 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. --- winsup/cygwin/ChangeLog | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/ChangeLog') diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c48073f63..df415cfa7 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,13 @@ +2009-05-09 Corinna Vinschen + + * 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 * sec_auth.cc (str2uni_cat): Move from here... @@ -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 -- cgit v1.2.3