aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cycle-check.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-89/+0
2006-03-12(SAME_INODE): Remove definition.Jim Meyering1-5/+1
2005-09-22Sync from gnulib.Paul Eggert1-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-03-09Don't include "xalloc.h". It's not used.Jim Meyering1-2/+1
2004-07-28(is_zero_or_power_of_two): Renamed fromPaul Eggert1-3/+14
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.
2003-06-06Include <stdbool.h> unconditionally.Jim Meyering1-5/+1
2003-01-19Include config.h.Jim Meyering1-0/+24
Add copyright.
2003-01-03.Jim Meyering1-0/+63