summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
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
2008-07-15comm: almost total rewrite; add testsuiteDenis Vlasenko3-56/+61
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
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-04-07comm: eliminate staticsDenis Vlasenko1-44/+30
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-04-04Some tests were always true. We need comm.tests...Rob Landley1-18/+4
2005-05-13as Rob Landley pointed out, need to fix the 1 versus i typo in indexingMike Frysinger1-1/+1
2005-05-13blah, forgot to save last time to fix whitespacingMike Frysinger1-1/+1
2005-05-13remove duplicated code and rework algorithms to end up with smaller codeMike Frysinger1-40/+38
2005-05-12use a bunch of if statements since it is a few bytes smaller than a switch; a...Mike Frysinger1-20/+16
2005-05-12err, added 2 to the wrong var :) also touchup the option detection to shrink ...Mike Frysinger1-14/+8
2005-05-12fix segfault if user only specifies 1 fileMike Frysinger1-1/+1
2005-05-12fix whitespace/coding styleMike Frysinger1-27/+28
2005-05-11Small comm implementatin from Rob Sullivan. Needed to build perl.Rob Landley5-0/+177