aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix up potential printf's with unsafe format stringsDenys Vlasenko2009-10-241-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-14/+13
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* delete now unused check_header_gzip.cDenis Vlasenko2007-10-051-3/+3
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - sum -r TODO should not print the filename as oposed to -sBernhard Reutner-Fischer2007-01-271-16/+21
* sum: 40% size reduction (-300 bytes)Denis Vlasenko2006-12-231-107/+48
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-7/+4
* 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