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 48D7A1F453 for ; Mon, 21 Jan 2019 17:03:21 +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:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; q= dns; s=default; b=An8i11v48HaaARWlEY51X6+oRyeF9mIyD8UkQNEh1+6g6b xRZki4BMWlLjfLlVOCCqeExxfYaal212aFGoBhCX8TVqTO2nYM0RwvsDsnSo7e+U s6VhQy0sS90Yce/djdg5BDE7BMf47gMaexpArLIvi71uPvFHKuOwlUrx/pEHM= 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:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; s= default; bh=WJ6DbKTd/g1Wg5BXEsU7OSvwIAc=; b=HYet9Qyu4HvvEofmzyiN 0/Idzy8Ch83xW2L9IJ18qETFuwPYLGRauQINBWIms+ziZGCQNmc028zcSrTYVG4p QwgOhUc6PUjid7rFzfShGxGq56hsEYKMfSZRg4vuZt1A2YnbiT2d+5u2n2P56mA3 9ctOZTUErAXdMj5lx1xgMG4= Received: (qmail 83444 invoked by alias); 21 Jan 2019 17:03:18 -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 83408 invoked by uid 89); 21 Jan 2019 17:03:16 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: shared-ano163.rev.nazwa.pl Date: Mon, 21 Jan 2019 18:03:12 +0100 (CET) From: Rafal Luzynski To: TAMUKI Shoichi , libc-alpha@sourceware.org Message-ID: <2126365724.496777.1548090192147@poczta.nazwa.pl> In-Reply-To: <201901200847.AA04198@tamuki.linet.gr.jp> References: <201901200844.AA04197@tamuki.linet.gr.jp> <201901200847.AA04198@tamuki.linet.gr.jp> Subject: Re: [PATCH v8 1/2] strftime: Set the default width of "%Ey" to 2 [BZ #23758] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 20.01.2019 09:47 TAMUKI Shoichi wrote: > > In Japanese locales, strftime's alternative year format (%Ey) produces > [...] It is OK for me to use the plural form ("Japanese locales"). I don't quote the rest of your patch as it is correct IMO. I would like to hear the final "OK" from Zack or Paul or someone else who confirms that the documentation is correct. I suggest to wait a while to give them a chance to reply and to push this patch either when they say OK or when you decide that they are unresponsive. Thank you for working on this. Regards, Rafal