aboutsummaryrefslogtreecommitdiff
path: root/util-linux/getopt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* getopt: code shrinkRon Yorston2021-09-161-36/+28
* avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-061-2/+3
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-3/+3
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-2/+1
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-19/+3
* getopt: make it NOEXECDenys Vlasenko2017-08-031-1/+1
* config: more tweaking of help textsDenys Vlasenko2017-07-271-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-7/+7
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* libbb: GETOPT_RESET macroKaarle Ritvanen2017-04-121-6/+1
* make --help texts more uniformDenys Vlasenko2017-01-211-4/+4
* Code style fixes, no code changesDenys Vlasenko2016-11-281-2/+2
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-1/+21
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-1/+1
* getopt: improve help text; code shrinkDenys Vlasenko2013-01-241-27/+32
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* getopt: trim help textDenys Vlasenko2012-02-091-2/+1
* getopt: simple code shrink; expand help textDenys Vlasenko2012-02-091-16/+36
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-3/+2
* fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko2011-05-291-2/+4
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+48
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-191-10/+10
* getopt: reinstate erroneously removed getopt() reset code.Denis Vlasenko2008-10-211-0/+9
* ash: fix a bug in standalone mode (corrupted getopt() state)Denis Vlasenko2008-10-201-9/+2
* libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko2008-08-041-3/+2
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-2/+2
* style fixes, no code changesDenis Vlasenko2008-06-261-2/+2
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-2/+1
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-3/+3
* whitespace fixesDenis Vlasenko2008-03-281-3/+3
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-171-1/+1
* *: move getopt reset code to better place(s)Denis Vlasenko2008-01-281-1/+8
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-2/+2
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-2/+2
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-13/+12
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* whitespace fixesDenis Vlasenko2007-05-301-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* Rename two config options:Denis Vlasenko2007-04-101-8/+29
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-2/+0
* getopt: use getopt32 for option parsing - inspired by patch by Denis Vlasenko2007-04-071-195/+158
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-4/+4
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-2/+2