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: Sun, 08 Jul 2012 00:26:47 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

On 07/07/2012 07:57 PM, Eli Zaretskii wrote:
> are you saying that a time difference can
> never be negative on such platforms?

Yes, that's right.

> What about the case tv_sec = 0
> in both time values and tv_nsec difference is negative?

In that case, timespec_sub returns the
minimum possible time value, namely zero,
since time_t is unsigned.

> There's nothing wrong with sys_select on msdos.c

Yes, the code works now, I'm just trying to simplify
Emacs by removing the need for EMACS_TIME_SIGN so that
we can remove EMACS_TIME_SIGN.  It's no big deal.





reply via email to

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