]> git.ipfire.org Git - thirdparty/glibc.git/history - stdio-common/vfprintf.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / stdio-common / vfprintf.c
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-05  Zack WeinbergAdd __v*printf_internal with flags arguments
2018-02-21  Zack WeinbergRemove miscellaneous debris from libio.
2018-02-21  Zack WeinbergRemove _IO_file_flags define.
2018-02-21  Zack WeinbergMechanically remove _IO_ name aliases for types and...
2018-02-06  Zack WeinbergRemove some unnecessary redefinitions of std symbols.
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-11-02  Florian Weimerstdio-common: Use array_length and array_end macros
2017-08-31  Florian Weimerstdio-common: Remove internal_function attribute
2017-06-29  Florian Weimervfprintf: Reuse work_buffer in group_number
2017-06-29  Florian Weimervfprintf: Use struct scratch_buffer for positional...
2017-06-29  Florian Weimervfprintf: Reduce WORK_BUFFER_SIZE for wchar_t builds
2017-06-07  Gabriel F. T. Gomesfloat128: Add strfromf128
2017-05-08  Carlos O'Donellvfprintf.c: Refactor magic number 32 into EXTSIZ.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-09-02  Florian Weimervfprintf: Avoid creating a VLA which complicates stack...
2016-06-23  Florian Weimerlibio: Implement vtable verification [BZ #20191]
2016-04-25  Florian Weimervfprintf: Fix memory with large width and precision...
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-17  Florian Weimervfprintf: Rewrite printf_positional to use struct scrat...
2015-09-16  Paul PluzhnikovFix BZ #18872 -- memory leak in printf_positional.
2015-09-08  Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-05-21  Florian Weimervfprintf: Remove label name switching for the jump...
2015-05-21  Florian Weimervfprintf: Introduce printf_positional function
2015-05-21  Florian Weimervfprintf: Move jump table definition and the macros...
2015-03-06  Florian Weimervfprintf: Define WORK_BUFFER_SIZE
2015-03-06  Florian Weimervfprintf: Introduce JUMP_TABLE_BASE_LABEL
2015-03-06  Florian Weimervfprintf: Introduce THOUSANDS_SEP_T
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-15  Jeff LawCVE-2012-3406: Stack overflow in vfprintf [BZ #16617]
2014-05-01  Andreas SchwabCorrectly handle %p in wprintf (BZ #16890)
2014-03-17  Will NewtonRevert "Fix _IO_JUMPS_OFFSET -Wundef warnings"
2014-03-17  Will NewtonFix _IO_JUMPS_OFFSET -Wundef warnings
2014-01-07  Ondřej BílkaFix integer overflow in vfwprintf. Fixes bug 14286.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-10-11  Eric BiggersFix fwrite() reading beyond end of buffer in error...
2013-06-07  Joseph MyersAvoid use of "register" as optimization hint.
2013-03-06  Paul PluzhnikovReplace __builtin_expect(..., 0) with __glibc_unlikely().
2013-03-05  Paul Pluzhnikov * stdio-common/vfprintf.c (vfprintf): Check malloc...
2013-02-13  Joseph MyersRemove __ptrvalue, __bounded and __unbounded.
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-11-16  Siddhesh Poyarekarprintf should return negative value on error
2012-09-28  Jeff Law2012-09-28 Andreas Schwab <schwab@linux-m68k.org>
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-05-24  Andreas SchwabRemove use of INTDEF/INTUSE in libio
2012-04-02  David S. MillerTighten up vfprintf width, precision, and total length...
2012-03-27  Andreas JaegerMerge branch 'elf-move'
2012-03-20  H.J. LuMove stdio-common/_itoa.h to sysdeps/generic
2012-03-14  Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-07  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-03-07  Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-07  Ulrich DrepperFormatting fixes
2012-03-05  Kees Cook2012-03-02 Kees Cook <keescook@chromium.org>
2012-03-05  Kees Cook2012-03-02 Kees Cook <keescook@chromium.org>
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2011-12-18  Ulrich DrepperFix extension of array in extended printf format handling
2011-05-21  Ulrich DrepperSet stream errors in more cases
2011-02-20  Petr BaudisFix allocation when handling positional parameters...
2010-12-25  Ulrich DrepperAlways allow overwriting printf modifiers etc.
2009-09-29  Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2009-09-29  Andreas SchwabCheck for integer overflows in formatting functions
2009-04-11  Ulrich Drepper* stdio-common/printf.h (struct printf_info): Add user...
2009-04-10  Ulrich DrepperSimplified code and possible copy problem fixed.
2009-04-10  Ulrich Drepper* stdio-common/vfprintf.c (vfprintf): Slightly more...
2008-07-25  Ulrich Drepper[BZ #6698]
2008-07-20  Ulrich Drepper* locale/setlocale.c (setlocale): Take the setlocale...
2008-07-15  Ulrich Drepper* stdio-common/vfprintf.c (_IO_helper_overflow): In... cvs/fedora-glibc-20080716T0944
2008-03-30  Ulrich Drepper* stdio-common/vfprintf.c (vfprintf): Correct overflow...
2007-12-10  Ulrich Drepper[BZ #5424, BZ #5428, BZ #5451]
2007-11-06  Ulrich Drepper* stdio-common/vfprintf.c (vfprintf): Compute necessary...
2007-10-10  Ulrich Drepper* stdio-common/printf-parse.h: Include string.h and...
2007-07-28  Ulrich Drepper* nss/nsswitch.c (__nss_lookup_function): Don't cast...
2007-05-21  Ulrich Drepper[BZ #4514]
2007-05-07  Ulrich Drepper* stdio-common/vfprintf.c (process_string_arg): Optimize
2007-05-05  Ulrich Drepper* stdio-common/vfprintf.c (process_string_arg): Adjust...
2007-05-02  Ulrich Drepper* stdio-common/vfprintf.c (process_string_arg): Use...
2007-05-01  Ulrich Drepper[BZ #4438]
2007-03-17  Ulrich Drepper* elf/dl-open.c (dl_open_worker): Declare l in 2 different cvs/fedora-glibc-20070317T2130
2007-01-11  Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31  Jakub Jelinek.
2006-05-02  Ulrich Drepper[BZ #2509]
2006-01-14  Roland McGrath* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowa...
2005-11-05  Ulrich Drepper* configure.in: Remove test for support for subtracting...
2004-12-22  Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12  Jakub Jelinek2.5-18.1
2004-11-18  Ulrich Drepper[BZ #544]
2004-11-18  Ulrich DrepperUpdate.
2004-10-18  Ulrich Drepper2004-10-15 Jakub Jelinek <jakub@redhat.com>
2004-09-14  Ulrich DrepperUpdate.
2004-03-19  Ulrich DrepperUpdate.
2004-01-14  Ulrich DrepperUpdate.
2003-12-19  Ulrich DrepperUpdate.
2003-11-30  Andreas JaegerDo not inline buffered_vfprintf to decrease stack usage.
2003-09-06  Ulrich DrepperUpdate.
2003-08-14  Ulrich DrepperUpdate.
2003-06-11  Ulrich DrepperUpdate.
2003-05-27  Ulrich DrepperUpdate.
next