summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* stdio.h: Don't define unlocked macros using static inline on C++cygwin-2_9_0-releaseCorinna Vinschen2017-09-041-1/+1
* cygwin: Implement renameat2Ken Brown2017-08-191-0/+3
* Proper locking for getchar() and putchar()Sebastian Huber2017-08-071-7/+32
* stdio.h: guard function macros with !__cplusplusYaakov Selkowitz2017-06-141-0/+2
* Define va_list in stdio.h and wchar.hYaakov Selkowitz2016-08-121-0/+13
* Feature test macros: ctermid, cuseridYaakov Selkowitz2016-05-231-3/+9
* stdio: fseeko/ftello are also POSIX.1-2001Yaakov Selkowitz2016-03-221-1/+1
* Feature test macros overhaul: stdio.hYaakov Selkowitz2016-03-171-33/+45
* Use __sputc_r inline code when building with gccCorinna Vinschen2016-03-121-3/+5
* stdio.h: Use __POSIX_VISIBLE etc. guards for POSIX 1003.1:2001 functionsJon Turney2016-02-081-4/+10
* * libc/include/stdio.h (FILE): Protect typedef from redefinition.Corinna Vinschen2015-03-051-0/+3
* Implement BSD/GNU unlocked stdio extensions.Yaakov Selkowitz2014-12-181-1/+35
* * libc/include/stdio.h (__SNLK): Define.Yaakov Selkowitz2014-12-151-0/+1
* * libc/include/stdio.h: Fix type signature of __sfeof and __sferrorCorinna Vinschen2014-12-111-2/+2
* * libc/include/stdio.h (tempnam): Declare as __BSD_VISIBLE orCorinna Vinschen2014-05-091-1/+3
* * libc/include/stdio.h (fcloseall): Declare as __GNU_VISIBLE only.Corinna Vinschen2014-05-091-2/+4
* * libc/include/stdio.h: Declare various C99 printf/scanf functions forCorinna Vinschen2014-05-051-1/+1
* 2014-01-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Jeff Johnston2014-01-061-1/+2
* 2013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com>Joel Sherrill2013-11-181-52/+52
* * libc/include/stdio.h [!__LARGE64_FILES] (funopen): Fix typoHans-Peter Nilsson2013-10-241-1/+1
* * libc/include/stdio.h (funopen): Change prototype ofCorinna Vinschen2013-10-231-8/+16
* 2013-06-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2013-06-261-6/+0
* * libc/include/locale.h (NULL): Fetch definition via stddef.h.Corinna Vinschen2012-11-011-4/+1
* Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen2012-08-081-0/+3
* * libc/time/strftime.c: Add support for era and alt_digits data fromCorinna Vinschen2010-02-261-4/+0
* Fix some *at declarations.Eric Blake2009-12-081-1/+0
* 2009-10-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2009-10-201-1/+3
* Add fpurge.Eric Blake2009-07-031-0/+4
* * libc/include/stdio.h (_ELIDABLE_INLINE): Move definition from here...Corinna Vinschen2009-04-041-22/+1
* 2009-04-03 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>Jeff Johnston2009-04-031-0/+2
* * libc/include/stdio.h (_mkstemp_r, _mktemp_r): Move declarationsCorinna Vinschen2009-03-141-2/+0
* * libc/include/stdio.h (__VALIST): Guard against multiple definition.Corinna Vinschen2009-03-061-0/+2
* 2008-12-11 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2008-12-111-2/+26
* 2008-12-10 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2008-12-101-0/+4
* 2008-11-24 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2008-11-241-0/+2
* * libc/include/stdio.h (__SMOD): Remove definition of unused flag.Corinna Vinschen2008-11-241-1/+0
* * libc/include/stdio.h (renameat): Declare for Cygwin.Corinna Vinschen2008-04-231-1/+4
* Implement fmemopen and open_memstream.Eric Blake2007-08-021-6/+24
* Fix fflush issues.Eric Blake2007-07-131-1/+2
* Implement funopen, fopencookie.Eric Blake2007-06-041-10/+42
* Add support for asnprintf, and improve *printf documentation.Eric Blake2007-05-041-21/+37
* * libc/include/stdio.h (_ELIDABLE_INLINE): Work even when usingEric Blake2007-04-101-1/+1
* * libc/include/stdio.h: Add gcc format attributes to printf andEric Blake2007-04-101-72/+144
* 2007-04-04 Eric Blake <ebb9@byu.net>Jeff Johnston2007-04-041-1/+7
* 2007-03-30 Dave Korn <dave.korn@artimi.com>Dave Korn2007-03-301-2/+33
* 2007-02-20 Kazunori Asayama <asayama@sm.sony.co.jp>Jeff Johnston2007-02-201-0/+1
* 2007-02-01 Joel Schopp <jschopp@austin.ibm.com>Jeff Johnston2007-02-011-3/+6
* 2006-09-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-09-261-0/+2
* 2006-06-15 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2006-06-151-1/+1
* 2006-06-14 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-06-141-25/+36