summaryrefslogtreecommitdiff
path: root/stdio-common/vfprintf.c
AgeCommit message (Expand)Author
2018-02-21Remove miscellaneous debris from libio.Zack Weinberg
2018-02-21Remove _IO_file_flags define.Zack Weinberg
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-02-05Remove some unnecessary redefinitions of std symbols.Zack Weinberg
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-02stdio-common: Use array_length and array_end macrosFlorian Weimer
2017-08-31stdio-common: Remove internal_function attributeFlorian Weimer
2017-06-29vfprintf: Reuse work_buffer in group_numberFlorian Weimer
2017-06-29vfprintf: Use struct scratch_buffer for positional arguments allocationFlorian Weimer
2017-06-29vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t buildsFlorian Weimer
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes
2017-05-08vfprintf.c: Refactor magic number 32 into EXTSIZ.Carlos O'Donell
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-09-02vfprintf: Avoid creating a VLA which complicates stack managementFlorian Weimer
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer
2016-04-25vfprintf: Fix memory with large width and precision [BZ #19931]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-17vfprintf: Rewrite printf_positional to use struct scratch_bufferFlorian Weimer
2015-09-16Fix BZ #18872 -- memory leak in printf_positional.Paul Pluzhnikov
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-05-21vfprintf: Remove label name switching for the jump tableFlorian Weimer
2015-05-21vfprintf: Introduce printf_positional functionFlorian Weimer
2015-05-21vfprintf: Move jump table definition and the macros out of functionFlorian Weimer
2015-03-06vfprintf: Define WORK_BUFFER_SIZEFlorian Weimer
2015-03-06vfprintf: Introduce JUMP_TABLE_BASE_LABELFlorian Weimer
2015-03-06vfprintf: Introduce THOUSANDS_SEP_TFlorian Weimer
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-15CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law
2014-05-01Correctly handle %p in wprintf (BZ #16890)Andreas Schwab
2014-03-17Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton
2014-03-17Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton
2014-01-07Fix integer overflow in vfwprintf. Fixes bug 14286.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-10-11Fix fwrite() reading beyond end of buffer in error pathEric Biggers
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-03-05Replace __builtin_expect(..., 0) with __glibc_unlikely().Paul Pluzhnikov
2013-03-05 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don'tPaul Pluzhnikov
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-16printf should return negative value on errorSiddhesh Poyarekar
2012-09-282012-09-28 Andreas Schwab <schwab@linux-m68k.org>Jeff Law
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab
2012-04-02Tighten up vfprintf width, precision, and total length overflow handling.David S. Miller
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu
2012-03-06Formatting fixesUlrich Drepper
2012-03-052012-03-02 Kees Cook <keescook@chromium.org>Kees Cook
2012-03-052012-03-02 Kees Cook <keescook@chromium.org>Kees Cook
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-12-17Fix extension of array in extended printf format handlingUlrich Drepper
2011-05-21Set stream errors in more casesUlrich Drepper