From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19129 invoked by alias); 15 Aug 2011 19:21:24 -0000 Received: (qmail 19120 invoked by uid 22791); 15 Aug 2011 19:21:23 -0000 X-SWARE-Spam-Status: No, hits=-7.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Aug 2011 19:21:04 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p7FJKxc2006368 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 15 Aug 2011 15:20:59 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p7FJKwY9030767; Mon, 15 Aug 2011 15:20:59 -0400 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p7FJKuQo018014; Mon, 15 Aug 2011 15:20:56 -0400 From: Tom Tromey To: "Pierre Muller" Cc: "'Eli Zaretskii'" , Subject: Re: [RFC] Fix problems related to Mingw/DJGPP file names containing colons References: <004901cc5907$85006320$8f012960$%muller@ics-cnrs.unistra.fr> <83vcu2wnvj.fsf@gnu.org> <83sjp6wmhb.fsf@gnu.org> <003c01cc59a1$49cc1520$dd643f60$%muller@ics-cnrs.unistra.fr> <83ei0pwpol.fsf@gnu.org> <28604.9419818029$1313268187@news.gmane.org> Date: Mon, 15 Aug 2011 19:21:00 -0000 In-Reply-To: <28604.9419818029$1313268187@news.gmane.org> (Pierre Muller's message of "Sat, 13 Aug 2011 22:42:16 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-08/txt/msg00310.txt.bz2 >>>>> "Pierre" == Pierre Muller writes: Pierre> The main reason for now is that the code is acting directly on Pierre> addr_string pchar and should not modify it, otherwise, Pierre> we could simply call a more complete quoting function that Pierre> would escape internal colons (but of course we should then also Pierre> look for and handle those escaped colons...) If you, or anybody, is planning a major overhaul of linespec, I'd appreciate it if you could coordinate with me first; my "ambiguous linespec" patch touches linespec heavily and I would prefer not to have to redo it all. The simplest way to coordinate would be to pull from archer-tromey-ambiguous-linespec. Tom