From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73082 invoked by alias); 14 Jul 2015 20:51:28 -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 73072 invoked by uid 89); 14 Jul 2015 20:51:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail-ob0-f170.google.com Received: from mail-ob0-f170.google.com (HELO mail-ob0-f170.google.com) (209.85.214.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 14 Jul 2015 20:51:25 +0000 Received: by obbop1 with SMTP id op1so13870265obb.2 for ; Tue, 14 Jul 2015 13:51:23 -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-type; bh=Rnmz8NfqIO8swT/MPeTGpaeawTWowh/FNlXw9Rh+KCc=; b=VmTbBmvkGqSnlAfviaHRUusKqNo131ePqiR/B0Lr6unjseYO/3oambbQEA8KQFjfJq Z9Ov1uccrlEjAlMWforF4fKXqrHzIzxWW7GYP7csbREjOK2hGwpUZ58UO2C2QLW0XgU5 55VvdfeddaYRRIRjZz4cpeZPn9ol/uTFyCscy76x+QpZo8QKkpIAtnnvv1gbXbZoL6TT 1KOYlGnBtYS/MHAgr0INsW4yruxY5nw6o8e27ZYzenUlkrpe3GvoTz6+S8NPzCsXQ4Co f+gbTPgYXpBWFIvmU1WRYeXNqdKbWopLNCdamKfej7ZHjY0Hds8EkVdAGyab/QLhtwXG nixw== X-Gm-Message-State: ALoCoQnecozAttwgIk4ha8cX9DuhrUXD8WZZ1EkbnNtyIoE8xB74Wx3zSTGDMBLsh3BH3DIBbUL9 X-Received: by 10.182.102.129 with SMTP id fo1mr470317obb.24.1436907083163; Tue, 14 Jul 2015 13:51:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.96.167 with HTTP; Tue, 14 Jul 2015 13:51:03 -0700 (PDT) In-Reply-To: <83r3oa7bms.fsf@gnu.org> References: <83r3oa7bms.fsf@gnu.org> From: Patrick Palka Date: Tue, 14 Jul 2015 20:51:00 -0000 Message-ID: Subject: Re: Readline patches To: Eli Zaretskii Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-07/txt/msg00421.txt.bz2 On Tue, Jul 14, 2015 at 4:00 PM, Eli Zaretskii wrote: > Please see > > http://lists.gnu.org/archive/html/bug-readline/2015-07/msg00010.html > http://lists.gnu.org/archive/html/bug-readline/2015-07/msg00011.html > > The Readline maintainer says the patches I sent back in January are > all in the latest Readline sources, and yet they are not in the GDB > Git repository, although AFAIR our Readline was resync'ed lately. A series was posted (by me) to update our sources to version 6.3 but was never committed. > > What should be done to have the latest Readline sources in GDB? Since readline 7.0 alpha is out, I think we might as well sync straight to it now that GDB 7.10 is branched. And we can quickly sync subsequent alpha/beta releases of readline 7.0 as they get released. A big advantage of syncing straight to readline 7.0 is that this is the first version contains all of GDB's currently local patches to readline so we won't have to worry about reapplying any local patches. I'll try to get a patchset ready for tomorrow, assuming readline 7.10 does not cause any major regressions from 6.3.