Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Starks-Browning <starksb@ebi.ac.uk>2000-07-26 00:49:59 +0400
committerDavid Starks-Browning <starksb@ebi.ac.uk>2000-07-26 00:49:59 +0400
commit3637f333ed37f55498097494bffe4e8f2d4d60e3 (patch)
treeb8771d57db43df34fc92b47e96f184fd028aa26d
parent74b29f02d90e563d5011ea49ced5684423ea8a5f (diff)
Entry 'Are mixed-case filenames possible with Cygwin?': Expand slightly,
add reference to coolview.
-rw-r--r--winsup/doc/how.texinfo14
1 files changed, 8 insertions, 6 deletions
diff --git a/winsup/doc/how.texinfo b/winsup/doc/how.texinfo
index 4c06cece6..dc65c87a4 100644
--- a/winsup/doc/how.texinfo
+++ b/winsup/doc/how.texinfo
@@ -360,9 +360,6 @@ filesystem so we can also access the files under Windows 9x.
@subsection Are mixed-case filenames possible with Cygwin?
-@strong{(Please note: This section has not yet been updated for the latest
-net release.)}
-
Several Unix programs expect to be able to use to filenames
spelled the same way, but with different case. A prime example
of this is perl's configuration script, which wants @code{Makefile} and
@@ -370,9 +367,14 @@ of this is perl's configuration script, which wants @code{Makefile} and
just different case, so the configuration fails.
In releases prior to beta 16, mount had a special mixed case option
-which renamed files in such a way as to allow mixed case filenames.
-We chose to remove the support when we rewrote the path handling
-code for beta 16.
+which renamed files in such a way as to allow mixed case filenames. We
+chose to remove the support when we rewrote the path handling code for
+beta 16. The standard Windows apps -- explorer.exe,
+cmd.exe/command.com, etc. -- do not distinguish filenames that differed
+only in case, resulting in some (very) undesirable behavior.
+
+Sergey Okhapkin had maintained a mixed-case patch ('coolview') until
+about B20.1, but this has not been updated to recent versions of Cygwin.
@subsection What about DOS special filenames?