summaryrefslogtreecommitdiff
path: root/lib/getopt.c
Commit message (Expand)AuthorAgeFilesLines
* gnulib-common.m4: Use C2x [[maybe_unused]] when possible.Bruno Haible2021-08-221-2/+2
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* getopt-posix: port to mingwPaul Eggert2017-05-111-1/+2
* getopt: annotate files with relationship to glibcZack Weinberg2017-04-061-4/+2
* getopt: better handling of ambiguous optionsZack Weinberg2017-04-061-126/+159
* getopt: refactor long-option handlingZack Weinberg2017-04-061-334/+204
* getopt: tidy up _getopt_initialize a bitZack Weinberg2017-04-061-12/+6
* getopt: merge from glibc: repetition reductionZack Weinberg2017-04-061-26/+17
* getopt: clean up error reportingZack Weinberg2017-04-061-308/+53
* getopt: fix fencepost error in ambiguous-W-option handlingZack Weinberg2017-04-061-1/+0
* getopt: clean up getopt.c and getopt1.c file headersZack Weinberg2017-04-061-9/+0
* getopt: harmonize comments with glibcZack Weinberg2017-04-061-12/+19
* getopt: remove USE_NONOPTION_FLAGSZack Weinberg2017-04-061-95/+2
* getopt: tabify, in preparation for merge with glibcZack Weinberg2017-04-061-668/+668
* getopt: merge from glibcPaul Eggert2017-03-221-35/+35
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* getopt: give accurate ambiguity diagnostic on mem exhaustionPádraig Brady2015-02-181-2/+3
* getopt: don't crash on memory exhaustionPádraig Brady2015-02-181-11/+40
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-32/+32
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* getopt: handle W; without long options in getoptEric Blake2011-07-071-3/+8
* getopt: silence clang warningEric Blake2011-06-221-1/+1
* getopt: Avoid gcc warning.Bruno Haible2011-06-041-1/+0
* getopt: for ambiguous options, enumerate the possibilities.James Youngman2011-05-261-17/+66
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* getopt: allow compilation with C++Eric Blake2010-04-161-1/+1
* getopt: merge bug fixes from glibcEric Blake2010-04-131-15/+22
* getopt: avoid compiler warningEric Blake2010-03-191-4/+0
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_Eric Blake2009-12-231-2/+2
* getopt: synchronize from glibcEric Blake2009-12-221-61/+63
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-610/+610
* build: avoid compiler warningsEric Blake2009-10-301-2/+3
* Update VMS specifics.John E. Malmberg2008-03-031-5/+1
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* * getopt.c: Fix typo in last commit.Eric Blake2006-09-141-1/+1
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-1/+1
* * lib/getloadavg.c: Use __VMS, not VMS.Paul Eggert2006-07-061-1/+1
* Work around porting bugs reported by Dieter inPaul Eggert2006-01-241-66/+16
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* (POSIXLY_CORRECT): New constant.Paul Eggert2004-11-171-1/+10