X-Spam-Check-By: sourceware.org Date: Sun, 26 Mar 2006 15:09:59 -0500 (EST) From: Igor Peshansky Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: Re: ":" in filename In-Reply-To: <4425916C.9040009@cygwin.com> Message-ID: References: <8389af8b0603241937m62e9701y596bed40382bd6f0 AT mail DOT gmail DOT com> <4424BE59 DOT 9184F1E1 AT dessent DOT net> <4424C1DC DOT 8010005 AT byu DOT net> <4425916C DOT 9040009 AT cygwin DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Sat, 25 Mar 2006, Larry Hall (Cygwin) wrote: > Eric Blake wrote: > > > > > It would be nice if cygwin could be more proactive in recognizing : as > > invalid in non-managed mounts, rather than passing the : on to the > > Windows filename functions, in order to avoid the creation of > > undeletable filenames such as ".new." via the help of a colon, but I > > can live with the current behavior if adding such a check would slow > > down the common case. > > The latter affect is certainly the case here though, as usual, I'm sure > it's a PTC if someone has a great brainstorm for a way to do this > without the overhead. Well, normalize_posix_path() (in path.cc) already scans the whole path string looking for '\\' -- I can't imagine that adding a check for ':' would introduce all that much overhead. But, of course, empirical evidence is always best, and I don't have any at the moment. Eric, care to simply add a test for ':' in that loop and do some measurements? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu | igor AT watson DOT ibm DOT com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/