aboutsummaryrefslogtreecommitdiff
path: root/util-linux/getopt.c
AgeCommit message (Expand)Author
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-22getopt: fix whitespace damageDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley
2006-01-25just whitespaceTim Riker
2005-10-19more const, attribute_noreturn saved 200 bytes"Vladimir N. Oleynik"
2005-09-05Fix the warnings, and fix the following two obvious segfaults:Rob Landley
2004-09-14Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ...Glenn L McGrath
2004-04-14Larry Doolittle writes:Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-28Change if(x)free(x); to free(x);Aaron Lehmann
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl
2001-04-23Applied patch from Larry Doolittle to remove some strlen calls, and add oneMark Whitley
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-10-19Put getopt_usage where it belongs and added *_usage entries in busybox.[ch]Mark Whitley
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-08-21Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>Eric Andersen