about summary refs log tree commit diff
path: root/stdio-common/vfprintf.c
Commit message (Expand)AuthorAgeFilesLines
* foo roland/WshadowRoland McGrath2014-10-131-4/+3
* 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
* Tighten up vfprintf width, precision, and total length overflow handling.David S. Miller2012-04-021-19/+58
* Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu2012-03-201-2/+2
* Formatting fixesUlrich Drepper2012-03-061-13/+13
* 2012-03-02 Kees Cook <keescook@chromium.org>Kees Cook2012-03-051-3/+7
* 2012-03-02 Kees Cook <keescook@chromium.org>Kees Cook2012-03-051-9/+38
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix extension of array in extended printf format handlingUlrich Drepper2011-12-171-7/+6
* Set stream errors in more casesUlrich Drepper2011-05-211-0/+1
* Fix allocation when handling positional parameters in printf.Petr Baudis2011-02-201-2/+3
* Always allow overwriting printf modifiers etc.Ulrich Drepper2010-12-241-7/+13
* Check for integer overflows in formatting functionsAndreas Schwab2009-09-291-18/+31
* * stdio-common/printf.h (struct printf_info): Add user element.Ulrich Drepper2009-04-111-14/+51
* Simplified code and possible copy problem fixed.Ulrich Drepper2009-04-101-17/+3
* * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.Ulrich Drepper2009-04-101-8/+15
* [BZ #6698]Ulrich Drepper2008-07-251-2/+2
* * locale/setlocale.c (setlocale): Take the setlocale lock earlier.Ulrich Drepper2008-07-201-2/+7
* * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn cvs/fedora-glibc-20080716T0944Ulrich Drepper2008-07-151-1/+5
* * stdio-common/vfprintf.c (vfprintf): Correct overflow test.Ulrich Drepper2008-03-301-1/+2
* [BZ #5424, BZ #5428, BZ #5451]Ulrich Drepper2007-12-101-9/+23
* * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer sizeUlrich Drepper2007-11-061-6/+12
* * stdio-common/printf-parse.h: Include string.h and wchar.h.Ulrich Drepper2007-10-101-12/+3
* * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper2007-07-281-1/+1
* [BZ #4514]Ulrich Drepper2007-05-211-4/+7
* * stdio-common/vfprintf.c (process_string_arg): OptimizeUlrich Drepper2007-05-071-2/+3
* * stdio-common/vfprintf.c (process_string_arg): Adjust call toUlrich Drepper2007-05-051-2/+2
* * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather thanUlrich Drepper2007-05-021-1/+2
* [BZ #4438]Ulrich Drepper2007-05-011-9/+15
* * elf/dl-open.c (dl_open_worker): Declare l in 2 different cvs/fedora-glibc-20070317T2130Ulrich Drepper2007-03-171-1/+2
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-27/+16
* .Jakub Jelinek2007-07-311-16/+27
* [BZ #2509]Ulrich Drepper2006-05-021-2/+12
* * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath2006-01-141-22/+30
* * configure.in: Remove test for support for subtracting local labels.Ulrich Drepper2005-11-051-4/+4
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-71/+42
* 2.5-18.1Jakub Jelinek2007-07-121-42/+71