summaryrefslogtreecommitdiff
path: root/lib/argp-help.c
Commit message (Expand)AuthorAgeFilesLines
* argp: Avoid possible NULL access in argp_help.Darren Kenny2021-06-181-1/+2
* Put LGPLv3+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* argp: Avoid undefined behaviour when invoking qsort().Bruno Haible2020-12-081-78/+173
* argp: Improve comments.Bruno Haible2020-12-081-45/+63
* argp: Don't pass invalid arguments to isspace() and isalnum().Bruno Haible2020-12-081-2/+2
* argp: Don't rely on undefined behaviour of _tolower().Bruno Haible2020-12-081-6/+4
* argp: Emit a warning also with clang.Bruno Haible2020-08-161-1/+1
* Fix "warning: implicitly declaring library function 'strcasecmp'".Bruno Haible2020-08-161-0/+1
* Use many __attribute__s with clang.Bruno Haible2020-08-111-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Fix typos found by codespell.Tim Rühsen2019-01-121-1/+1
* argp: Don't pass an invalid argument to dgettext().Bruno Haible2019-01-051-2/+2
* argp: Don't pass an invalid argument to dgettext().Bruno Haible2019-01-051-1/+3
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* argp: fix pointer-subtraction bugPaul Eggert2017-05-191-1/+2
* argp: Fix mistake in 2017-04-23 commit.Bruno Haible2017-05-051-1/+1
* argp: Fix typo.Reuben Thomas2017-05-041-1/+1
* Fix conflict between strerror_r-posix module and AC_FUNC_STRERROR_R.Bruno Haible2017-04-251-2/+2
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* argp: merge changes from glibcPaul Eggert2016-04-031-200/+150
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* argp: avoid extraneous translation and mem leak with empty pre docAndrei Borzenkov2014-12-021-2/+6
* maint: update copyrightEric Blake2014-01-011-1/+1
* argp: typo fixAlexandre Duret-Lutz2013-05-171-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* argp, regex: Ensure strcasecmp gets declared.Bruno Haible2012-06-261-0/+1
* maint: spelling fixesPaul Eggert2012-02-051-9/+9
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-16/+16
* Use ', not `, for quoting output.Paul Eggert2012-01-051-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* Avoid subtracting two pointers that don't point into the same block.Matthew Wala2011-11-301-1/+2
* argp: Allow coexistence with strerror_r-posix module.Bruno Haible2011-05-291-1/+1
* maint: replace misused "a" with "an"Jim Meyering2011-05-201-3/+3
* maint: correct misuse of "a" and "an"Jim Meyering2011-05-201-1/+1
* Don't interfere with a program's definition of __attribute__.Bruno Haible2011-02-151-0/+2
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Minor formatting changes.Bruno Haible2010-03-251-5/+5
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-619/+619
* argp: fix test failureEric Blake2009-09-281-7/+5
* remove trailing blanksJim Meyering2008-05-201-11/+11
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* (until_short): Remove `inline' qualifier.Sergey Poznyakoff2007-06-221-1/+1
* (struct hol_entry): New member `ord'.Sergey Poznyakoff2007-05-021-3/+12
* (hol_entry_cmp): Option sorting algorithmSergey Poznyakoff2007-04-301-4/+11
* (hol_cluster_cmp): Reverse comparison. Change proposed by Sven Verdoolaege.Sergey Poznyakoff2007-04-291-3/+5