summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
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-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-03libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard22-81/+67
2010-06-24*: make exec failure message more consistentDenys Vlasenko24-40/+40
2009-11-12env: don't SEGV on bare "env -"Denys Vlasenko1-8/+10
2008-11-11env: support -uVAR=VALDenis Vlasenko1-8/+10
2008-10-20ash: fix NOEXEC mode - we were forgetting to pass environment!Denis Vlasenko5-6/+14
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko14-49/+19
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-01-28*: tidy up usage of char **environDenis Vlasenko11-17/+12
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
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-08-06env: micro-optimizationDenis Vlasenko2-15/+10
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko22-250/+255
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-05-17several *.c files:Denis Vlasenko5-7/+7
2007-03-14chown, env: stop using staticsDenis Vlasenko2-14/+14
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko22-28/+39
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-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-10-03rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko17-19/+19
2006-10-03runit/chpst: "change process state" utilityDenis Vlasenko8-34/+107
2006-08-20- merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer14-210/+137
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2006-05-26- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer18-12/+118
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-02-22Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley9-53/+73
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
2004-04-16Thats odd. I guess this was cut-n-paste error, but vodzEric Andersen1-1/+1
2004-04-14Larry Doolittle writes:Eric Andersen70-170/+170
2003-11-07As vodz pointed out, setting unset_env to NULL is sufficientEric Andersen1-5/+1
2003-11-03Set unset_env pointing to a NULL item, to prevent us from walkingEric Andersen1-1/+5
2003-07-28last_patch98 from vodz:Eric Andersen1-12/+41
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-06-20last_patch89 from vodz:Eric Andersen19-522/+581
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
[next]