summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
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
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-07-25*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko53-111/+13
2010-01-18fix examples which used non-standard cut -b0-NNNDenys Vlasenko8-8/+8
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko24-30/+40
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer33-35/+36
2008-08-15cut: fix buffer overflow (bug 4544).Denis Vlasenko1-1/+1
2008-07-22cut: stop using static data. This alone removed ~70 bytes of code.Denis Vlasenko1-23/+30
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko29-85/+123
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko27-61/+69
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-11-23cut: add proper stdout error handling, fix "-" handling;Denis Vlasenko1-39/+37
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-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko18-45/+28
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko41-128/+173
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
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-12bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko20-32/+33
2006-10-12cut, mount: small improvementsDenis Vlasenko4-30/+29
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko45-69/+71
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer20-1283/+1162
2006-08-03Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley15-32/+22
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley28-194/+244
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2005-10-14- new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"15-115/+154
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley23-36/+20
2005-09-051) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"20-167/+176
2005-05-11change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger11-12/+13
2004-04-14Larry Doolittle writes:Eric Andersen70-170/+170
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-06-20Add prototype update missing from last_patch89. Fix screwyEric Andersen2-4/+5
2003-06-20last_patch89 from vodz:Eric Andersen19-522/+581
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2001-08-02Latest patch from vodz. Adds a check for divide by zero in the posixEric Andersen17-570/+187
2001-05-18(Almost) brand-new version of cut that supports muitiple lists of positions,Mark Whitley2-218/+462
[next]