aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/vfprintf-internal.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-12-19stdio-common: Add lock optimization to vfprintf and vfwprintfFlorian Weimer1-0/+8
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer1-483/+181
2022-05-24stdio-common: Simplify printf_unknown interface in vfprintf-internal.cFlorian Weimer1-18/+3
2022-05-24stdio-common: Add printf specifier registry to <printf.h>Florian Weimer1-1/+0
2022-05-23vfprintf: Move argument processing into vfprintf-process-arg.cFlorian Weimer1-499/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-23stdio: Implement %#m for vfprintf and related functionsFlorian Weimer1-5/+20
2021-11-10Support C2X printf %b, %BJoseph Myers1-17/+31
2021-11-08Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers1-1/+2
2021-09-23vfprintf: Unify argument handling in process_argFlorian Weimer1-117/+89
2021-09-23vfprintf: Handle floating-point cases outside of process_arg macroFlorian Weimer1-111/+75
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