From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63811 invoked by alias); 11 Jan 2019 04:48:24 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 63498 invoked by uid 89); 11 Jan 2019 04:48:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy= X-HELO: mail.linet.jp Message-Id: <201901110447.AA04173@tamuki.linet.gr.jp> From: TAMUKI Shoichi Date: Fri, 11 Jan 2019 04:48:00 -0000 To: libc-alpha@sourceware.org Subject: [PATCH v6 0/2] strftime: Improve the width of alternative representation for year [BZ #23758] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2019-01/txt/msg00239.txt.bz2 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