]> sourceware.org Git - newlib-cygwin.git/commitdiff
* pathnames.sgml: Add limitation of case sensitivity with CreateProcess.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 28 Oct 2009 10:11:22 +0000 (10:11 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 28 Oct 2009 10:11:22 +0000 (10:11 +0000)
winsup/doc/ChangeLog
winsup/doc/pathnames.sgml

index e529b9ea4a3afc3a48ce0067de3dbdd447fe70ef..ec2f70c18ee0b97ef40e47f377a3e7c601b35821 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
+
+       * pathnames.sgml: Add limitation of case sensitivity with CreateProcess.
+
 2009-10-28  Corinna Vinschen  <corinna@vinschen.de>
 
        * new-features.sgml (ov-new1.7-posix): Mention UTF-8 as "C" default
index cb8365b970a96a53e19e90a03f22da0fc0f6d376..e570d9040871a658aa5c87dc9597a6b301119464 100644 (file)
@@ -489,10 +489,14 @@ set to case sensitivity.
 </note>
 
 <para>After you set this registry value to 0, Cygwin will be case-sensitive
-by default on NTFS and NFS filesystems.  Be aware that using two filenames
-which only differ by case might result in some weird interoperability
-issues with native Win32 applications.  You're using case-sensitivity 
-at your own risk.  You have been warned!</para>
+by default on NTFS and NFS filesystems.  However, there are limitations: 
+while two <emphasis role='bold'>programs</emphasis> <filename>Abc.exe</filename>
+and <filename>aBc.exe</filename> can be created and accessed like other files,
+starting applications is still case-insensitive due to Windows limitations
+and so the program you try to launch may not be the one actually started.  Also,
+be aware that using two filenames which only differ by case might
+result in some weird interoperability issues with native Win32 applications.  
+You're using case-sensitivity at your own risk.  You have been warned! </para>
 
 <para>Even if you use case-sensitivity, it might be feasible to switch to
 case-insensitivity for certain paths for better interoperability with
This page took 0.032539 seconds and 5 git commands to generate.