[PATCH] Account for grouping in printf width (bug 23432)

Florian Weimer fweimer@redhat.com
Thu Feb 2 10:45:49 GMT 2023


* Andreas Schwab via Libc-alpha:

> On Jan 22 2023, Carlos O'Donell via Libc-alpha wrote:
>
>> On 1/21/23 06:40, Florian Weimer wrote:
>>> * Andreas Schwab via Libc-alpha:
>>> 
>>>> diff --git a/stdio-common/Makefile b/stdio-common/Makefile
>>>> index 6e9d104524..b46d932a20 100644
>>>> --- a/stdio-common/Makefile
>>>> +++ b/stdio-common/Makefile
>>>> @@ -195,6 +195,7 @@ tests := \
>>>>    tst-gets \
>>>>    tst-grouping \
>>>>    tst-grouping2 \
>>>> +  tst-grouping3 \
>>>>    tst-long-dbl-fphex \
>>>>    tst-memstream-string \
>>>>    tst-obprintf \
>>> 
>>> Missing $(gen-locales) dependency.  The change itself seems okay, it
>>> seems to align with POSIX.  Not sure if this is still possibly to
>>> apply during the freeze.
>>
>> I'd like to avoid a partial fix like this just before we release 2.27.
>
> This is now bug 30068.

I thought this was a fix for bug 23432, i.e. not a regression in 2.37?

Thanks,
Florian



More information about the Libc-alpha mailing list