[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] strftime.c: Support lowercase output
From: |
Pádraig Brady |
Subject: |
Re: [PATCH] strftime.c: Support lowercase output |
Date: |
Tue, 26 Apr 2016 17:02:11 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
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?id=749704
Thanks for the patch.
The interface makes sense I think.
Have you proposed the change to glibc?
Also the strftime man pages would need the change documented.
This patch could then be applied once we're sure
we wouldn't have divergent interface from glibc.
Then a coreutils patch could add tests,
and docs in date.c, and coreutils.texi.
cheers,
Pádraig