aboutsummaryrefslogtreecommitdiff
path: root/libio/bits
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Use a doubly-linked list for _IO_list_all (bug 27777)Alexandre Ferrieux1-2/+2
2024-02-27libio: Improve fortify with clangAdhemerval Zanella1-20/+153
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers1-4/+4
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert6-6/+6
2023-09-26libio: Add nonnull attribute for most FILE * arguments in stdio.hXi Ruoyao2-12/+17
2023-07-05libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat1-1/+1
2023-07-05libio/bits/stdio2.h: Clearly separate declaration from definitionsFrédéric Bérat2-48/+49
2023-03-02C2x scanf binary constant handlingJoseph Myers1-0/+24
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers6-6/+6
2022-07-14Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2-62/+111
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert5-5/+5
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar1-63/+43
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar1-2/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert5-5/+5
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2-29/+35
2020-08-20Fix namespace violation in stdio.h and sys/stat.h if build with optimization....Stefan Liebler1-2/+2
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor1-9/+16
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy1-2/+2
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes1-15/+31
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers5-5/+5
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert5-5/+5
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg1-5/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers5-5/+5
2018-02-21Remove _IO_file_flags define.Zack Weinberg1-2/+2
2018-02-07Post-cleanup 1: move libio.h back out of bits/.Zack Weinberg2-404/+0
2018-02-07Don't install libio.h or _G_config.h.Zack Weinberg7-200/+273
2018-02-05Remove getc and putc macros from the public stdio.h.Zack Weinberg1-2/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers5-5/+5
2017-12-31Correct improper-inclusion check in bits/libio-ldbl.h.Zack Weinberg1-1/+6
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg1-0/+527
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg2-0/+16
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-6/+0
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg1-2/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers4-4/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers4-4/+4
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers4-4/+4
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers3-7/+7
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2-3/+3
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae4-4/+4
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers4-4/+4
2012-05-03Fix conditions on checking versions of dprintf (bug 13775).Joseph Myers2-22/+30
2012-04-29Fix attributes for fortify functions.Marek Polacek3-22/+22
2012-02-27BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional.Roland McGrath1-2/+5
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert4-12/+8
2012-01-13Don't always provide definition of gets checking versionMarek Polacek1-0/+3
2012-01-07Remove pre-ISO C supportUlrich Drepper2-32/+32
2008-03-05* include/stdio.h (__asprintf_chk, __dprintf_chk,cvs/fedora-glibc-20080305T0857Ulrich Drepper2-2/+97
2007-09-26* misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper1-18/+64
2007-09-18* include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper1-0/+15
2007-09-15* misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper3-17/+80