aboutsummaryrefslogtreecommitdiff
path: root/argp
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-16* stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek1-3/+3
2007-03-17* configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper1-2/+3
2007-03-15[BZ #4101]Ulrich Drepper3-6/+108
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper3-108/+6
2007-07-31.Jakub Jelinek3-6/+108
2006-05-10* io/ftw.c (open_dir_stream): Return right away if REALLOC fails.Ulrich Drepper1-5/+11
2006-05-10* posix/wordexp.c (w_addword): Free word if realloc fails and itUlrich Drepper3-36/+60
2006-04-22* argp/argp.h (__option_is_short): Check upper limit ofUlrich Drepper1-2/+3
2005-10-14[BZ #1373]Ulrich Drepper1-2/+2
2005-09-272005-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>Roland McGrath5-8/+4
2005-08-09* argp/argp-help.c: Use _IO_vasprintf instead of vasprintf.Ulrich Drepper1-3/+4