about summary refs log tree commit diff
path: root/stdio-common/vfprintf-internal.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* vfprintf-internal: Get rid of alloca.Joe Simmons-Talbott2023-08-011-1/+22
* C2x printf %wN, %wfN support (bug 24466)Joseph Myers2023-06-191-9/+73
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* stdio-common: Add lock optimization to vfprintf and vfwprintfFlorian Weimer2022-12-191-0/+8
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-191-483/+181
* stdio-common: Simplify printf_unknown interface in vfprintf-internal.cFlorian Weimer2022-05-241-18/+3
* stdio-common: Add printf specifier registry to <printf.h>Florian Weimer2022-05-241-1/+0
* vfprintf: Move argument processing into vfprintf-process-arg.cFlorian Weimer2022-05-231-499/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* stdio: Implement %#m for vfprintf and related functionsFlorian Weimer2021-12-231-5/+20
* Support C2X printf %b, %BJoseph Myers2021-11-101-17/+31
* Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers2021-11-081-1/+2
* vfprintf: Unify argument handling in process_argFlorian Weimer2021-09-231-117/+89
* vfprintf: Handle floating-point cases outside of process_arg macroFlorian Weimer2021-09-231-111/+75
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers2020-07-071-119/+1
* stdio: Remove memory leak from multibyte convertion [BZ#25691]Florian Weimer2020-03-201-144/+180
* 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
* Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes2019-06-271-13/+60
* Break some lines before not after operators.Joseph Myers2019-02-221-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-051-4/+0
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-051-2/+0
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-051-0/+2364