From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130403 invoked by alias); 15 Jul 2016 13:34:48 -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 130394 invoked by uid 89); 15 Jul 2016 13:34:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=February, february X-HELO: mail-oi0-f42.google.com Received: from mail-oi0-f42.google.com (HELO mail-oi0-f42.google.com) (209.85.218.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 15 Jul 2016 13:34:37 +0000 Received: by mail-oi0-f42.google.com with SMTP id l72so17206195oig.2 for ; Fri, 15 Jul 2016 06:34:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=ifYSowAHs9mo3U4lGXSDgGthsZn/KQMfoa34wWWwExU=; b=mRaEYHB316gLD9eKmZno8N4SlaHm6PSsua5MNYUA1D5eV17TbH86BNryHo23Dl+hp8 4HGSZsujpL8Z3XB3dIHW2dx31Jr+nwWqVwvJDNjBYZQTjTn5tDWaKaPJPk1vjgJiaYNO u404tXPygAEgNNfo1Qu+ZMjMlBfwSW7ktVVO0PG7KVmv6lQ0tPiF1IqBqq+qkWwavzZR qj3sM1v+HxDNBuWQYW3GeO23qTDp4n1Lx79r9xSsewWwXiiIGfNuG7NbqNpgkImJSYpO T2L3jXABRVz3fGoy4ajP0GRs3wa3NR+QsQCScBhIETChAYR9utqLj7GpgmixLJPEefxD M5rg== X-Gm-Message-State: ALyK8tL8aPAR/xpkeFy5mPrevmPQ+WTMCokgZW6WQiC3x/dGdjFszY40mpJxPUwXZBFOCQB35WvSpPwIvJtS7g== X-Received: by 10.157.22.245 with SMTP id s50mr5539614ots.161.1468589675454; Fri, 15 Jul 2016 06:34:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.182.130 with HTTP; Fri, 15 Jul 2016 06:34:34 -0700 (PDT) In-Reply-To: <1468362513-94220-1-git-send-email-donb@codesourcery.com> References: <56BB791E.40309@redhat.com> <1468362513-94220-1-git-send-email-donb@codesourcery.com> From: Yao Qi Date: Fri, 15 Jul 2016 13:34:00 -0000 Message-ID: Subject: Re: [PATCH v2] Escape paths used in regular expressions To: Don Breazeal Cc: "gdb-patches@sourceware.org" , Pedro Alves Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00172.txt.bz2 On Tue, Jul 12, 2016 at 11:28 PM, Don Breazeal wrot= e: > 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. --=20 Yao (=E9=BD=90=E5=B0=A7)