[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] sleep: support subtraction of sleep amounts
From: |
Bernhard Voelker |
Subject: |
Re: [PATCH] sleep: support subtraction of sleep amounts |
Date: |
Wed, 30 Jul 2014 11:33:53 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
On 07/30/2014 11:20 AM, Pádraig Brady wrote:
Is this useful enough that newer scripts are incompat
with older systems without this functionality?
I'm 50:50 TBH
Well, at least the behavior would be a bit closer to the docs:
However, GNU `sleep' accepts arbitrary floating point numbers.
Otherwise, we'd at least have to
s/arbitrary/non-negative and positive-infinite/.
Still, [-]NaN is never supported - neither direct nor as a result
from "-inf inf".
Have a nice day,
Berny