about summary refs log tree commit diff
path: root/stdio-common/vfscanf-internal.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* C2x scanf %wN, %wfN supportJoseph Myers2023-09-281-0/+48
* vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella2023-07-061-17/+34
* C2x scanf %b supportJoseph Myers2023-06-191-4/+9
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-3/+3
* C2x scanf binary constant handlingJoseph Myers2023-03-021-0/+10
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)Alyssa Ross2021-05-031-9/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* __vfscanf_internal: fix aliasing violation (bug 26690)Andreas Schwab2020-10-081-11/+11
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Break lines before not after operators, batch 4.Joseph Myers2019-03-071-22/+22
* Add some spaces before '('.Joseph Myers2019-02-271-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Prepare vfscanf to use __strtof128_internalGabriel F. T. Gomes2018-12-071-0/+14
* Use SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-051-4/+0
* Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg2018-12-051-2/+0
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-051-0/+3049