1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-09 10:18:25 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Paul Eggert 62ce2087cb (is_zero_or_power_of_two): Renamed from
is_power_of_two, to reflect better what it really does.
All uses changed.  Arg is now uintmax_t, not unsigned int
(it should have been unsigned long int -- that was a bug).
(cycle_check): Check for integer overflow in cycle count,
and report a cycle if that happens, as it must be a cycle
by this point.
2004-07-28 00:30:45 +00:00
Jim Meyering e5818cca68 Include <stdbool.h> unconditionally. 2003-06-06 19:16:31 +00:00
Jim Meyering 73af65ef56 Include config.h.
Add copyright.
2003-01-19 16:42:45 +00:00
Jim Meyering fab52f550d . 2003-01-03 19:30:29 +00:00