Re: [PATCH] strftime.c: Support lowercase output

2016-04-26 Thread Pádraig Brady
On 13/04/16 09:53, Jakub Martisko wrote: While doing cleanup, found following bug/feature request. Combination of ^(upper case) and #(opposite case) flags should set to_lowercase flag in strftime.c. https://sourceware.org/bugzilla/show_bug.cgi?id=15527 https://bugzilla.redhat.com/show_bug.cgi?

[PATCH] strftime.c: Support lowercase output

2016-04-13 Thread Jakub Martisko
rom 060489d0faa5ef4ebdbefd2bed495df1d2adb60c Mon Sep 17 00:00:00 2001 From: Jakub Martisko Date: Tue, 12 Apr 2016 15:06:01 +0200 Subject: [PATCH] strftime.c: Support lowercase output * lib/strftime.c: Combination of to_upcase and change_case now sets to_lowcase to true and to_upcase and change_case to false. This produ