This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [RFC][PATCH v9 2/6] Implement alternative month names (bug 10871).
On Fri, Oct 27, 2017 at 4:30 PM, Joseph Myers <joseph@codesourcery.com> wrote:
> On Fri, 27 Oct 2017, Zack Weinberg wrote:
>
>> On Fri, Oct 27, 2017 at 3:25 PM, Joseph Myers <joseph@codesourcery.com> wrote:
>> > On Fri, 27 Oct 2017, Zack Weinberg wrote:
>> >>> On Fri, Oct 27, 2017 at 1:19 PM, Joseph Myers <joseph@codesourcery.com> wrote:
>> >> > http://austingroupbugs.net/view.php?id=258 (issue8 tag = for next major
>> >> > revision).
>> >>
>> >> Hmm. Should we, somehow, tell them about the need for %Ob?
>> >
>> > Yes, probably. I believe anyone can create an account to file or comment
>> > on bugs.
>>
>> I have filed http://austingroupbugs.net/view.php?id=1166 .
>
> I note that includes ABALTMON_* constants in langinfo.h, whereas the
> present patch series has ALTMON_* constants but no ABALTMON_* names.
Rafal's patches have _NL_ABALTMON_*. I am not clear on when we
actually want _NL_ prefixes on those constants, but I figured it was
simpler to write the proposal with no prefixes and the Austin Group
can add them if they want them.
zw