From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x844.google.com (mail-qt1-x844.google.com [IPv6:2607:f8b0:4864:20::844]) by sourceware.org (Postfix) with ESMTPS id 10C5D395C061 for ; Wed, 27 May 2020 18:28:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 10C5D395C061 Received: by mail-qt1-x844.google.com with SMTP id g18so3123928qtu.13 for ; Wed, 27 May 2020 11:28:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ab5oudPr3nggzJty10iRG7eFmbnOV3QgmWQSNVng1+A=; b=pHOta7vKbgGaT7ibSFQIc1VNYfYMFlIqe1HGTemuttNQL/x3cFgLUs2Xv2j6g0iwDM PBdQaitqtwQQRW2SnkXj98tyb/pzc89+lcEDA2foWtd9DvHKz927e1WpXVrVMNa2rYLd jGKQjxOv64XMSsrbxPP4+8lTc4wvMD2QuP85wTCQpzrzit3blQCU5gWeDBR/8hn7jKqI txqAYEbgM/me5+qmt3Tb5uZpmK3gJSf7I4Y1b4XkYIP1pXKHNkf9HdpW2LIwtxPB50Vo crbG6guu4SN0nHa1WS4g5UdvUD4Mv9FulJMMa6O5n3FctcVQsbJQrP+egl1Yw2uXXooq TUOA== X-Gm-Message-State: AOAM533tQBA2FRkLLlkunbW4PmeVD1O/t6kIk/EnGRvn/pGhFx2sRqgC Kn7cNwsd64qaBI5Pp28eWf8glJTAwz5h5boYH35KUBZ0eho= X-Google-Smtp-Source: ABdhPJyFbQzbticinxdVfqysKTd5rLDQaMJhtqM8HQ4Vc7rMthlcXgHP9CNDALwA0lNVkaGV9Orxe3YWV0mEkSodFTU= X-Received: by 2002:ac8:3f77:: with SMTP id w52mr5518743qtk.161.1590604111195; Wed, 27 May 2020 11:28:31 -0700 (PDT) MIME-Version: 1.0 References: <20200525185659.59346-1-ssbssa@yahoo.de> <20200525185659.59346-6-ssbssa@yahoo.de> <2046464962.6655303.1590514957188@mail.yahoo.com> <87a71tqwfz.fsf@tromey.com> <1744143498.980715.1590601068355@mail.yahoo.com> In-Reply-To: <1744143498.980715.1590601068355@mail.yahoo.com> From: Christian Biesinger Date: Wed, 27 May 2020 13:27:54 -0500 Message-ID: Subject: Re: [PATCH 5/7] Close file handle of empty history file To: Hannes Domani Cc: Gdb-patches Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-18.7 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL 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: Wed, 27 May 2020 18:28:34 -0000 On Wed, May 27, 2020 at 12:38 PM Hannes Domani via Gdb-patches wrote: > Am Mittwoch, 27. Mai 2020, 16:33:40 MESZ hat Tom Tromey Folgendes geschrieben: > > Imports of readline are done sporadically, not on any real schedule. > > If there's been official releases, I guess we should do one though :) > > There has not been a newer official release then the one currently in gdb. Well... readline's release process is a bit weird. There has been an "official patch": https://lists.gnu.org/archive/html/bug-readline/2019-08/msg00004.html (actually several, https://lists.gnu.org/archive/html/bug-readline/2020-02/threads.html) Christian