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

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

bug#11825: 24.1.50; float-time no longer accepts negative time values


From: Paul Eggert
Subject: bug#11825: 24.1.50; float-time no longer accepts negative time values
Date: Fri, 06 Jul 2012 19:11:41 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

On my host (Fedora 15 x86-64) float-time works just fine
with negative values.  Possibly the problem is that
time_t is unsigned on your host, and that float-time converts
its argument through time_t, which fails.  As far as I
can see Emacs has behaved this way for some time,
but it doesn't hurt to generalize float-time so that
it does not fail due to out-of-range integers, so I
installed that into the trunk as bzr 108928.  Please
give it a try on your host to see whether it fixes
the problem.





reply via email to

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