aboutsummaryrefslogtreecommitdiff
path: root/libio/stdio.h
AgeCommit message (Expand)Author
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-09-26libio: Add nonnull attribute for most FILE * arguments in stdio.hXi Ruoyao
2023-05-16libio: Add __nonnull for FILE * arguments of fclose and freopenXi Ruoyao
2023-05-01Mark various cold functions as __COLDSergey Bugaev
2023-04-06<stdio.h>: Make fopencookie, vasprintf, asprintf available by defaultFlorian Weimer
2023-03-27libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto
2023-03-02C2x scanf binary constant handlingJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-07-14Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar
2021-09-30Add C2X _PRINTF_NAN_LEN_MAXJoseph Myers
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer
2018-02-07Don't install libio.h or _G_config.h.Zack Weinberg
2018-02-05Remove getc and putc macros from the public stdio.h.Zack Weinberg
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg
2017-04-07getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers
2016-04-28Fix stdio.h namespace for pre-threads POSIX (bug 20014).Joseph Myers
2016-04-28Also define off_t in stdio.h for UNIX98.Joseph Myers
2016-04-26Define off_t in stdio.h for XOPEN2K.Joseph Myers
2016-04-25Fix stdio.h cuserid namespace (bug 19989).Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-09-16Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-04-11Remove __wur from fwrite, fwrite_unlockedJim Meyering
2012-03-09Always declare gets for C++ up to C++11 without checking __USE_GNU.Joseph Myers
2012-02-27BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional.Roland McGrath