From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76221 invoked by alias); 15 Jul 2016 18:24:21 -0000 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 Received: (qmail 76209 invoked by uid 89); 15 Jul 2016 18:24:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 15 Jul 2016 18:24:10 +0000 Received: from svr-orw-fem-03.mgc.mentorg.com ([147.34.97.39]) by relay1.mentorg.com with esmtp id 1bO7mS-0006qj-7T from Don_Breazeal@mentor.com ; Fri, 15 Jul 2016 11:24:08 -0700 Received: from [172.30.3.246] (147.34.91.1) by SVR-ORW-FEM-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 15 Jul 2016 11:24:07 -0700 Subject: [pushed] Re: [PATCH v2] Escape paths used in regular expressions To: Yao Qi , "Breazeal, Don" References: <56BB791E.40309@redhat.com> <1468362513-94220-1-git-send-email-donb@codesourcery.com> CC: "gdb-patches@sourceware.org" , Pedro Alves From: Don Breazeal Message-ID: <57892A42.9080609@codesourcery.com> Date: Fri, 15 Jul 2016 18:24:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00178.txt.bz2 On 7/15/2016 6:34 AM, Yao Qi wrote: > On Tue, Jul 12, 2016 at 11:28 PM, Don Breazeal wrote: >> Zach had submitted this patch back in February, and Pedro had approved it, >> but it was never pushed in. I've taken over responsibility for this item. >> >> Neither of the affected expect scripts have been changed since this was >> approved. However, I fixed a typo in the original patch, changing >> string_to_regex to string_to_regexp. >> >> Verified that this patch fixes the tests when run in a directory with >> a name containing "++" on native Linux x86_64. >> >> OK to push this in? > > Yes, it is OK. > Thanks Yao. I've pushed this in. --Don