about summary refs log tree commit diff
path: root/libio/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* RFC: powerpc64le: Enable support for IEEE long double gabriel/powerpc-ieee128-printscanGabriel F. T. Gomes2019-12-131-5/+11
* 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-14/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Add renameat2 function [BZ #17662]Florian Weimer2018-07-051-0/+12
* Don't install libio.h or _G_config.h.Zack Weinberg2018-02-071-44/+51
* Remove getc and putc macros from the public stdio.h.Zack Weinberg2018-02-051-8/+0
* 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/+1
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-081-38/+9
* getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg2017-04-071-6/+4
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-45/+0
* Clean up conditionals for declaration of gets.Zack Weinberg2017-02-251-8/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers2016-08-021-4/+5
* Fix stdio.h namespace for pre-threads POSIX (bug 20014).Joseph Myers2016-04-281-3/+3
* Also define off_t in stdio.h for UNIX98.Joseph Myers2016-04-281-1/+1
* Define off_t in stdio.h for XOPEN2K.Joseph Myers2016-04-261-1/+3
* Fix stdio.h cuserid namespace (bug 19989).Joseph Myers2016-04-251-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar2014-09-161-1/+1
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-10/+10
* Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2014-02-131-3/+2
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-8/+8
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Remove __wur from fwrite, fwrite_unlockedJim Meyering2012-04-111-3/+3
* Always declare gets for C++ up to C++11 without checking __USE_GNU.Joseph Myers2012-03-091-1/+1
* BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional.Roland McGrath2012-02-271-6/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-69/+69
* Do not declare gets in _GNU_SOURCE mode at allUlrich Drepper2012-01-071-1/+1
* Fix C11 header changes for C++.Joseph Myers2012-01-061-2/+5
* Better gets prototype and fallout from removalUlrich Drepper2012-01-011-1/+1
* Remove gets declarationUlrich Drepper2012-01-011-0/+6
* Mark a few more functions with __THROWNL.Ulrich Drepper2011-10-291-9/+9
* Define SEEK_DATA and SEEK_HOLEUlrich Drepper2011-07-231-2/+6
* Fix typos in comments.Ulrich Drepper2011-04-011-7/+7
* Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek2010-06-141-8/+8
* Fix standalone stdio.h inclusion.Ulrich Drepper2010-01-101-2/+22
* * libio/stdio.h: dprintf, fmemopen, getdelim, getline,Ulrich Drepper2009-02-261-2/+6
* * libio/stdio.h (vscanf): Fix -std=c99 redirect. Jakub Jelinek2008-05-241-1/+1
* (vscanf): Fix definition for loser compilers.Ulrich Drepper2008-01-081-2/+2
* * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper2007-09-181-0/+64
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-151-1/+1
* [BZ #2648]Ulrich Drepper2007-02-171-1/+4
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-19/+22
* .Jakub Jelinek2007-07-311-22/+19
* * libio/stdio.h: Add more __wur attributes.Ulrich Drepper2006-10-131-19/+22