Age | Commit message (Expand) | Author | Files | Lines |
2018-02-21 | Remove miscellaneous debris from libio. | Zack Weinberg | 1 | -1/+1 |
2018-02-21 | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg | 1 | -5/+2 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-12-24 | Deprecate external use of libio.h and _G_config.h. | Zack Weinberg | 1 | -1/+0 |
2017-06-20 | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 1 | -1/+1 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 1 | -1/+1 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-10-26 | Use read_int in vfscanf | Gabriel F. T. Gomes | 1 | -8/+5 |
2016-09-02 | vfscanf: Avoid multiple reads of multi-byte character width | Florian Weimer | 1 | -12/+12 |
2016-01-21 | Silence some false positive warnings for gcc 4.7 | Chris Metcalf | 1 | -0/+10 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-12-11 | Fix indentation. | Steve Ellcey | 1 | -1/+1 |
2015-10-15 | vfscanf: Use struct scratch_buffer instead of extend_alloca | Florian Weimer | 1 | -125/+231 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 1 | -1/+1 |
2015-02-06 | CVE-2015-1472: wscanf allocates too little memory | Paul Pluzhnikov | 1 | -6/+6 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -37/+37 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-11-18 | Do not let scanf("%4p") accept "(nil)". Fixes bug 16055 | Ondřej Bílka | 1 | -1/+1 |
2013-10-31 | Fix parsing of 0e+0 as float | Andreas Schwab | 1 | -0/+2 |
2013-08-30 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | 1 | -7/+7 |
2013-04-11 | Don't accept exp char without preceding digits in scanf float parsing | Andreas Schwab | 1 | -5/+11 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | 1 | -0/+1 |
2012-05-24 | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | 1 | -5/+6 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2012-01-08 | sscanf always calls realloc | Paul Pluzhnikov | 1 | -2/+2 |
2011-09-09 | Fix boundary conditions in scanf | Ulrich Drepper | 1 | -27/+97 |
2011-09-09 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 1 | -5/+5 |
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | 1 | -11/+11 |
2007-12-07 | [BZ #5441, BZ #5452, BZ #5454] | Ulrich Drepper | 1 | -1/+0 |
2007-10-28 | [BZ #5225] | Ulrich Drepper | 1 | -8/+10 |
2007-09-18 | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, | Ulrich Drepper | 1 | -56/+217 |
2007-09-15 | * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm' | Ulrich Drepper | 1 | -3/+96 |
2007-07-08 | * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF | Ulrich Drepper | 1 | -3/+8 |
2007-04-27 | (_IO_vfscanf_internal): Allow hexa-decimal floats without exponent. | Ulrich Drepper | 1 | -3/+2 |
2007-02-20 | * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor | Ulrich Drepper | 1 | -20/+16 |
2007-02-19 | * stdio-common/vfscanf.c: Small cleanups throughout. | Ulrich Drepper | 1 | -52/+40 |
2007-02-19 | [BZ #2211] | Ulrich Drepper | 1 | -14/+228 |
2007-02-18 | * stdio-common/vfscanf.c: Fix problems in width accounting. | Ulrich Drepper | 1 | -2/+7 |
2007-02-18 | .. | Ulrich Drepper | 1 | -57/+0 |
2007-02-18 | * stdio-common/Makefile (tests): Add tst-swscanf. | Ulrich Drepper | 1 | -7/+1 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -3/+5 |
2007-07-31 | . | Jakub Jelinek | 1 | -5/+3 |
2006-05-06 | * stdio-common/vfscanf.c (memory_error): Remove definition. Add | Ulrich Drepper | 1 | -59/+69 |
2006-01-14 | * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New | Roland McGrath | 1 | -23/+15 |
2005-04-26 | Correctly account for characters of decimal points right after +-. | Ulrich Drepper | 1 | -3/+2 |
2005-04-24 | Fix parsing of decimal point after +-. | Ulrich Drepper | 1 | -1/+13 |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 1 | -97/+86 |