aboutsummaryrefslogtreecommitdiff
path: root/include/stdio.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-11stdio: Remove __libc_message alloca usageJoe Simmons-Talbott1-1/+28
2023-07-05stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat1-1/+12
2023-03-02C2x scanf binary constant handlingJoseph Myers1-2/+27
2022-08-03stdio: Clean up __libc_message after unconditional abortFlorian Weimer1-8/+1
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella1-0/+1
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer1-0/+1
2021-07-07libio: Add hidden prototype for ungetcFlorian Weimer1-0/+1
2020-07-21libio: Remove __libc_readline_unlockedFlorian Weimer1-13/+0
2020-07-21libio: Add fseterr_unlocked for internal useFlorian Weimer1-0/+7
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella1-0/+1
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella1-1/+1
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy1-4/+4
2020-04-30ldbl-128ibm-compat: workaround GCC 9 C++ PR90731Paul E. Murphy1-0/+10
2020-03-25ldbl-128ibm-compat: PLT redirects for using ldbl redirects internallyPaul E. Murphy1-15/+37
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho1-2/+9
2019-08-19Do not print backtraces on fatal glibc errorsFlorian Weimer1-4/+0
2019-02-27hurd: Add renameat2 support for RENAME_NOREPLACESamuel Thibault1-0/+2
2019-02-21Add internal implementations for argp.h, err.h, and error.h functionsGabriel F. T. Gomes1-1/+2
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg1-1/+10
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg1-5/+0
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg1-3/+0
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+2
2018-08-14error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]Florian Weimer1-0/+2
2018-07-06libio: Implement internal function __libc_readline_unlockedFlorian Weimer1-0/+17
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer1-0/+3
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg1-8/+8
2018-02-21Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers1-0/+9
2018-02-21Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-1/+8
2018-02-19Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-0/+8
2018-02-15Use libc_hidden_* for fputs (bug 15105).Joseph Myers1-0/+4
2018-02-15Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-0/+10
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg1-14/+14
2018-02-07Post-cleanup 1: move libio.h back out of bits/.Zack Weinberg1-1/+1
2018-02-07Don't install libio.h or _G_config.h.Zack Weinberg1-0/+5
2017-10-01Mark internal stdio functions with attribute_hidden [BZ #18822]H.J. Lu1-9/+9
2017-10-01Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu1-1/+1
2017-09-01linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella1-0/+3
2017-08-13__fortify_fail: Remove internal_function attributeFlorian Weimer1-3/+2
2017-07-11Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu1-1/+12
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg1-9/+7
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-6/+1
2017-04-07getopt: clean up error reportingZack Weinberg1-0/+2
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg1-18/+0
2016-11-16Fix crypt snprintf namespace (bug 20829).Joseph Myers1-0/+1
2015-07-09Provide __libc_fatal for rtld.Roland McGrath1-0/+1
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella1-0/+3
2015-06-17Fix getpass fflush_unlocked namespace (bug 18540).Joseph Myers1-0/+2
2015-06-17Fix syslog dprintf namespace (bug 18534).Joseph Myers1-0/+3
2015-06-12Fix syslog fputs_unlocked namespace (bug 18530).Joseph Myers1-0/+2
2015-06-08Say "C++ tests" in comment on __open_memstream declaration.Joseph Myers1-1/+1