| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix __get_nprocs fgets_unlocked namespace (bug 17582). | Joseph Myers | 2014-11-12 | 1 | -0/+2 |
* | Fix tzfile.c namespace (bug 17583). | Joseph Myers | 2014-11-12 | 1 | -2/+6 |
* | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | 2012-05-24 | 1 | -6/+1 |
* | Fix attributes for fortify functions. | Marek Polacek | 2012-04-29 | 1 | -1/+1 |
* | First steps to get conformtest fully working | Ulrich Drepper | 2012-02-25 | 1 | -4/+4 |
* | Fix gets problems | Ulrich Drepper | 2012-01-24 | 1 | -0/+22 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -19/+19 |
* | Implement mkstemps and mkstemps64. | Ulrich Drepper | 2009-10-30 | 1 | -1/+2 |
* | Add hidden alias for fflush. | Andreas Schwab | 2009-09-01 | 1 | -0/+1 |
* | Check for valid stack frame in longjmp. | Ulrich Drepper | 2009-05-15 | 1 | -1/+2 |
* | * include/stdio.h (fmemopen): Add libc_hidden_proto. | Ulrich Drepper | 2009-03-10 | 1 | -0/+1 |
* | * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked): | Jakub Jelinek | 2008-11-07 | 1 | -11/+0 |
* | * include/stdio.h (__asprintf_chk, __dprintf_chk, cvs/fedora-glibc-20080305T0857 | Ulrich Drepper | 2008-03-05 | 1 | -0/+11 |
* | * include/time.h: Declare __tzset_parse_tz and __tzset_compute. | Ulrich Drepper | 2007-10-14 | 1 | -0/+1 |
* | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, | Ulrich Drepper | 2007-09-18 | 1 | -0/+16 |
* | * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7. | Ulrich Drepper | 2007-09-15 | 1 | -0/+1 |
* | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 2007-09-15 | 1 | -0/+2 |
* | * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostemp | Ulrich Drepper | 2007-08-11 | 1 | -4/+3 |
* | * Makerules (sysd-rules): Define PTW for ptw-* files. | Ulrich Drepper | 2007-05-24 | 1 | -0/+1 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -1/+0 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -0/+1 |
* | * configure.in: Require assembler support for visibility, compiler | Ulrich Drepper | 2006-10-28 | 1 | -1/+0 |