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: glibc 2.27: 3 weeks till release


On 01/11/2018 11:46 PM, Florian Weimer wrote:
> On 01/12/2018 05:15 AM, Carlos O'Donell wrote:
>> On 01/11/2018 08:03 AM, Rafal Luzynski wrote:
>>> Shouldn't we consider my patches for alternative month names as
>>> ABI change as well? Just to reiterate:
>>> 
>>> * nl_langinfo() family: + the meaning of MON_x and ABMON_x
>>> constants has been changed,
> 
>> This is a API change, but not an ABI change.
> 
> What's the impact on statically linked applications?  Will they
> continue to be able to read both kinds of locale data?

Officially speaking, statically linked applications which are not
recompiled to the new runtime are unsupported, everything else is
just an extension of the inevitable day when your static binary
fails to work with the installed data. The key is to provide a
fallback, in this case your setlocale() call would fail and you'd
get only C/POSIX builtins.

-- 
Cheers,
Carlos.


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