| Commit message (Expand) | Author | Age | Files | Lines |
* | Use C99-compliant scanf under _GNU_SOURCE with modern compilers. |  Zack Weinberg | 2019-01-03 | 1 | -14/+8 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2019-01-01 | 1 | -1/+1 |
* | Add renameat2 function [BZ #17662] |  Florian Weimer | 2018-07-05 | 1 | -0/+12 |
* | Don't install libio.h or _G_config.h. |  Zack Weinberg | 2018-02-07 | 1 | -44/+51 |
* | Remove getc and putc macros from the public stdio.h. |  Zack Weinberg | 2018-02-05 | 1 | -8/+0 |
* | 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/+1 |
* | Remove __need macros from stdio.h and wchar.h. |  Zack Weinberg | 2017-06-08 | 1 | -38/+9 |
* | getopt: eliminate __need_getopt by splitting up getopt.h. |  Zack Weinberg | 2017-04-07 | 1 | -6/+4 |
* | Remove C++ namespace handling from glibc headers. |  Joseph Myers | 2017-03-16 | 1 | -45/+0 |
* | Clean up conditionals for declaration of gets. |  Zack Weinberg | 2017-02-25 | 1 | -8/+5 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Support __STDC_WANT_LIB_EXT2__ feature test macro. |  Joseph Myers | 2016-08-02 | 1 | -4/+5 |
* | Fix stdio.h namespace for pre-threads POSIX (bug 20014). |  Joseph Myers | 2016-04-28 | 1 | -3/+3 |
* | Also define off_t in stdio.h for UNIX98. |  Joseph Myers | 2016-04-28 | 1 | -1/+1 |
* | Define off_t in stdio.h for XOPEN2K. |  Joseph Myers | 2016-04-26 | 1 | -1/+3 |
* | Fix stdio.h cuserid namespace (bug 19989). |  Joseph Myers | 2016-04-25 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266) |  Siddhesh Poyarekar | 2014-09-16 | 1 | -1/+1 |
* | Complete _BSD_SOURCE / _SVID_source followup cleanup. |  Joseph Myers | 2014-02-21 | 1 | -10/+10 |
* | Clean up trivially redundant __USE_MISC conditionals. |  Joseph Myers | 2014-02-13 | 1 | -3/+2 |
* | Combine __USE_BSD and __USE_SVID into __USE_MISC. |  Joseph Myers | 2014-02-12 | 1 | -8/+8 |
* | Update copyright notices with scripts/update-copyrights |  Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Update copyright notices with scripts/update-copyrights. |  Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Remove __wur from fwrite, fwrite_unlocked |  Jim Meyering | 2012-04-11 | 1 | -3/+3 |
* | Always declare gets for C++ up to C++11 without checking __USE_GNU. |  Joseph Myers | 2012-03-09 | 1 | -1/+1 |
* | BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional. |  Roland McGrath | 2012-02-27 | 1 | -6/+1 |
* | Replace FSF snail mail address with URLs. |  Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Remove pre-ISO C support |  Ulrich Drepper | 2012-01-07 | 1 | -69/+69 |
* | Do not declare gets in _GNU_SOURCE mode at all |  Ulrich Drepper | 2012-01-07 | 1 | -1/+1 |
* | Fix C11 header changes for C++. |  Joseph Myers | 2012-01-06 | 1 | -2/+5 |
* | Better gets prototype and fallout from removal |  Ulrich Drepper | 2012-01-01 | 1 | -1/+1 |
* | Remove gets declaration |  Ulrich Drepper | 2012-01-01 | 1 | -0/+6 |
* | Mark a few more functions with __THROWNL. |  Ulrich Drepper | 2011-10-29 | 1 | -9/+9 |
* | Define SEEK_DATA and SEEK_HOLE |  Ulrich Drepper | 2011-07-23 | 1 | -2/+6 |
* | Fix typos in comments. |  Ulrich Drepper | 2011-04-01 | 1 | -7/+7 |
* | Fix a couple of __REDIRECT () __THROW occurrences |  Jakub Jelinek | 2010-06-14 | 1 | -8/+8 |
* | Fix standalone stdio.h inclusion. |  Ulrich Drepper | 2010-01-10 | 1 | -2/+22 |
* | * libio/stdio.h: dprintf, fmemopen, getdelim, getline, |  Ulrich Drepper | 2009-02-26 | 1 | -2/+6 |
* | * libio/stdio.h (vscanf): Fix -std=c99 redirect. |  Jakub Jelinek | 2008-05-24 | 1 | -1/+1 |
* | (vscanf): Fix definition for loser compilers. |  Ulrich Drepper | 2008-01-08 | 1 | -2/+2 |
* | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, |  Ulrich Drepper | 2007-09-18 | 1 | -0/+64 |
* | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. |  Ulrich Drepper | 2007-09-15 | 1 | -1/+1 |
* | [BZ #2648] |  Ulrich Drepper | 2007-02-17 | 1 | -1/+4 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... |  Ulrich Drepper | 2007-01-11 | 1 | -19/+22 |
* | . |  Jakub Jelinek | 2007-07-31 | 1 | -22/+19 |
* | * libio/stdio.h: Add more __wur attributes. |  Ulrich Drepper | 2006-10-13 | 1 | -19/+22 |
* | * libio/stdio.h: Move open_wmemstream prototype to ... |  Ulrich Drepper | 2006-09-27 | 1 | -7/+1 |
* | * libio/stdio.h: Declare open_wmemstream. |  Ulrich Drepper | 2006-01-16 | 1 | -0/+5 |