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.7 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 DA6901F453 for ; Wed, 23 Jan 2019 21:31:59 +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:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=TVri 5EhN+XQ38RBOBSqu6WMmdiH3Qcvn1ob8LiRAXKWAhCFuRB0uREto65Nw4RsaYhWL ivsnR0bolDb7cLUMpHFLprjevlatnxklrhce9VgS9Y2JMqYbPgVGm+q32N8H0Sje /1vcUwW/p+//Kjq9Zp3/9tpT3P6fGX4n2xdbCZ0= 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:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; s=default; bh=Goa6c+MwIR g5dz+K7XHP3kYrMNs=; b=B/gwzuVlnXTvE3O9wKNUNwdDnrnd7WHsNFUxCeCovY keYHkpL87j1OG56M7HbgdiGJl8GzphMJT/OrjnzW/5B7OggPCXNzNrTyezVvAnQS 0qA1U6Cn7pKJn6xsxMHz0qUMQXInblml6Y/HA1Li0dVrGv4QLqfB6lS3Pd2/uzHP 0= Received: (qmail 99978 invoked by alias); 23 Jan 2019 21:31:57 -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 99893 invoked by uid 89); 23 Jan 2019 21:31:52 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mailbackend.panix.com MIME-Version: 1.0 References: <201901220140.AA04205@tamuki.linet.gr.jp> <201901220204.AA04209@tamuki.linet.gr.jp> In-Reply-To: <201901220204.AA04209@tamuki.linet.gr.jp> From: Zack Weinberg Date: Wed, 23 Jan 2019 16:31:36 -0500 Message-ID: Subject: Re: [PATCH v8 2/2] strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096] To: TAMUKI Shoichi Cc: Rafal Luzynski , GNU C Library Content-Type: text/plain; charset="UTF-8" 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. zw