about summary refs log tree commit diff
path: root/stdio-common/vfscanf.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
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-031-0/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-051-3041/+1
* Fix scanf rounding of negative floating-point numbers (bug 23280).Joseph Myers2018-06-191-17/+18
* Remove miscellaneous debris from libio.Zack Weinberg2018-02-211-1/+1
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-5/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Deprecate external use of libio.h and _G_config.h.Zack Weinberg2017-12-241-1/+0
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-201-1/+1
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Use read_int in vfscanfGabriel F. T. Gomes2016-10-261-8/+5
* vfscanf: Avoid multiple reads of multi-byte character widthFlorian Weimer2016-09-021-12/+12
* Silence some false positive warnings for gcc 4.7Chris Metcalf2016-01-211-0/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix indentation.Steve Ellcey2015-12-111-1/+1
* vfscanf: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-10-151-125/+231
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov2015-02-061-6/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-37/+37
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Do not let scanf("%4p") accept "(nil)". Fixes bug 16055Ondřej Bílka2013-11-181-1/+1
* Fix parsing of 0e+0 as floatAndreas Schwab2013-10-311-0/+2
* Fix typos.Ondřej Bílka2013-08-301-1/+1
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-7/+7
* Don't accept exp char without preceding digits in scanf float parsingAndreas Schwab2013-04-111-5/+11
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-301-0/+1
* Remove use of INTDEF/INTUSE in libioAndreas Schwab2012-05-241-5/+6
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* sscanf always calls reallocPaul Pluzhnikov2012-01-081-2/+2
* Fix boundary conditions in scanfUlrich Drepper2011-09-091-27/+97
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-09-091-5/+5
* Add support for XPG7 testing.Ulrich Drepper2010-01-091-11/+11
* [BZ #5441, BZ #5452, BZ #5454]Ulrich Drepper2007-12-071-1/+0
* [BZ #5225]Ulrich Drepper2007-10-281-8/+10
* * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper2007-09-181-56/+217
* * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'Ulrich Drepper2007-09-151-3/+96
* * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOFUlrich Drepper2007-07-081-3/+8
* (_IO_vfscanf_internal): Allow hexa-decimal floats without exponent.Ulrich Drepper2007-04-271-3/+2
* * stdio-common/printf_fp.c (___printf_fp): Cleanups and minorUlrich Drepper2007-02-201-20/+16
* * stdio-common/vfscanf.c: Small cleanups throughout.Ulrich Drepper2007-02-191-52/+40
* [BZ #2211]Ulrich Drepper2007-02-191-14/+228