aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sum.c
AgeCommit message (Collapse)Author
2006-04-10We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER isRob Landley
a bit silly. Wean of that where it currently makes no difference...
2006-02-14Fix bug 674: sum's block count should always round up.Rob Landley
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley
getopt.h, whitespace changes, typos, etc.
2005-09-10use CONFIG_BUFFER macros like cow suggested and shrink code size some more ↵Mike Frysinger
by using less variables and more gotos ;)
2005-09-10some tweaks by cow to shrink a littleMike Frysinger
2005-05-16use more busybox functions and remove redundant codeMike Frysinger
2005-04-21grab sum from coreutils, clean it up, and make it busybox happyMike Frysinger