* path.cc (symlink_info::posixify): Fix comment.
This commit is contained in:
parent
4521c4bd0c
commit
2228ff0267
|
@ -1,3 +1,7 @@
|
||||||
|
2006-11-02 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* path.cc (symlink_info::posixify): Fix comment.
|
||||||
|
|
||||||
2006-11-02 Corinna Vinschen <corinna@vinschen.de>
|
2006-11-02 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* path.cc (symlink_info::check): Eliminate PATH_REP bit from pflags.
|
* path.cc (symlink_info::check): Eliminate PATH_REP bit from pflags.
|
||||||
|
|
|
@ -3155,8 +3155,8 @@ symlink_info::posixify (char *srcbuf)
|
||||||
A path starting with two slashes(!) or backslashes is converted into an
|
A path starting with two slashes(!) or backslashes is converted into an
|
||||||
NT UNC path. Unfortunately, in contrast to POSIX rules, paths starting
|
NT UNC path. Unfortunately, in contrast to POSIX rules, paths starting
|
||||||
with three or more (back)slashes are also converted into UNC paths,
|
with three or more (back)slashes are also converted into UNC paths,
|
||||||
just incorrectly sticking to their redundant backslashes. We go along
|
just incorrectly sticking to one redundant leading backslashe. We go
|
||||||
with this behaviour to avoid scenarios in which native tools access
|
along with this behaviour to avoid scenarios in which native tools access
|
||||||
other files than Cygwin.
|
other files than Cygwin.
|
||||||
The above rules are used exactly the same way on Cygwin specific symlinks
|
The above rules are used exactly the same way on Cygwin specific symlinks
|
||||||
(sysfiles and shortcuts) to eliminate non-POSIX paths in the output. */
|
(sysfiles and shortcuts) to eliminate non-POSIX paths in the output. */
|
||||||
|
|
Loading…
Reference in New Issue