From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7275 invoked by alias); 30 May 2005 15:59:01 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 21979 invoked by uid 22791); 30 May 2005 15:42:35 -0000 Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Mon, 30 May 2005 15:42:34 +0000 Received: (qmail 16244 invoked from network); 30 May 2005 04:35:06 -0000 Received: from legolas.inter.net.il (192.114.186.24) by yosemite.airs.com with SMTP; 30 May 2005 04:35:06 -0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-66-25.inter.net.il [80.230.66.25]) by legolas.inter.net.il (MOS 3.5.8-GR) with ESMTP id EMG60226 (AUTH halo1); Mon, 30 May 2005 07:34:37 +0300 (IDT) Date: Mon, 30 May 2005 16:54:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20050529181945.GE11936@trixie.casa.cgf.cx> (message from Christopher Faylor on Sun, 29 May 2005 14:19:45 -0400) Subject: Re: RFA: Use lrealpath instead of gdb_realpath Reply-to: Eli Zaretskii References: <20050528234233.GA3440@nevyn.them.org> <20050529142112.GB23858@nevyn.them.org> <20050529181945.GE11936@trixie.casa.cgf.cx> X-SW-Source: 2005-05/txt/msg00635.txt.bz2 > Date: Sun, 29 May 2005 14:19:45 -0400 > From: Christopher Faylor > > I *do* think that D:\foo\bar/baz.c is ugly. I haven't seen a case where > this type of path was unacceptable, though. However, if there was going > to be a problem then it would probably be in the use of '/'. So, I > think that lrealpath should probably be changed to convert every slash > to a backslash. Then we should probably change SLASH_STRING back to '\\' for the MinGW build.