aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/vfscanf-internal.c
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-09-28C2x scanf %wN, %wfN supportJoseph Myers
2023-07-06vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella
2023-06-19C2x scanf %b supportJoseph Myers
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-03-02C2x scanf binary constant handlingJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
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