about summary refs log tree commit diff
path: root/libio/bits
Commit message (Expand)AuthorAgeFilesLines
* Use a doubly-linked list for _IO_list_all (bug 27777)Alexandre Ferrieux3 days1-2/+2
* libio: Improve fortify with clangAdhemerval Zanella2024-02-271-20/+153
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-4/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-016-6/+6
* libio: Add nonnull attribute for most FILE * arguments in stdio.hXi Ruoyao2023-09-262-12/+17
* libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-1/+1
* libio/bits/stdio2.h: Clearly separate declaration from definitionsFrédéric Bérat2023-07-052-48/+49
* C2x scanf binary constant handlingJoseph Myers2023-03-021-0/+24
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-066-6/+6
* Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-07-142-62/+111
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-015-5/+5
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-201-63/+43
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-201-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-025-5/+5
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-312-29/+35
* Fix namespace violation in stdio.h and sys/stat.h if build with optimization....Stefan Liebler2020-08-201-2/+2
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-041-9/+16
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-301-2/+2
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-171-15/+31
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-015-5/+5
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-075-5/+5
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-031-5/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-015-5/+5
* Remove _IO_file_flags define.Zack Weinberg2018-02-211-2/+2
* Post-cleanup 1: move libio.h back out of bits/.Zack Weinberg2018-02-072-404/+0
* Don't install libio.h or _G_config.h.Zack Weinberg2018-02-077-200/+273
* Remove getc and putc macros from the public stdio.h.Zack Weinberg2018-02-051-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-015-5/+5
* Correct improper-inclusion check in bits/libio-ldbl.h.Zack Weinberg2017-12-311-1/+6
* Deprecate external use of libio.h and _G_config.h.Zack Weinberg2017-12-241-0/+527
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-082-0/+16
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-6/+0
* Clean up conditionals for declaration of gets.Zack Weinberg2017-02-251-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-014-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-044-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-024-4/+4
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-213-7/+7
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-122-3/+3
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-014-4/+4
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-024-4/+4
* Fix conditions on checking versions of dprintf (bug 13775).Joseph Myers2012-05-032-22/+30
* Fix attributes for fortify functions.Marek Polacek2012-04-293-22/+22
* BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional.Roland McGrath2012-02-271-2/+5
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-094-12/+8
* Don't always provide definition of gets checking versionMarek Polacek2012-01-131-0/+3
* Remove pre-ISO C supportUlrich Drepper2012-01-072-32/+32
* * include/stdio.h (__asprintf_chk, __dprintf_chk, cvs/fedora-glibc-20080305T0857Ulrich Drepper2008-03-052-2/+97
* * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper2007-09-261-18/+64
* * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper2007-09-181-0/+15
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-153-17/+80