aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* - sum -r TODO should not print the filename as oposed to -saldot2007-01-271-16/+21
* sum: 40% size reduction (-300 bytes)vda2006-12-231-107/+48
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-7/+4
* rename functions to more understandable namesvda2006-10-261-3/+3
* silly size savings and capitalization fixesvda2006-10-261-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-1/+1
* - fix copy'n paste errors that got introduced when switching to the shorter b...aldot2006-09-131-1/+1
* - pull from busybox_scratch: r15829:15850aldot2006-08-281-13/+8
* We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER islandley2006-04-101-1/+1
* Fix bug 674: sum's block count should always round up.landley2006-02-141-8/+6
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+0
* use CONFIG_BUFFER macros like cow suggested and shrink code size some more by...vapier2005-09-101-23/+19
* some tweaks by cow to shrink a littlevapier2005-09-101-24/+11
* use more busybox functions and remove redundant codevapier2005-05-161-18/+17
* grab sum from coreutils, clean it up, and make it busybox happyvapier2005-04-211-0/+182