From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13742 invoked by alias); 29 Nov 2016 12:42:04 -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 13685 invoked by uid 89); 29 Nov 2016 12:42:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=29.11.2016, 29112016 X-HELO: mx1.redhat.com Subject: Re: [PATCH][BZ #15527] strftime_l.c: Support lowercase output To: libc-alpha@sourceware.org References: <576117B9.5080105@redhat.com> <583D72AD.2010409@redhat.com> From: Jakub Martisko Message-ID: <583D7792.2010500@redhat.com> Date: Tue, 29 Nov 2016 12:42:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <583D72AD.2010409@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-11/txt/msg01054.txt.bz2 Sorry, this was supposed to be a reply to: https://sourceware.org/ml/libc-alpha/2016-06/msg00575.html On 29.11.2016 13:21, Jakub Martisko wrote: > Hi, are there any updates regarding this functionality? > > On 15.6.2016 10:54, Jakub Martisko wrote: >> strftime_l.c doe not provide easy way to produce lowercase >> output. While the function to create lowercase is >> implemented, there is no flag which would cause it to be >> called. Provided patch checks, whether combination of >> to_uppcase and change_case flags is used and sets to_lowcase >> if both of them are set which leads to lower case output. >>