about summary refs log tree commit diff
path: root/include/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* posix: Sync tempname with gnulibAdhemerval Zanella2024-04-101-5/+0
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-1/+1
* stdio: Remove __libc_message alloca usageJoe Simmons-Talbott2023-09-111-1/+28
* stdio: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat2023-07-051-1/+12
* C2x scanf binary constant handlingJoseph Myers2023-03-021-2/+27
* stdio: Clean up __libc_message after unconditional abortFlorian Weimer2022-08-031-8/+1
* stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella2022-05-131-0/+1
* libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer2021-07-071-0/+1
* libio: Add hidden prototype for ungetcFlorian Weimer2021-07-071-0/+1
* libio: Remove __libc_readline_unlockedFlorian Weimer2020-07-211-13/+0
* libio: Add fseterr_unlocked for internal useFlorian Weimer2020-07-211-0/+7
* string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella2020-07-071-0/+1
* signal: Move sys_errlist to a compat symbolAdhemerval Zanella2020-07-071-1/+1
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-301-4/+4
* ldbl-128ibm-compat: workaround GCC 9 C++ PR90731Paul E. Murphy2020-04-301-0/+10
* ldbl-128ibm-compat: PLT redirects for using ldbl redirects internallyPaul E. Murphy2020-03-251-15/+37
* Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2019-12-271-2/+9
* Do not print backtraces on fatal glibc errorsFlorian Weimer2019-08-191-4/+0
* hurd: Add renameat2 support for RENAME_NOREPLACESamuel Thibault2019-02-271-0/+2
* Add internal implementations for argp.h, err.h, and error.h functionsGabriel F. T. Gomes2019-02-211-1/+2
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-031-1/+10
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-051-5/+0
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-051-3/+0
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+2
* error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]Florian Weimer2018-08-141-0/+2
* libio: Implement internal function __libc_readline_unlockedFlorian Weimer2018-07-061-0/+17
* Add renameat2 function [BZ #17662]Florian Weimer2018-07-051-0/+3
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-8/+8
* Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers2018-02-211-0/+9
* Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-211-1/+8
* Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-191-0/+8
* Use libc_hidden_* for fputs (bug 15105).Joseph Myers2018-02-151-0/+4
* Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-151-0/+10
* Post-cleanup 2: minimize _G_config.h.Zack Weinberg2018-02-071-14/+14
* Post-cleanup 1: move libio.h back out of bits/.Zack Weinberg2018-02-071-1/+1
* Don't install libio.h or _G_config.h.Zack Weinberg2018-02-071-0/+5
* Mark internal stdio functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-9/+9
* Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-1/+1
* linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella2017-09-011-0/+3
* __fortify_fail: Remove internal_function attributeFlorian Weimer2017-08-131-3/+2
* Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu2017-07-111-1/+12
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-081-9/+7
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-6/+1
* getopt: clean up error reportingZack Weinberg2017-04-071-0/+2
* Clean up conditionals for declaration of gets.Zack Weinberg2017-02-251-18/+0
* Fix crypt snprintf namespace (bug 20829).Joseph Myers2016-11-161-0/+1
* Provide __libc_fatal for rtld.Roland McGrath2015-07-091-0/+1
* libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella2015-07-081-0/+3
* Fix getpass fflush_unlocked namespace (bug 18540).Joseph Myers2015-06-171-0/+2
* Fix syslog dprintf namespace (bug 18534).Joseph Myers2015-06-171-0/+3