summaryrefslogtreecommitdiff
path: root/libio/stdio.h
AgeCommit message (Expand)Author
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer
2018-02-07Don't install libio.h or _G_config.h.Zack Weinberg
2018-02-05Remove getc and putc macros from the public stdio.h.Zack Weinberg
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg
2017-04-07getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers
2017-02-25Clean up conditionals for declaration of gets.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers
2016-04-28Fix stdio.h namespace for pre-threads POSIX (bug 20014).Joseph Myers
2016-04-28Also define off_t in stdio.h for UNIX98.Joseph Myers
2016-04-26Define off_t in stdio.h for XOPEN2K.Joseph Myers
2016-04-25Fix stdio.h cuserid namespace (bug 19989).Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-09-16Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-04-11Remove __wur from fwrite, fwrite_unlockedJim Meyering
2012-03-09Always declare gets for C++ up to C++11 without checking __USE_GNU.Joseph Myers
2012-02-27BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional.Roland McGrath
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-07Remove pre-ISO C supportUlrich Drepper
2012-01-07Do not declare gets in _GNU_SOURCE mode at allUlrich Drepper
2012-01-06Fix C11 header changes for C++.Joseph Myers
2012-01-01Better gets prototype and fallout from removalUlrich Drepper
2012-01-01Remove gets declarationUlrich Drepper
2011-10-29Mark a few more functions with __THROWNL.Ulrich Drepper
2011-07-23Define SEEK_DATA and SEEK_HOLEUlrich Drepper
2011-04-01Fix typos in comments.Ulrich Drepper
2010-06-14Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek
2010-01-10Fix standalone stdio.h inclusion.Ulrich Drepper
2009-02-26* libio/stdio.h: dprintf, fmemopen, getdelim, getline,Ulrich Drepper
2008-05-24* libio/stdio.h (vscanf): Fix -std=c99 redirect. Jakub Jelinek
2008-01-08(vscanf): Fix definition for loser compilers.Ulrich Drepper
2007-09-18* include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper
2007-09-15* misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper
2007-02-17[BZ #2648]Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-10-13* libio/stdio.h: Add more __wur attributes.Ulrich Drepper
2006-09-27* libio/stdio.h: Move open_wmemstream prototype to ...Ulrich Drepper
2006-01-16* libio/stdio.h: Declare open_wmemstream.Ulrich Drepper
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath
2006-01-05* include/features.h: Grok _ATFILE_SOURCE and define __USE_ATFILE whenRoland McGrath