From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gateway36.websitewelcome.com (gateway36.websitewelcome.com [50.116.125.2]) by sourceware.org (Postfix) with ESMTPS id 77A6E3861021 for ; Tue, 30 Jun 2020 21:19:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 77A6E3861021 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tromey.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=tom@tromey.com Received: from cm10.websitewelcome.com (cm10.websitewelcome.com [100.42.49.4]) by gateway36.websitewelcome.com (Postfix) with ESMTP id 95E2D4492963E for ; Tue, 30 Jun 2020 15:41:03 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id qNesjAXOJXGIkqNesjXn7o; Tue, 30 Jun 2020 16:19:14 -0500 X-Authority-Reason: nr=8 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=kBgt3VgDKaFpZlz5jy0grn6pr0mZ422SExEjstZyzAs=; b=ZI1ajkKzv6B9irepfY2MafWiOv nHbULJcCXWpULyd084qYhDLtMXDTNI7t7wBV6GuWC0aI5dJKsSi7eeL4n515PqbxHn30dwLqy4PM3 on4qVd6/oJpANl15GObCD/HS/; Received: from 174-16-104-48.hlrn.qwest.net ([174.16.104.48]:49754 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jqNer-004Ob3-RC; Tue, 30 Jun 2020 15:19:13 -0600 From: Tom Tromey To: Christian Biesinger via Gdb-patches Cc: Tom Tromey , Christian Biesinger Subject: Re: [PATCH 0/4] Import readline 8.0 patches References: <20200614201623.11743-1-tom@tromey.com> X-Attribution: Tom Date: Tue, 30 Jun 2020 15:19:12 -0600 In-Reply-To: (Christian Biesinger via Gdb-patches's message of "Mon, 15 Jun 2020 13:21:37 -0500") Message-ID: <87pn9gckvj.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5379.bluehost.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tromey.com X-BWhitelist: no X-Source-IP: 174.16.104.48 X-Source-L: No X-Exim-ID: 1jqNer-004Ob3-RC X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 174-16-104-48.hlrn.qwest.net (bapiya) [174.16.104.48]:49754 X-Source-Auth: tom+tromey.com X-Email-Count: 1 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-Spam-Status: No, score=-3036.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, GIT_PATCH_0, JMQ_SPF_NEUTRAL, RCVD_IN_ABUSEAT, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NEUTRAL, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2020 21:19:18 -0000 I'm going to check this series in now. Christian> But it would probably be good to update readline/README to mention Christian> that the 4 patches got applied? I think we can just rely on readline itself to document the patchlevel. I'm adding the appended patch to this series to make this more obvious. Tom commit b1d34c3e25e2918e14994bd13e4e707e710f9e56 Author: Tom Tromey Date: Tue Jun 30 15:17:07 2020 -0600 Update readline/README to mention patchlevel This updates readline/README to mention the current patchlevel, and the "git am" approach to importing new upstream patches. readline/ChangeLog 2020-06-30 Tom Tromey * README: Update instructions. diff --git a/readline/ChangeLog b/readline/ChangeLog index d13b1e80dd1..69ab913d9fa 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,7 @@ +2020-06-30 Tom Tromey + + * README: Update instructions. + 2019-11-15 Tom Tromey * configure, Makefile.in: Rebuild. diff --git a/readline/README b/readline/README index 9500004e789..54e1c72b197 100644 --- a/readline/README +++ b/readline/README @@ -12,3 +12,7 @@ carries. If your import removes the need for a local patch, please remember to update this file. + +Individual upstream readline patches can be directly imported using +"git am". You can see the current patch level by looking at +readline/patchlevel.