Age | Commit message (Expand) | Author | Files | Lines |
2017-04-07 | getopt: eliminate __need_getopt by splitting up getopt.h. | Zack Weinberg | 1 | -6/+4 |
2017-03-16 | Remove C++ namespace handling from glibc headers. | Joseph Myers | 1 | -45/+0 |
2017-02-25 | Clean up conditionals for declaration of gets. | Zack Weinberg | 1 | -8/+5 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-08-02 | Support __STDC_WANT_LIB_EXT2__ feature test macro. | Joseph Myers | 1 | -4/+5 |
2016-04-28 | Fix stdio.h namespace for pre-threads POSIX (bug 20014). | Joseph Myers | 1 | -3/+3 |
2016-04-28 | Also define off_t in stdio.h for UNIX98. | Joseph Myers | 1 | -1/+1 |
2016-04-26 | Define off_t in stdio.h for XOPEN2K. | Joseph Myers | 1 | -1/+3 |
2016-04-25 | Fix stdio.h cuserid namespace (bug 19989). | Joseph Myers | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-09-16 | Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266) | Siddhesh Poyarekar | 1 | -1/+1 |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 1 | -10/+10 |
2014-02-13 | Clean up trivially redundant __USE_MISC conditionals. | Joseph Myers | 1 | -3/+2 |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers | 1 | -8/+8 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-04-11 | Remove __wur from fwrite, fwrite_unlocked | Jim Meyering | 1 | -3/+3 |
2012-03-09 | Always declare gets for C++ up to C++11 without checking __USE_GNU. | Joseph Myers | 1 | -1/+1 |
2012-02-27 | BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional. | Roland McGrath | 1 | -6/+1 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -69/+69 |
2012-01-07 | Do not declare gets in _GNU_SOURCE mode at all | Ulrich Drepper | 1 | -1/+1 |
2012-01-06 | Fix C11 header changes for C++. | Joseph Myers | 1 | -2/+5 |
2012-01-01 | Better gets prototype and fallout from removal | Ulrich Drepper | 1 | -1/+1 |
2012-01-01 | Remove gets declaration | Ulrich Drepper | 1 | -0/+6 |
2011-10-29 | Mark a few more functions with __THROWNL. | Ulrich Drepper | 1 | -9/+9 |
2011-07-23 | Define SEEK_DATA and SEEK_HOLE | Ulrich Drepper | 1 | -2/+6 |
2011-04-01 | Fix typos in comments. | Ulrich Drepper | 1 | -7/+7 |
2010-06-14 | Fix a couple of __REDIRECT () __THROW occurrences | Jakub Jelinek | 1 | -8/+8 |
2010-01-10 | Fix standalone stdio.h inclusion. | Ulrich Drepper | 1 | -2/+22 |
2009-02-26 | * libio/stdio.h: dprintf, fmemopen, getdelim, getline, | Ulrich Drepper | 1 | -2/+6 |
2008-05-24 | * libio/stdio.h (vscanf): Fix -std=c99 redirect. | Jakub Jelinek | 1 | -1/+1 |
2008-01-08 | (vscanf): Fix definition for loser compilers. | Ulrich Drepper | 1 | -2/+2 |
2007-09-18 | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, | Ulrich Drepper | 1 | -0/+64 |
2007-09-15 | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 1 | -1/+1 |
2007-02-17 | [BZ #2648] | Ulrich Drepper | 1 | -1/+4 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -19/+22 |
2007-07-31 | . | Jakub Jelinek | 1 | -22/+19 |
2006-10-13 | * libio/stdio.h: Add more __wur attributes. | Ulrich Drepper | 1 | -19/+22 |
2006-09-27 | * libio/stdio.h: Move open_wmemstream prototype to ... | Ulrich Drepper | 1 | -7/+1 |
2006-01-16 | * libio/stdio.h: Declare open_wmemstream. | Ulrich Drepper | 1 | -0/+5 |
2006-01-14 | * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New | Roland McGrath | 1 | -0/+3 |
2006-01-05 | * include/features.h: Grok _ATFILE_SOURCE and define __USE_ATFILE when | Roland McGrath | 1 | -2/+2 |
2005-11-11 | * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64, | Ulrich Drepper | 1 | -0/+5 |
2005-09-01 | * libio/stdio.h: Remove __wur from ungetc, sscanf, and vsscanf. | Ulrich Drepper | 1 | -10/+10 |
2005-01-07 | Update. | Ulrich Drepper | 1 | -2/+2 |
2005-01-06 | Update. | Ulrich Drepper | 1 | -24/+25 |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 1 | -38/+28 |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | 1 | -28/+38 |