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 0EFFB1F453 for ; Tue, 22 Jan 2019 01:46:08 +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=MoS4OA+Ku6est8D3U9p8EZ1gSttjD a9L5z7Z6MffQ7tr4caD5a+Xx0BPWMlqQxt4EJ/vQGW8BCsXJ+VBc1BEKGoEKqo/B rj5KeUoytX0VCad8pnvJd/naTIG7sRoO9JeHBtsRBrhM6JIlXm8vXcE0gvWVzyNP aRtIXKa2J0DRAE= 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=GC0cT8hzqt8+Bhp4mpvtP3MsEtw=; b=xBh ECQU2VnY1tUhVtMcrLy5hVHvG0tOtD5n8b/Q7qJVkKfUVvhE84cFb2vBPljQAy8e f1BaZB2CjKmh69SM/V/uyEl3ZhZ3UJuOVOo6wq+LZ4ZgNEHaupgdhhNWThYEPscC 1AfSTa3SSdE5iANziUYsl4dXHaSkNg2Pj/WoPNVI= Received: (qmail 62740 invoked by alias); 22 Jan 2019 01:46:01 -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 62508 invoked by uid 89); 22 Jan 2019 01:45:46 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail.linet.jp Message-Id: <201901220144.AA04206@tamuki.linet.gr.jp> From: TAMUKI Shoichi Date: Tue, 22 Jan 2019 10:44:03 +0900 To: libc-alpha@sourceware.org Subject: [PATCH v9 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. Note, Patch 1 is same as v8. 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