aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/vfscanf.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg1-0/+5
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg1-3041/+1
2018-06-19Fix scanf rounding of negative floating-point numbers (bug 23280).Joseph Myers1-17/+18
2018-02-21Remove miscellaneous debris from libio.Zack Weinberg1-1/+1
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg1-5/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg1-1/+0
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg1-1/+1
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-10-26Use read_int in vfscanfGabriel F. T. Gomes1-8/+5
2016-09-02vfscanf: Avoid multiple reads of multi-byte character widthFlorian Weimer1-12/+12
2016-01-21Silence some false positive warnings for gcc 4.7Chris Metcalf1-0/+10
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-12-11 Fix indentation.Steve Ellcey1-1/+1
2015-10-15vfscanf: Use struct scratch_buffer instead of extend_allocaFlorian Weimer1-125/+231
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-02-06CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov1-6/+6
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-37/+37
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-11-18Do not let scanf("%4p") accept "(nil)". Fixes bug 16055Ondřej Bílka1-1/+1
2013-10-31Fix parsing of 0e+0 as floatAndreas Schwab1-0/+2
2013-08-30Fix typos.Ondřej Bílka1-1/+1
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-7/+7
2013-04-11Don't accept exp char without preceding digits in scanf float parsingAndreas Schwab1-5/+11
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath1-0/+1
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab1-5/+6
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-08sscanf always calls reallocPaul Pluzhnikov1-2/+2
2011-09-09Fix boundary conditions in scanfUlrich Drepper1-27/+97
2011-09-09Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper1-5/+5
2010-01-09Add support for XPG7 testing.Ulrich Drepper1-11/+11
2007-12-07[BZ #5441, BZ #5452, BZ #5454]Ulrich Drepper1-1/+0
2007-10-28[BZ #5225]Ulrich Drepper1-8/+10
2007-09-18* include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper1-56/+217
2007-09-15* stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'Ulrich Drepper1-3/+96
2007-07-08* stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOFUlrich Drepper1-3/+8
2007-04-27(_IO_vfscanf_internal): Allow hexa-decimal floats without exponent.Ulrich Drepper1-3/+2
2007-02-20* stdio-common/printf_fp.c (___printf_fp): Cleanups and minorUlrich Drepper1-20/+16
2007-02-19* stdio-common/vfscanf.c: Small cleanups throughout.Ulrich Drepper1-52/+40
2007-02-19[BZ #2211]Ulrich Drepper1-14/+228
2007-02-18* stdio-common/vfscanf.c: Fix problems in width accounting.Ulrich Drepper1-2/+7