]> git.ipfire.org Git - thirdparty/glibc.git/history - stdio-common/vfscanf-internal.c
Regenerate libc.pot
[thirdparty/glibc.git] / stdio-common / vfscanf-internal.c
2023-07-06  Adhemerval Zanellavfscanf-internal: Remove potentially unbounded allocas
2023-06-19  Joseph MyersC2x scanf %b support
2023-06-02  Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-03-02  Joseph MyersC2x scanf binary constant handling
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-05-03  Alyssa Rossstdio: fix vfscanf with matches longer than INT_MAX...
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-10-08  Andreas Schwab__vfscanf_internal: fix aliasing violation (bug 26690)
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-03-07  Joseph MyersBreak lines before not after operators, batch 4.
2019-02-27  Joseph MyersAdd some spaces before '('.
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-07  Gabriel F. T. GomesPrepare vfscanf to use __strtof128_internal
2018-12-05  Zack WeinbergUse SCANF_LDBL_IS_DBL instead of __ldbl_is_dbl.
2018-12-05  Zack WeinbergUse SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.
2018-12-05  Zack WeinbergAdd __vfscanf_internal and __vfwscanf_internal with...