aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2023-07-131-1/+1
|\
| * Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* | win32: fix POSIX buildRon Yorston2019-02-171-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+1
|\|
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-2/+2
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-181-2/+2
|/
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+9
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-1/+3
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-291-2/+2
* whitespace fixes. no code changesDenys Vlasenko2013-01-151-2/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+8
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* 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