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
Message #49 received at 7877-done <at> debbugs.gnu.org (full text, mbox):
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 173 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.