This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v9 2/2] strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096]
On Wed, Jan 23, 2019 at 4:47 PM Rafal Luzynski
<digitalfreak@lingonborough.com> wrote:
> 22.01.2019 02:53 TAMUKI Shoichi <tamuki@linet.gr.jp> wrote:
> > The full representation of the alternative calendar year (%EY)
> > typically includes an internal use of "%Ey". As a GNU extension,
> > apply any flags on "%EY" (e.g. "%_EY", "%-EY") to the internal "%Ey",
> > allowing users of "%EY" to control how the year is padded.
...
> The code in this patch is OK for me.
>
> Reviewed-by: Rafal Luzynski <digitalfreak@lingonborough.com>
Reviewed-by: Zack Weinberg <zackw@panix.com>
> Zack, can you please verify for the last time that the patch [1] is correct
> and give your final OK and "Reviewed-by"? Thank you.
Thanks for the pointer, I didn't receive message [1] for some reason.
I read over the patch in the list archive and I confirm the
documentation is good.
zw