summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2013-01-24getopt: improve help text; code shrinkDenys Vlasenko1-27/+32
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-02-09getopt: trim help textDenys Vlasenko1-2/+1
2012-02-09getopt: simple code shrink; expand help textDenys Vlasenko1-16/+36
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-29fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko5-11/+12
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko26-74/+82
2008-10-21getopt: reinstate erroneously removed getopt() reset code.Denis Vlasenko1-0/+9
2008-10-20ash: fix a bug in standalone mode (corrupted getopt() state)Denis Vlasenko5-33/+43
2008-08-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko9-20/+30
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko29-85/+123
2008-06-26style fixes, no code changesDenis Vlasenko11-19/+19
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko14-49/+19
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko43-110/+113
2008-03-28whitespace fixesDenis Vlasenko7-46/+42
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko18-284/+269
2008-01-28*: move getopt reset code to better place(s)Denis Vlasenko4-26/+31
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
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-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-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko18-45/+28
2007-05-30whitespace fixesDenis Vlasenko29-82/+82
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-10Rename two config options:Denis Vlasenko17-40/+67
2007-04-10make a few struct bb_applet members conditionalDenis Vlasenko18-83/+114
2007-04-07getopt: use getopt32 for option parsing - inspired by patch by Denis Vlasenko1-195/+158
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer33-67/+67
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko28-282/+273
2006-10-26silly size savings and capitalization fixesDenis Vlasenko24-81/+81
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-22getopt: fix whitespace damageDenis Vlasenko1-14/+14
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer57-980/+46
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley28-194/+244
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-10-19more const, attribute_noreturn saved 200 bytes"Vladimir N. Oleynik"2-32/+34
2005-09-05Fix the warnings, and fix the following two obvious segfaults:Rob Landley1-10/+7
2004-09-14Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ...Glenn L McGrath5-19/+18
2004-04-14Larry Doolittle writes:Eric Andersen70-170/+170
[next]