GNU bug report logs -
#7877
sleep takes undocumented hex args
Previous Next
Reported by: jidanni <at> jidanni.org
Date: Fri, 21 Jan 2011 00:09:02 UTC
Severity: normal
Done: Jim Meyering <jim <at> meyering.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 21 Jan 2011 20:28:56 +0100
with message-id <874o92f43r.fsf <at> meyering.net>
and subject line Re: bug#7877: sleep takes undocumented hex args
has caused the GNU bug report #7877,
regarding sleep takes undocumented hex args
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
7877: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7877
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
The documentation doesn't say that one can also use hex args:
$ time /bin/sleep 0x10
real 0m16.007s
However not octal args:
$ time /bin/sleep 010
real 0m10.003s
Maybe say how too.
[Message part 3 (message/rfc822, inline)]
Paul Eggert wrote:
> On 01/21/2011 01:24 AM, Jim Meyering wrote:
>> My first reflex was to make sleep reject args like 0x... and inf.
>
> My reflex was just the opposite: why reject a notation
> that might be useful?
I see that at least freebsd's /bin/sleep and the one from sunos 5.11
work just like the one from coreutils (without my proposed change)
in accepting e.g., 0x1 and inf.
netbsd's accepts 0x1 but not inf.
openbsd's accepts neither.
> Several other programs (printf, seq, sort, tail, plus many
> other GNU programs) also use strtod or strtold. If 'sleep' is
> changed to reject hexadecimal and infinity, shouldn't they
> be changed too, for consistency?
>
> I expect it's better to leave these programs alone. Not only
> is this simpler, and a tiny bit cheaper at runtime, it's slightly
> less likely to break existing usage.
>
> Anyway, whatever we do, we should document it better. To start the ball
> rolling on that, I pushed the following change, which documents the
> existing behavior. We can change this if we change the behavior.
The above, plus your added documentation are good enough
reasons to leave sleep as-is.
Thanks.
This bug report was last modified 14 years and 119 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.