GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdio-common
/
vfscanf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
Use C99-compliant scanf under _GNU_SOURCE with modern compilers.
Zack Weinberg
2019-01-03
1
-0
/
+5
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Add __vfscanf_internal and __vfwscanf_internal with flags arguments.
Zack Weinberg
2018-12-05
1
-3041
/
+1
*
Fix scanf rounding of negative floating-point numbers (bug 23280).
Joseph Myers
2018-06-19
1
-17
/
+18
*
Remove miscellaneous debris from libio.
Zack Weinberg
2018-02-21
1
-1
/
+1
*
Mechanically remove _IO_ name aliases for types and constants.
Zack Weinberg
2018-02-21
1
-5
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Deprecate external use of libio.h and _G_config.h.
Zack Weinberg
2017-12-24
1
-1
/
+0
*
Use locale_t, not __locale_t, throughout glibc
Zack Weinberg
2017-06-20
1
-1
/
+1
*
Narrowing the visibility of libc-internal.h even further.
Zack Weinberg
2017-03-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Use read_int in vfscanf
Gabriel F. T. Gomes
2016-10-26
1
-8
/
+5
*
vfscanf: Avoid multiple reads of multi-byte character width
Florian Weimer
2016-09-02
1
-12
/
+12
*
Silence some false positive warnings for gcc 4.7
Chris Metcalf
2016-01-21
1
-0
/
+10
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Fix indentation.
Steve Ellcey
2015-12-11
1
-1
/
+1
*
vfscanf: Use struct scratch_buffer instead of extend_alloca
Florian Weimer
2015-10-15
1
-125
/
+231
*
Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).
Joseph Myers
2015-09-08
1
-1
/
+1
*
CVE-2015-1472: wscanf allocates too little memory
Paul Pluzhnikov
2015-02-06
1
-6
/
+6
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-02-10
1
-37
/
+37
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Do not let scanf("%4p") accept "(nil)". Fixes bug 16055
Ondřej Bílka
2013-11-18
1
-1
/
+1
*
Fix parsing of 0e+0 as float
Andreas Schwab
2013-10-31
1
-0
/
+2
*
Fix typos.
Ondřej Bílka
2013-08-30
1
-1
/
+1
*
Avoid use of "register" as optimization hint.
Joseph Myers
2013-06-07
1
-7
/
+7
*
Don't accept exp char without preceding digits in scanf float parsing
Andreas Schwab
2013-04-11
1
-5
/
+11
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
Fix lots of bitrot for stub configurations.
Roland McGrath
2012-07-30
1
-0
/
+1
*
Remove use of INTDEF/INTUSE in libio
Andreas Schwab
2012-05-24
1
-5
/
+6
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-3
/
+2
*
sscanf always calls realloc
Paul Pluzhnikov
2012-01-08
1
-2
/
+2
*
Fix boundary conditions in scanf
Ulrich Drepper
2011-09-09
1
-27
/
+97
*
Merge branch 'master' of ssh://sourceware.org/git/glibc
Ulrich Drepper
2011-09-09
1
-5
/
+5
*
Add support for XPG7 testing.
Ulrich Drepper
2010-01-09
1
-11
/
+11
*
[BZ #5441, BZ #5452, BZ #5454]
Ulrich Drepper
2007-12-07
1
-1
/
+0
*
[BZ #5225]
Ulrich Drepper
2007-10-28
1
-8
/
+10
*
* include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
Ulrich Drepper
2007-09-18
1
-56
/
+217
*
* stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
Ulrich Drepper
2007-09-15
1
-3
/
+96
*
* stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
Ulrich Drepper
2007-07-08
1
-3
/
+8
*
(_IO_vfscanf_internal): Allow hexa-decimal floats without exponent.
Ulrich Drepper
2007-04-27
1
-3
/
+2
*
* stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
Ulrich Drepper
2007-02-20
1
-20
/
+16
*
* stdio-common/vfscanf.c: Small cleanups throughout.
Ulrich Drepper
2007-02-19
1
-52
/
+40
*
[BZ #2211]
Ulrich Drepper
2007-02-19
1
-14
/
+228
*
* stdio-common/vfscanf.c: Fix problems in width accounting.
Ulrich Drepper
2007-02-18
1
-2
/
+7
[next]