summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-10-24fix up potential printf's with unsafe format stringsDenys Vlasenko2-2/+2
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-05delete now unused check_header_gzip.cDenis Vlasenko2-62/+3
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-27- sum -r TODO should not print the filename as oposed to -sBernhard Reutner-Fischer1-16/+21
2006-12-23sum: 40% size reduction (-300 bytes)Denis Vlasenko2-117/+53
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko28-63/+69
2006-10-26rename functions to more understandable namesDenis Vlasenko27-68/+63
2006-10-26silly size savings and capitalization fixesDenis Vlasenko24-81/+81
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer12-12/+12
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer20-1283/+1162
2006-04-10We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER isRob Landley2-2/+2
2006-02-14Fix bug 674: sum's block count should always round up.Rob Landley1-8/+6
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley23-36/+20
2005-09-10use CONFIG_BUFFER macros like cow suggested and shrink code size some more by...Mike Frysinger1-23/+19
2005-09-10some tweaks by cow to shrink a littleMike Frysinger1-24/+11
2005-05-16use more busybox functions and remove redundant codeMike Frysinger1-18/+17
2005-04-21grab sum from coreutils, clean it up, and make it busybox happyMike Frysinger3-0/+189