aboutsummaryrefslogtreecommitdiff
path: root/util-linux/getopt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* getopt: fix whitespace damageDenis Vlasenko2006-09-221-14/+14
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-9/+3
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-21/+1
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-3/+5
* just whitespaceTim Riker2006-01-251-228/+228
* more const, attribute_noreturn saved 200 bytes"Vladimir N. Oleynik"2005-10-191-8/+8
* Fix the warnings, and fix the following two obvious segfaults:Rob Landley2005-09-051-10/+7
* Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ...Glenn L McGrath2004-09-141-4/+4
* Larry Doolittle writes:Eric Andersen2004-04-141-3/+3
* Major coreutils update.Manuel Novoa III2003-03-191-11/+11
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-6/+3
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-191-17/+9
* Applied patch from Larry Doolittle to remove some strlen calls, and add oneMark Whitley2001-04-231-7/+10
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-11/+10
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-4/+4
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-3/+3
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-5/+5
* Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]Mark Whitley2000-10-191-16/+0
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>Eric Andersen2000-08-211-0/+416