summaryrefslogtreecommitdiff
path: root/stdio-common/vfscanf-internal.c
AgeCommit message (Expand)Author
2025-10-30Cleanup some recently added whitespace.Collin Funk
2025-10-29Annotate swtich fall-throughAdhemerval Zanella
2025-10-21Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella
2025-08-23stdio-common: Reject insufficient character data in scanf [BZ #12701]Maciej W. Rozycki
2025-08-11stdio-common: Reject significands w/o digits in scanf [BZ #12701]Maciej W. Rozycki
2025-08-11stdio-common: Don't read real input beyond the field width in scanfMaciej W. Rozycki
2025-05-29stdio-common: Consistently use 'num_digits_len' in 'vfscanf'Maciej W. Rozycki
2025-03-28stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701]Maciej W. Rozycki
2025-03-28stdio-common: Reject significand prefixes in scanf [BZ #12701]Maciej W. Rozycki
2025-03-28stdio-common: Reject integer prefixes in scanf [BZ #12701]Maciej W. Rozycki
2025-03-28stdio-common: Also reject exp char w/o significand in i18n scanf [BZ #13988]Maciej W. Rozycki
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-10-25stdio-common: Fix scanf parsing for NaN types [BZ #30647]Avinal Kumar
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