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=-4.0 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 307541F453 for ; Wed, 23 Jan 2019 21:39:26 +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:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=gZOg7MZgUNP+57VX Rx7q2OqIh2I3heM4k13QP8YHWHOetw2R0iD8bHpaBroXsMtVlx4r9dxID7jRudMC AGmdm7VorHSkHU8zPWZlb86RgWQitLP1nmSenktoDzxncqAPUoIwa3kVXdbaPkAx AqHO5yXzyYcDJJS9pk3yDFkDLMc= 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:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=wVU+tkb9CzXiRZkbodztuE DTcLk=; b=HELx6iaZJ5ZLcWez5odBAci2WI4IWrJmkfO8/BM8B3iTbteGYPjyDL JmFljUR5ji1U/U6XxLOVzXh3Q5PBIRdaWLRFAUitGe/6eWdWNEAj6td2hj/Q3fWy ErMQyX3h/QTBwIL3BNk3jEChpVFBDj5mFxNXGZJcNiSHHlSqTkWf0= Received: (qmail 113375 invoked by alias); 23 Jan 2019 21:39:23 -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 113343 invoked by uid 89); 23 Jan 2019 21:39:23 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: shared-ano163.rev.nazwa.pl Date: Wed, 23 Jan 2019 22:35:09 +0100 (CET) From: Rafal Luzynski To: Zack Weinberg , TAMUKI Shoichi Cc: GNU C Library Message-ID: <23513105.258359.1548279309349@poczta.nazwa.pl> In-Reply-To: References: <201901220140.AA04205@tamuki.linet.gr.jp> <201901220204.AA04209@tamuki.linet.gr.jp> Subject: Re: [PATCH v8 2/2] strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 23.01.2019 22:31 Zack Weinberg wrote: > > > On Mon, Jan 21, 2019 at 9:05 PM TAMUKI Shoichi wrote: > > From: TAMUKI Shoichi > > Subject: Re: [PATCH v8 2/2] strftime: Pass the additional flags from > > "%EY" to "%Ey" [BZ #24096] > > Date: Tue, 22 Jan 2019 10:40:24 +0900 > > I have no further suggestions to make regarding the documentation in this > patch. Please note that I found few minor issues (yes, in the documentation, too) and Tamuki Shoichi prepared the next version of this patch [1] which I think [2] is correct. Regards, Rafal [1] https://sourceware.org/ml/libc-alpha/2019-01/msg00553.html [2] https://sourceware.org/ml/libc-alpha/2019-01/msg00574.html