From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8733 invoked by alias); 21 Feb 2006 19:47:43 -0000 Received: (qmail 8725 invoked by uid 22791); 21 Feb 2006 19:47:43 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-03.spheriq.net (HELO fra-del-03.spheriq.net) (195.46.51.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 21 Feb 2006 19:47:40 +0000 Received: from fra-out-01.spheriq.net (fra-out-01.spheriq.net [195.46.51.129]) by fra-del-03.spheriq.net with ESMTP id k1LJlaxm031703 for ; Tue, 21 Feb 2006 19:47:36 GMT Received: from fra-cus-02.spheriq.net (fra-cus-02.spheriq.net [195.46.51.38]) by fra-out-01.spheriq.net with ESMTP id k1LJlZ9E027206 for ; Tue, 21 Feb 2006 19:47:35 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-02.spheriq.net with ESMTP id k1LJlX0m031678 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Tue, 21 Feb 2006 19:47:34 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 1BF14DA41 for ; Tue, 21 Feb 2006 19:47:33 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 869FB475C2 for ; Tue, 21 Feb 2006 19:51:17 +0000 (GMT) Received: from [164.129.15.13] (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHF98847 (AUTH stubbsa); Tue, 21 Feb 2006 19:47:31 GMT Message-ID: <43FB6DCB.8090205@st.com> Date: Tue, 21 Feb 2006 20:15:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Andrew STUBBS , GDB Patches Subject: Re: [PATCH] Allow spaces in pathnames to directory command References: <4395AA58.90505@st.com> <4395AB73.2030704@st.com> <20060220171943.GA19356@nevyn.them.org> <43FA053B.6060502@st.com> <20060220191937.GA23330@nevyn.them.org> <20060221182750.GA26373@nevyn.them.org> In-Reply-To: <20060221182750.GA26373@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.2.01 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00402.txt.bz2 Daniel Jacobowitz wrote: > Meanwhile, I think that this is a sensible change, so go ahead and > commit it. Thanks, done. Andrew