delorie.com/archives/browse.cgi | search |
Sender: | rich AT phekda DOT freeserve DOT co DOT uk |
Message-ID: | <3E38F9A7.B68B2265@phekda.freeserve.co.uk> |
Date: | Thu, 30 Jan 2003 10:08:39 +0000 |
From: | Richard Dawe <rich AT phekda DOT freeserve DOT co DOT uk> |
X-Mailer: | Mozilla 4.77 [en] (X11; U; Linux 2.2.23 i586) |
X-Accept-Language: | de,fr |
MIME-Version: | 1.0 |
To: | djgpp-workers AT delorie DOT com |
Subject: | Re: symlinks: another failing test case - c://dev/env/DJDIR/... |
References: | <E18borK-0000Ze-00 AT phekda DOT freeserve DOT co DOT uk> <3E386ABA DOT 1010507 AT mif DOT vu DOT lt> |
Reply-To: | djgpp-workers AT delorie DOT com |
Hello. Laurynas Biveinis wrote: > > Richard Dawe wrote: > > to c://dev/env/DJDIR/rdawe-test/symlink/d cannot be resolved. > > Are we supposed to support 'c://dev/env/DJDIR' stuff ? I can't help > thinking that fixing this case is not worth it ... POSIX says that you are supposed to treat consecutive forward-slashes as one. So I think we should support it. NB: \\dev\env\DJDIR is a UNC and should be treated differently than //dev/env/DJDIR. You can't collapse the first two backward-slashes in a UNC. But c:\\dev\env\DJDIR is not a UNC and you can collapse the first two-backward slashes. Bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |