index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
argp
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
18
-18
/
+18
2023-08-28
argp-parse: Get rid of alloca
Joe Simmons-Talbott
1
-24
/
+11
2023-06-06
tests: fix warn unused result on asprintf calls
Frédéric Bérat
1
-3
/
+5
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
3
-3
/
+3
2023-05-17
argp: Reformat Makefile.
Carlos O'Donell
1
-5
/
+23
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
18
-18
/
+18
2022-12-19
Avoid use of atoi in some places in libc
Joseph Myers
2
-4
/
+4
2022-11-01
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
Adhemerval Zanella
1
-3
/
+4
2022-07-04
argp: Remove old includes in !_LIBC case
Guilherme Janczak
1
-5
/
+0
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
18
-18
/
+18
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
3
-3
/
+0
2021-02-04
argp: Avoid undefined behaviour when invoking qsort().
Bruno Haible
1
-79
/
+171
2021-02-04
argp: Improve comments.
Bruno Haible
1
-43
/
+65
2021-02-04
argp: Don't pass invalid arguments to isspace, isalnum, isalpha, isdigit.
Bruno Haible
1
-7
/
+7
2021-02-04
argp: Don't rely on undefined behaviour of _tolower().
Bruno Haible
1
-6
/
+4
2021-02-04
argp: fix pointer-subtraction bug
Paul Eggert
1
-1
/
+2
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
18
-18
/
+18
2020-12-12
Fix spelling and grammar in several comments
Jonny Grant
1
-3
/
+3
2020-04-30
Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
Paul E. Murphy
1
-1
/
+1
2020-02-17
Prepare redirections for IEEE long double on powerpc64le
Gabriel F. T. Gomes
1
-1
/
+2
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
18
-18
/
+18
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
18
-18
/
+18
2019-06-19
Fix gcc 9 build errors for make xcheck. [BZ #24556]
Stefan Liebler
1
-1
/
+1
2019-03-01
ldbl-opt: Add argp_error and argp_failure (bug 23983)
Gabriel F. T. Gomes
3
-1
/
+29
2019-02-21
Add internal implementations for argp.h, err.h, and error.h functions
Gabriel F. T. Gomes
1
-16
/
+24
2019-01-12
Fix a few typos in comments
Dmitry V. Levin
1
-1
/
+1
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
17
-17
/
+17
2018-12-05
Add __v*printf_internal with flags arguments
Zack Weinberg
3
-6
/
+3
2018-11-29
argp: do not call _IO_fwide() if _LIBC is not defined
Charles-Antoine Couret
2
-0
/
+6
2018-11-08
Use TEST_COMPARE_STRING in recently added test
Gabriel F. T. Gomes
1
-8
/
+1
2018-11-06
Add tests for argp_error and argp_failure with floating-point parameters
Gabriel F. T. Gomes
2
-1
/
+111
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
16
-16
/
+16
2017-12-11
Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
H.J. Lu
1
-3
/
+3
2017-10-01
Mark internal argp functions with attribute_hidden [BZ #18822]
H.J. Lu
5
-6
/
+6
2017-06-14
Remove __need macros from errno.h (__need_Emath, __need_error_t).
Zack Weinberg
1
-5
/
+5
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
16
-16
/
+16
2016-09-23
Installed-header hygiene (BZ#20366): Simple self-contained fixes.
Zack Weinberg
1
-2
/
+2
2016-08-18
argp: Do not override GCC keywords with macros [BZ #16907]
Florian Weimer
2
-55
/
+6
2016-01-07
argp: Use fwrite_unlocked instead of __fxprintf when !_LIBC
Khem Raj
1
-0
/
+4
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
16
-16
/
+16
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
16
-16
/
+16
2014-03-17
Fix __STRICT_ANSI__ -Wundef warnings
Will Newton
2
-4
/
+8
2014-02-26
Consistently include Makeconfig after defining subdir.
Joseph Myers
1
-0
/
+2
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
16
-16
/
+16
2013-08-29
Fix typos.
Ondřej Bílka
2
-6
/
+6
2013-08-21
Fix typos.
Ondřej Bílka
1
-3
/
+3
2013-03-18
BZ#14812: Add missing translation marker on some argp option argument names in utilities.
Roland McGrath
1
-3
/
+4
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
16
-18
/
+16
2012-07-30
Fix lots of bitrot for stub configurations.
Roland McGrath
1
-0
/
+1
2012-05-24
Remove use of INTDEF/INTUSE in intl
Andreas Schwab
2
-4
/
+4
[next]