This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Improve the width of alternate representation for year in strftime [BZ #23758]
- From: TAMUKI Shoichi <tamuki at linet dot gr dot jp>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Thu, 25 Oct 2018 06:38:47 +0900
- Subject: Re: [PATCH] Improve the width of alternate representation for year in strftime [BZ #23758]
- References: <87va5r622y.fsf@oldenburg.str.redhat.com>
Hello Florian,
From: Florian Weimer <fweimer@redhat.com>
Subject: Re: [PATCH] Improve the width of alternate representation for year in strftime [BZ #23758]
Date: Wed, 24 Oct 2018 13:01:09 +0200
> Sorry, I don't understand. I think all we need is a way to change the
> default padding, so that the %Ey (unchanged) is interpreted as if
> decorated with the appropriate flag. I think this would avoid the need
> to do any dynamically-sized allocations.
Ah, I understand what you say. I will revise the patch to be handled
by not rewriting the format string.
Thank you for suggestion.
Regards,
TAMUKI Shoichi