about summary refs log tree commit diff
path: root/stdio-common/vfprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* 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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-051-2344/+7
* Remove miscellaneous debris from libio.Zack Weinberg2018-02-211-1/+1
* Remove _IO_file_flags define.Zack Weinberg2018-02-211-2/+2
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-14/+12
* Remove some unnecessary redefinitions of std symbols.Zack Weinberg2018-02-051-6/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* stdio-common: Use array_length and array_end macrosFlorian Weimer2017-11-021-3/+3
* stdio-common: Remove internal_function attributeFlorian Weimer2017-08-311-2/+1
* vfprintf: Reuse work_buffer in group_numberFlorian Weimer2017-06-291-29/+38
* vfprintf: Use struct scratch_buffer for positional arguments allocationFlorian Weimer2017-06-291-40/+28
* vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t buildsFlorian Weimer2017-06-291-1/+1
* float128: Add strfromf128Gabriel F. T. Gomes2017-06-071-2/+8
* vfprintf.c: Refactor magic number 32 into EXTSIZ.Carlos O'Donell2017-05-081-25/+27
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* vfprintf: Avoid creating a VLA which complicates stack managementFlorian Weimer2016-09-021-1/+1
* libio: Implement vtable verification [BZ #20191]Florian Weimer2016-06-231-2/+2
* vfprintf: Fix memory with large width and precision [BZ #19931]Florian Weimer2016-04-251-0/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* vfprintf: Rewrite printf_positional to use struct scratch_bufferFlorian Weimer2015-10-171-40/+10
* Fix BZ #18872 -- memory leak in printf_positional.Paul Pluzhnikov2015-09-161-0/+4
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* vfprintf: Remove label name switching for the jump tableFlorian Weimer2015-05-211-17/+4
* vfprintf: Introduce printf_positional functionFlorian Weimer2015-05-211-347/+369
* vfprintf: Move jump table definition and the macros out of functionFlorian Weimer2015-05-211-65/+64
* vfprintf: Define WORK_BUFFER_SIZEFlorian Weimer2015-03-061-11/+11
* vfprintf: Introduce JUMP_TABLE_BASE_LABELFlorian Weimer2015-03-061-3/+6
* vfprintf: Introduce THOUSANDS_SEP_TFlorian Weimer2015-03-061-18/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law2014-12-151-2/+38
* Correctly handle %p in wprintf (BZ #16890)Andreas Schwab2014-05-011-1/+2
* Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton2014-03-171-1/+1
* Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton2014-03-171-1/+1
* Fix integer overflow in vfwprintf. Fixes bug 14286.Ondřej Bílka2014-01-071-1/+7
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix fwrite() reading beyond end of buffer in error pathEric Biggers2013-10-111-6/+6
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-4/+4
* Replace __builtin_expect(..., 0) with __glibc_unlikely().Paul Pluzhnikov2013-03-051-19/+19
* * stdio-common/vfprintf.c (vfprintf): Check malloc return; don'tPaul Pluzhnikov2013-03-051-4/+13
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-131-2/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* printf should return negative value on errorSiddhesh Poyarekar2012-11-161-4/+24
* 2012-09-28 Andreas Schwab <schwab@linux-m68k.org>Jeff Law2012-09-281-36/+3
* Remove use of INTDEF/INTUSE in libioAndreas Schwab2012-05-241-15/+16