aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rename functions to more understandable namesDenis Vlasenko2006-10-261-3/+3
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* - fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer2006-09-131-1/+1
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-13/+8
* We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER isRob Landley2006-04-101-1/+1
* 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
* use CONFIG_BUFFER macros like cow suggested and shrink code size some more by...Mike Frysinger2005-09-101-23/+19
* 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