summaryrefslogtreecommitdiff
path: root/coreutils/sum.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 674: sum's block count should always round up.Rob Landley2006-02-141-8/+6
|
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+0
| | | | getopt.h, whitespace changes, typos, etc.
* use CONFIG_BUFFER macros like cow suggested and shrink code size some more ↵Mike Frysinger2005-09-101-23/+19
| | | | by using less variables and more gotos ;)
* some tweaks by cow to shrink a littleMike Frysinger2005-09-101-24/+11
|
* use more busybox functions and remove redundant codeMike Frysinger2005-05-161-18/+17
|
* grab sum from coreutils, clean it up, and make it busybox happyMike Frysinger2005-04-211-0/+182