aboutsummaryrefslogtreecommitdiff
path: root/libio/stdio.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella1-6/+0
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor1-2/+3
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy1-4/+4
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes1-5/+11
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg1-14/+8
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer1-0/+12
2018-02-07Don't install libio.h or _G_config.h.Zack Weinberg1-44/+51
2018-02-05Remove getc and putc macros from the public stdio.h.Zack Weinberg1-8/+0
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg1-1/+1
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg1-38/+9
2017-04-07getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg1-6/+4
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-45/+0
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg1-8/+5
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers1-4/+5
2016-04-28Fix stdio.h namespace for pre-threads POSIX (bug 20014).Joseph Myers1-3/+3
2016-04-28Also define off_t in stdio.h for UNIX98.Joseph Myers1-1/+1
2016-04-26Define off_t in stdio.h for XOPEN2K.Joseph Myers1-1/+3
2016-04-25Fix stdio.h cuserid namespace (bug 19989).Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-09-16Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar1-1/+1
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-10/+10
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers1-3/+2
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-8/+8
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-04-11Remove __wur from fwrite, fwrite_unlockedJim Meyering1-3/+3
2012-03-09Always declare gets for C++ up to C++11 without checking __USE_GNU.Joseph Myers1-1/+1
2012-02-27BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional.Roland McGrath1-6/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper1-69/+69
2012-01-07Do not declare gets in _GNU_SOURCE mode at allUlrich Drepper1-1/+1
2012-01-06Fix C11 header changes for C++.Joseph Myers1-2/+5
2012-01-01Better gets prototype and fallout from removalUlrich Drepper1-1/+1
2012-01-01Remove gets declarationUlrich Drepper1-0/+6
2011-10-29Mark a few more functions with __THROWNL.Ulrich Drepper1-9/+9
2011-07-23Define SEEK_DATA and SEEK_HOLEUlrich Drepper1-2/+6
2011-04-01Fix typos in comments.Ulrich Drepper1-7/+7
2010-06-14Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek1-8/+8
2010-01-10Fix standalone stdio.h inclusion.Ulrich Drepper1-2/+22
2009-02-26* libio/stdio.h: dprintf, fmemopen, getdelim, getline,Ulrich Drepper1-2/+6
2008-05-24* libio/stdio.h (vscanf): Fix -std=c99 redirect. Jakub Jelinek1-1/+1
2008-01-08(vscanf): Fix definition for loser compilers.Ulrich Drepper1-2/+2
2007-09-18* include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper1-0/+64