summaryrefslogtreecommitdiff
path: root/util-linux/getopt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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