From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97349 invoked by alias); 6 Jan 2019 06:30:57 -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 96944 invoked by uid 89); 6 Jan 2019 06:30:26 -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=H*UA:Version X-HELO: mail.linet.jp Message-Id: <201901060628.AA04156@tamuki.linet.gr.jp> From: TAMUKI Shoichi Date: Sun, 06 Jan 2019 06:30:00 -0000 To: libc-alpha@sourceware.org Subject: [PATCH v5 0/5] strftime: Improve the width of alternate representation for year [BZ #23758] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2019-01/txt/msg00144.txt.bz2 Hello, This is the new set of patches. I have split the patch into 5 parts. Changes include: Patch 1: strftime: Add missing uses of L_ macro, etc. Patch 2: strftime: Set the default width of "%Ey" to 2 Patch 3: strftime: Pass the additional flags from "%EY" to "%Ey" Patch 4: strftime: Add tst-strfitme2 Patch 5: strftime: Document the description for "%EC", "%Ey", and "%EY" Regards, TAMUKI Shoichi