bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19302: 24.4.51; `date-to-time' fails after 2038


From: Stefan Monnier
Subject: bug#19302: 24.4.51; `date-to-time' fails after 2038
Date: Sat, 29 Feb 2020 15:06:29 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>>>> I agree, but not by making Emacs do heroic hacks, instead we can make
>>>> the problem go away by telling the user to update his C library.
>>> What C library version fixes this?
>> I don't know.  But as long as the problem is not sufficiently important
>> to fix it in the C library, I don't see why we should fix it in Emacs.
> I agree.  Does anyone object to closing this as wontfix?

Side note: IIUC glibc now has something working and distributions like
Debian are now trying to figure out how to go about incorporating it
(since it expands time_t to 64bit on 32bit systems, forcing an
ABI-incompatible change which can create more ABI-incompatible changes
in libraries that include a time_t in their API).


        Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]