about summary refs log tree commit diff
path: root/libio/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* libio: Add nonnull attribute for most FILE * arguments in stdio.hXi Ruoyao2023-09-261-66/+82
* libio: Add __nonnull for FILE * arguments of fclose and freopenXi Ruoyao2023-05-161-3/+3
* Mark various cold functions as __COLDSergey Bugaev2023-05-011-1/+1
* <stdio.h>: Make fopencookie, vasprintf, asprintf available by defaultFlorian Weimer2023-04-061-3/+3
* libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto2023-03-271-7/+12
* C2x scanf binary constant handlingJoseph Myers2023-03-021-10/+63
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-07-141-5/+12
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-201-2/+2
* Add C2X _PRINTF_NAN_LEN_MAXJoseph Myers2021-09-301-0/+6
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-22/+42
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-061-4/+6
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* signal: Move sys_errlist to a compat symbolAdhemerval Zanella2020-07-071-6/+0
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-041-2/+3
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-301-4/+4
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-171-5/+11
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* 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