Bump to version 1.22.1
[platform/upstream/busybox.git] / util-linux / getopt.c
2013-01-24 Denys Vlasenkogetopt: improve help text; code shrink
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2012-02-09 Denys Vlasenkogetopt: trim help text
2012-02-09 Denys Vlasenkogetopt: simple code shrink; expand help text
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-29 Denys Vlasenkofix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-06-19 Denys Vlasenkogetopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG...
2008-10-21 Denis Vlasenkogetopt: reinstate erroneously removed getopt() reset...
2008-10-20 Denis Vlasenkoash: fix a bug in standalone mode (corrupted getopt...
2008-08-04 Denis Vlasenkolibbb: make xrealloc_vector zero out the realloc'ed...
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-06-26 Denis Vlasenkostyle fixes, no code changes
2008-06-15 Denis Vlasenko*: use llist_pop for traverse-and-free list operation
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-03-28 Denis Vlasenkowhitespace fixes
2008-03-17 Denis Vlasenko*: fix various kinds of damage to letter 'c' in Arkadiu...
2008-01-28 Denis Vlasenko*: move getopt reset code to better place(s)
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Denis VlasenkoRename two config options:
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-07 Denis Vlasenkogetopt: use getopt32 for option parsing - inspired...
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-22 Denis Vlasenkogetopt: fix whitespace damage
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-01-25 Tim Rikerjust whitespace
2005-10-19 "Vladimir N. Oleynik"more const, attribute_noreturn saved 200 bytes
2005-09-05 Rob LandleyFix the warnings, and fix the following two obvious...
2004-09-14 Glenn L McGrathPatch from Felipe Kellermann, remove some unnecessary...
2004-04-14 Eric AndersenLarry Doolittle writes:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2001-04-23 Mark WhitleyApplied patch from Larry Doolittle to remove some strle...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-10-19 Mark WhitleyPut getopt_usage where it belongs and added *_usage...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-08-21 Eric AndersenAdded getopt(1) from "Alfred M. Szmidt" <ams@trillian...