aboutsummaryrefslogtreecommitdiff
path: root/argp
AgeCommit message (Expand)AuthorFilesLines
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-3/+4
2022-07-04argp: Remove old includes in !_LIBC caseGuilherme Janczak1-5/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert18-18/+18
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar3-3/+0
2021-02-04argp: Avoid undefined behaviour when invoking qsort().Bruno Haible1-81/+173
2021-02-04argp: Improve comments.Bruno Haible1-43/+65
2021-02-04argp: Don't pass invalid arguments to isspace, isalnum, isalpha, isdigit.Bruno Haible1-7/+7
2021-02-04argp: Don't rely on undefined behaviour of _tolower().Bruno Haible1-6/+4
2021-02-04argp: fix pointer-subtraction bugPaul Eggert1-1/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert18-18/+18
2020-12-12Fix spelling and grammar in several commentsJonny Grant1-3/+3
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy1-1/+1
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes1-1/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers18-18/+18
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert18-18/+18
2019-06-19Fix gcc 9 build errors for make xcheck. [BZ #24556]Stefan Liebler1-1/+1
2019-03-01ldbl-opt: Add argp_error and argp_failure (bug 23983)Gabriel F. T. Gomes3-1/+29
2019-02-21Add internal implementations for argp.h, err.h, and error.h functionsGabriel F. T. Gomes1-16/+24
2019-01-12Fix a few typos in commentsDmitry V. Levin1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers17-17/+17
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg3-6/+3
2018-11-29argp: do not call _IO_fwide() if _LIBC is not definedCharles-Antoine Couret2-0/+6
2018-11-08Use TEST_COMPARE_STRING in recently added testGabriel F. T. Gomes1-8/+1
2018-11-06Add tests for argp_error and argp_failure with floating-point parametersGabriel F. T. Gomes2-1/+111
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers16-16/+16
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-3/+3
2017-10-01Mark internal argp functions with attribute_hidden [BZ #18822]H.J. Lu5-6/+6
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg1-5/+5
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers16-16/+16
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg1-2/+2
2016-08-18argp: Do not override GCC keywords with macros [BZ #16907]Florian Weimer2-55/+6
2016-01-07argp: Use fwrite_unlocked instead of __fxprintf when !_LIBCKhem Raj1-0/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers16-16/+16
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers16-16/+16
2014-03-17Fix __STRICT_ANSI__ -Wundef warningsWill Newton2-4/+8
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-0/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae16-16/+16
2013-08-29Fix typos.Ondřej Bílka2-6/+6
2013-08-21Fix typos.Ondřej Bílka1-3/+3
2013-03-18BZ#14812: Add missing translation marker on some argp option argument names i...Roland McGrath1-3/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers16-18/+16
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath1-0/+1
2012-05-24Remove use of INTDEF/INTUSE in intlAndreas Schwab2-4/+4
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-2/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert16-48/+32
2012-01-07Remove pre-ISO C supportUlrich Drepper2-58/+50
2012-01-07Update ABI informationUlrich Drepper1-3/+0
2011-09-10Cleanup of configuration optionsUlrich Drepper3-20/+8
2010-04-04Add test case for last argp bug.Ulrich Drepper2-2/+58
2010-04-04Fix option aliasing in argp.Sergey Poznyakoff1-6/+6