aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/vfscanf-internal.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-02C2x scanf binary constant handlingJoseph Myers1-0/+10
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-05-03stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)Alyssa Ross1-9/+4
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-10-08__vfscanf_internal: fix aliasing violation (bug 26690)Andreas Schwab1-11/+11
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-03-07Break lines before not after operators, batch 4.Joseph Myers1-22/+22
2019-02-27Add some spaces before '('.Joseph Myers1-2/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-07Prepare vfscanf to use __strtof128_internalGabriel F. T. Gomes1-0/+14
2018-12-05Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg1-4/+0
2018-12-05Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg1-2/+0
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg1-0/+3049