From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 70D771F461 for ; Mon, 2 Sep 2019 15:12:05 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=WFXvybrE9511CV5azHgqYFvogyqzoHMFjcb+1ZSKFOD 6uTmcaYcK4OwTF/T30j/JZMyEVbOwQi4pMIXO2cBtx7SZpzfMseU1WhgX3c5U7DS uMQ8z20GT5dPzm7fGdNhj9f1WNQhZTq/L9JU0XD64tX1ZvZPm+Z1d/t/UToT7Mm8 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=F6nf9hft3c4zcvWmhPJa8f8Exvo=; b=ke37ruaJCFCGfVBoV xU42MeReJ+9PLp6clQ+fnT1Q680F4HIWhqC9RPlrDwqNu+LTW21o968S+k8SxBQs rE1/jQzH17wZ6U1waUjkFau6LqGgvpDv5Ntpo4oJ1iVoEFO0p7jZKMDMVq5MynXm 6Y2Wq5bKGepJfc7t8SrUxJOnwk= Received: (qmail 123514 invoked by alias); 2 Sep 2019 15:12:03 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 123506 invoked by uid 89); 2 Sep 2019 15:12:03 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: smtpout1.mo803.mail-out.ovh.net Date: Mon, 2 Sep 2019 12:11:48 -0300 From: "Gabriel F. T. Gomes" To: Florian Weimer CC: Subject: Re: [PATCH 1/6] ldbl-128ibm-compat: Add regular character printing functions Message-ID: <20190902121148.36f9dfe5@tereshkova> In-Reply-To: <87ef0yvklb.fsf@oldenburg2.str.redhat.com> References: <20190809183154.32605-1-gabriel@inconstante.net.br> <20190809183154.32605-2-gabriel@inconstante.net.br> <87wofgdl5s.fsf@oldenburg2.str.redhat.com> <20190815153021.40983ca5@tereshkova> <20190902110321.48d0a1b2@tereshkova> <87ef0yvklb.fsf@oldenburg2.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Ovh-Tracer-Id: 3548555032059760276 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduvddrudejtddgkeeiucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucesvcftvggtihhpihgvnhhtshculddquddttddm On Mon, 02 Sep 2019, Florian Weimer wrote: >Sure, but it's not clear to me what the current state of the entire >series. Is there a branch on sourceware with the updated set of >patches? Yes, there is. It has been updated when I submitted this patch set, so I haven't updated it again (let me know if you think that this is too old and that I should updated it again). Here's the link: https://sourceware.org/git/?p=glibc.git;a=shortlog;h=refs/heads/gabriel/powerpc-ieee128-printscan Alternatively, I could post all these patches in a single patch set, but I have the impression that posting related patches in smaller sets is preferred (I might be wrong).