From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60895 invoked by alias); 15 Sep 2019 01:49:25 -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 60379 invoked by uid 89); 15 Sep 2019 01:48:44 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.1 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy= X-HELO: mail-ot1-f53.google.com Received: from mail-ot1-f53.google.com (HELO mail-ot1-f53.google.com) (209.85.210.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 15 Sep 2019 01:48:22 +0000 Received: by mail-ot1-f53.google.com with SMTP id 21so32683953otj.11 for ; Sat, 14 Sep 2019 18:48:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Szew2XbbjBLvN+VQq5EIig6LGjTGnK1+yjKMIDaUg1Q=; b=VGS4OQbp94AnX0bsJcYsUR8bTbRS5DnlIRCA/J9lJ+sRiV7LCoxampc57hsd/8OHKI z4mGqFLTu9w0Cya0zZt/Mmtv2a2nEOi4D48ML3PuskhqQghhiyeg+9Qj8kyVD9E/XUtM rYy1Mk6BM0gQSJfVmYQH9cEIRgZMAradHcoValgn10JihqVYk7FqjaEV3dDbYGeFbkw2 r0gJKtdPbRY38xw2ut8UsHw9tgUGOcD8KwHo2p7dRBe7eEf6CDut7Q11fVw/XHbsmLKa LKiyROVulC/H9DFVMqG8icwvy7AwvaRwDtklE6jPrUsi9+UfaWHHd0yvS7UeWtgBKbqR 5dHg== MIME-Version: 1.0 References: <20190813190436.215693-1-cbiesinger@google.com> <87blwsx305.fsf@tromey.com> In-Reply-To: From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Sun, 15 Sep 2019 01:49:00 -0000 Message-ID: Subject: Re: [PATCH] [readline] Fix compilation on MinGW To: Tom Tromey Cc: Christian Biesinger via gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00257.txt.bz2 On Tue, Aug 13, 2019 at 3:58 PM Christian Biesinger wrote: > > On Tue, Aug 13, 2019 at 2:46 PM Tom Tromey wrote: > > It's important to be sure to follow up with upstream readline; and to > > update the patch in the local tree if Chet uses a different patch. > > Will do. It looks like Chet committed the same patch: http://git.savannah.gnu.org/cgit/readline.git/diff/colors.c?h=devel&id=c612c3607b183ae654d6c920c729de5444fdb899 Christian