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.2 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 975B11F453 for ; Sun, 20 Jan 2019 08:46:02 +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:message-id:from:date:to:subject:mime-version :content-type; q=dns; s=default; b=yv0tibB2rb4fFufLeVy4Dw/VTCXEG sSjEL1mMpQCMLFWf0h493LNU6hqaJG5pfX/aQ3FAze+0RaDmaUoR6aZbjqStZV1Z yqAGHyE6lK2xs/zGkwYr9TP1/nOlAC3ftI/YrQ8gqXU4QJ6vZPzq8vNSZAtIYorQ 6z8YVnxnpaRYFI= 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:message-id:from:date:to:subject:mime-version :content-type; s=default; bh=pv92/h4lMaf0fjKfSzd3+1gh2Q4=; b=vuy jvYkX9B/p62sAyrDr1smaoTC5R05Cq09PtghCMBOkJDnQ0bcovXpbcCX+5OFzVtl oRI7KrnraJOdtk5E74CMV+MrVkrN28xETczlRVXZ2U27czw7Hbn/TK3c7B1A7wNf 8x3tCsgc9IXb8oU5ayEAvrcrR8G55PIgTzRAC3Zk= Received: (qmail 128355 invoked by alias); 20 Jan 2019 08:45:58 -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 128135 invoked by uid 89); 20 Jan 2019 08:45:40 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail.linet.jp Message-Id: <201901200844.AA04197@tamuki.linet.gr.jp> From: TAMUKI Shoichi Date: Sun, 20 Jan 2019 17:44:44 +0900 To: libc-alpha@sourceware.org Subject: [PATCH v8 0/2] strftime: Improve the width of alternative representation for year [BZ #23758][BZ #24096] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hello, This is the new set of patches. I have split the patch into 2 parts. Changes include: Patch 1: strftime: Set the default width of "%Ey" to 2 Patch 2: strftime: Pass the additional flags from "%EY" to "%Ey" Regards, TAMUKI Shoichi