aboutsummaryrefslogtreecommitdiff
path: root/util-linux/getopt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* style cleanup: return(a) -> return a, part 2vda2006-11-271-2/+2
* silly size savings and capitalization fixesvda2006-10-261-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-1/+1
* getopt: fix whitespace damagevda2006-09-221-14/+14
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-9/+3
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-0/+1
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-191-21/+1
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-101-3/+5
* just whitespacetimr2006-01-251-228/+228
* more const, attribute_noreturn saved 200 bytesvodz2005-10-191-8/+8
* Fix the warnings, and fix the following two obvious segfaults:landley2005-09-051-10/+7
* Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ...bug12004-09-141-4/+4
* Larry Doolittle writes:andersen2004-04-141-3/+3
* Major coreutils update.mjn32003-03-191-11/+11
* Change if(x)free(x); to free(x);aaronl2002-11-281-6/+3
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)sandman2002-07-191-17/+9
* Applied patch from Larry Doolittle to remove some strlen calls, and add onemarkw2001-04-231-7/+10
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-091-11/+10
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-4/+4
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-231-3/+3
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-5/+5
* Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]markw2000-10-191-16/+0
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>andersen2000-08-211-0/+416