This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC][PATCH v4 06/11] Provide backward compatibility for strftime family (bug 10871).


On 11/09/2016 04:33 PM, Rafal Luzynski wrote:
> Is there any committee in glibc which would decide which way to choose?

I'm not aware of any actual committees other than consensus on the list,
so I'd like to cast my vote here.  Locales are not an area of speciality
for me and I've only just kept an eye on this thread, so hopefully I'm
understanding this correctly, but on a high level, changing the meaning
of a format specifier already in use raises a red flag, compared to the
alternative of introducing a new one, with new meaning or behaviour.
Introducing a new one avoids "breaking" the code other people have
written -- right, wrong, or indifferent -- and makes "fixing" one's code
a voluntary action, if the new behaviour is actually what's desired.
That seems more appropriate to me.

Rical


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]