summaryrefslogtreecommitdiff
path: root/posix/getopt.c
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-04-07getopt: annotate files with relationship to gnulib.Zack Weinberg
2017-04-07getopt: merge _GL_UNUSED annotations from gnulibZack Weinberg
2017-04-07getopt: merge from gnulib: alloca avoidanceZack Weinberg
2017-04-07getopt: refactor long-option handlingZack Weinberg
2017-04-07getopt: tidy up _getopt_initialize a bitZack Weinberg
2017-04-07getopt: merge from gnulib: function prototype adjustmentsZack Weinberg
2017-04-07getopt: clean up error reportingZack Weinberg
2017-04-07getopt: fix fencepost error in ambiguous-W-option handlingZack Weinberg
2017-04-07getopt: merge straightforward changes from gnulibZack Weinberg
2017-04-07getopt: merge from gnulib: don't use `...' quotesZack Weinberg
2017-04-07getopt: remove USE_NONOPTION_FLAGSZack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-06-05Fix open_memstream namespace (bug 18498).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-09-10Cleanup of configuration optionsUlrich Drepper
2011-07-06Handle W; without long options in getoptUlrich Drepper
2011-05-15Provide more helpful error message in getoptUlrich Drepper
2010-04-07getopt mishandles optstring of "+:"Eric Blake
2010-04-07getopt mistakenly allows '-;' as short optionEric Blake
2010-04-07Fix -W with optional parameters in getopt.Eric Blake
2010-04-04Fix printing error messages in getopt.Ulrich Drepper
2009-02-26* include/features.h: If no feature selection given and we selectUlrich Drepper
2008-03-29* posix/getopt.c (_getopt_internal_r): Remove old POSIX-demandedUlrich Drepper
2008-03-08[BZ #5762]Ulrich Drepper
2005-07-20* include/stdio.h (__fxprintf): Remove wfmt argument.Ulrich Drepper
2005-07-20* wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-03-10Update.Ulrich Drepper
2004-03-09Update.Ulrich Drepper
2003-09-12Update.Ulrich Drepper
2002-03-12Update.Ulrich Drepper
2001-12-06Update.Ulrich Drepper
2001-10-27Update.Ulrich Drepper
2001-08-17Update.Ulrich Drepper
2001-08-13Remove store_args_and_env which is not needed is USE_NONOPTION_FLAGS is undef...Ulrich Drepper
2001-08-112001-08-11 Roland McGrath <roland@frob.com>Roland McGrath
2001-08-11Update.Ulrich Drepper
2001-07-06Update to LGPL v2.1.Andreas Jaeger
2000-10-16Update.Ulrich Drepper
2000-10-16Always include <libintl.h> for glibc.Ulrich Drepper
2000-09-09Update.Ulrich Drepper
2000-09-06(_getopt_internal): Don't recognize an option name as ambiguous if it's a pre...Ulrich Drepper