aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/vfscanf-internal.c
AgeCommit message (Expand)Author
2021-05-03stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)Alyssa Ross
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-10-08__vfscanf_internal: fix aliasing violation (bug 26690)Andreas Schwab
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-03-07Break lines before not after operators, batch 4.Joseph Myers
2019-02-27Add some spaces before '('.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-07Prepare vfscanf to use __strtof128_internalGabriel F. T. Gomes
2018-12-05Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg
2018-12-05Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg