| Commit message (Expand) | Author | Age | Files | Lines |
* | stdio: Clean up __libc_message after unconditional abort | Florian Weimer | 2022-08-03 | 1 | -8/+1 |
* | stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.c | Adhemerval Zanella | 2022-05-13 | 1 | -0/+1 |
* | libio: Replace internal _IO_getdelim symbol with __getdelim | Florian Weimer | 2021-07-07 | 1 | -0/+1 |
* | libio: Add hidden prototype for ungetc | Florian Weimer | 2021-07-07 | 1 | -0/+1 |
* | libio: Remove __libc_readline_unlocked | Florian Weimer | 2020-07-21 | 1 | -13/+0 |
* | libio: Add fseterr_unlocked for internal use | Florian Weimer | 2020-07-21 | 1 | -0/+7 |
* | string: Add strerrorname_np and strerrordesc_np | Adhemerval Zanella | 2020-07-07 | 1 | -0/+1 |
* | signal: Move sys_errlist to a compat symbol | Adhemerval Zanella | 2020-07-07 | 1 | -1/+1 |
* | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 2020-04-30 | 1 | -4/+4 |
* | ldbl-128ibm-compat: workaround GCC 9 C++ PR90731 | Paul E. Murphy | 2020-04-30 | 1 | -0/+10 |
* | ldbl-128ibm-compat: PLT redirects for using ldbl redirects internally | Paul E. Murphy | 2020-03-25 | 1 | -15/+37 |
* | Do not redirect calls to __GI_* symbols, when redirecting to *ieee128 | Tulio Magno Quites Machado Filho | 2019-12-27 | 1 | -2/+9 |
* | Do not print backtraces on fatal glibc errors | Florian Weimer | 2019-08-19 | 1 | -4/+0 |
* | hurd: Add renameat2 support for RENAME_NOREPLACE | Samuel Thibault | 2019-02-27 | 1 | -0/+2 |
* | Add internal implementations for argp.h, err.h, and error.h functions | Gabriel F. T. Gomes | 2019-02-21 | 1 | -1/+2 |
* | Use C99-compliant scanf under _GNU_SOURCE with modern compilers. | Zack Weinberg | 2019-01-03 | 1 | -1/+10 |
* | Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319) | Zack Weinberg | 2018-12-05 | 1 | -5/+0 |
* | Add __v*printf_internal with flags arguments | Zack Weinberg | 2018-12-05 | 1 | -3/+0 |
* | [BZ #20271] Add newlines in __libc_fatal calls. | Paul Pluzhnikov | 2018-08-31 | 1 | -1/+2 |
* | error, warn, warnx: Use __fxprintf for wide printing [BZ #23519] | Florian Weimer | 2018-08-14 | 1 | -0/+2 |
* | libio: Implement internal function __libc_readline_unlocked | Florian Weimer | 2018-07-06 | 1 | -0/+17 |
* | Add renameat2 function [BZ #17662] | Florian Weimer | 2018-07-05 | 1 | -0/+3 |
* | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg | 2018-02-21 | 1 | -8/+8 |
* | Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151... | Joseph Myers | 2018-02-21 | 1 | -0/+9 |
* | Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 2018-02-21 | 1 | -1/+8 |
* | Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 2018-02-19 | 1 | -0/+8 |
* | Use libc_hidden_* for fputs (bug 15105). | Joseph Myers | 2018-02-15 | 1 | -0/+4 |
* | Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 2018-02-15 | 1 | -0/+10 |
* | Post-cleanup 2: minimize _G_config.h. | Zack Weinberg | 2018-02-07 | 1 | -14/+14 |
* | Post-cleanup 1: move libio.h back out of bits/. | Zack Weinberg | 2018-02-07 | 1 | -1/+1 |
* | Don't install libio.h or _G_config.h. | Zack Weinberg | 2018-02-07 | 1 | -0/+5 |
* | Mark internal stdio functions with attribute_hidden [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -9/+9 |
* | Mark internal functions with attribute_hidden [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -1/+1 |
* | linux: Implement tmpfile with O_TMPFILE (BZ#21530) | Adhemerval Zanella | 2017-09-01 | 1 | -0/+3 |
* | __fortify_fail: Remove internal_function attribute | Florian Weimer | 2017-08-13 | 1 | -3/+2 |
* | Avoid backtrace from __stack_chk_fail [BZ #12189] | H.J. Lu | 2017-07-11 | 1 | -1/+12 |
* | Remove __need macros from stdio.h and wchar.h. | Zack Weinberg | 2017-06-08 | 1 | -9/+7 |
* | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2017-05-11 | 1 | -6/+1 |
* | getopt: clean up error reporting | Zack Weinberg | 2017-04-07 | 1 | -0/+2 |
* | Clean up conditionals for declaration of gets. | Zack Weinberg | 2017-02-25 | 1 | -18/+0 |
* | Fix crypt snprintf namespace (bug 20829). | Joseph Myers | 2016-11-16 | 1 | -0/+1 |
* | Provide __libc_fatal for rtld. | Roland McGrath | 2015-07-09 | 1 | -0/+1 |
* | libio: fmemopen rewrite to POSIX compliance | Adhemerval Zanella | 2015-07-08 | 1 | -0/+3 |
* | Fix getpass fflush_unlocked namespace (bug 18540). | Joseph Myers | 2015-06-17 | 1 | -0/+2 |
* | Fix syslog dprintf namespace (bug 18534). | Joseph Myers | 2015-06-17 | 1 | -0/+3 |
* | Fix syslog fputs_unlocked namespace (bug 18530). | Joseph Myers | 2015-06-12 | 1 | -0/+2 |
* | Say "C++ tests" in comment on __open_memstream declaration. | Joseph Myers | 2015-06-08 | 1 | -1/+1 |
* | Fix open_memstream namespace (bug 18498). | Joseph Myers | 2015-06-05 | 1 | -1/+4 |
* | Ensure `wint_t' is defined before use in include/stdio.h | Arjun Shankar | 2015-05-18 | 1 | -0/+1 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 1 | -1/+1 |