summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-05-09 15:56:37 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-05-09 15:56:37 +0000
commit9b98d6a8fbfcb2b9b9d4b9ebd452c100055258d2 (patch)
tree88acb521e7c37c6c7108602045c0ec49c49a65aa /winsup/cygwin/ChangeLog
parenta22af4a956ce1926fb69c8f522ecf3111ee372f4 (diff)
downloadcygnal-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/ChangeLog12
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>