aboutsummaryrefslogtreecommitdiff
path: root/libio/stdio.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-09-26libio: Add nonnull attribute for most FILE * arguments in stdio.hXi Ruoyao1-66/+82
2023-05-16libio: Add __nonnull for FILE * arguments of fclose and freopenXi Ruoyao1-3/+3
2023-05-01Mark various cold functions as __COLDSergey Bugaev1-1/+1
2023-04-06<stdio.h>: Make fopencookie, vasprintf, asprintf available by defaultFlorian Weimer1-3/+3
2023-03-27libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto1-7/+12
2023-03-02C2x scanf binary constant handlingJoseph Myers1-10/+63
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-07-14Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho1-5/+12
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar1-2/+2
2021-09-30Add C2X _PRINTF_NAN_LEN_MAXJoseph Myers1-0/+6
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor1-22/+42
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor1-4/+6
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