aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/vfprintf-internal.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-07-07Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers1-119/+1
2020-03-20stdio: Remove memory leak from multibyte convertion [BZ#25691]Florian Weimer1-144/+180
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-06-27Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes1-13/+60
2019-02-22Break some lines before not after operators.Joseph Myers1-2/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-05Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg1-4/+0
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg1-2/+0
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg1-0/+2364