summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r318539 r318580 r318581 r318584 r318749 r318952 r318953 r318955vangyzen2017-06-011-0/+3
* MFC r312934:pfg2017-03-141-8/+12
* MFC r306568, r306569vangyzen2016-10-081-2/+2
* stdio.h: Fix function-type typedef style and use _types.h __ssize_tcem2016-05-121-4/+4
* Pollute more places with off64_t and add __off64_tcem2016-05-121-1/+1
* libc: Add fopencookie(3) wrapper around funopen(3)cem2016-05-111-0/+17
* Add _flags2 per jhb@ suggestion since no room left in _flags.ache2015-10-281-0/+3
* Add fdclose(3) function.oshogbo2015-07-041-0/+1
* Correct and clarify comment for __SMBF.bdrewery2015-02-111-1/+1
* include: Don't expose L_cuserid in strict C standard compliance mode.jilles2014-05-111-1/+1
* include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEjilles2014-05-111-4/+4
* Add an implementation of open_memstream() and open_wmemstream(). Thesejhb2013-02-271-0/+1
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alonggahr2013-01-301-0/+1
* Correctly expose xlocale functions if people include the headers in the wrongtheraven2012-03-281-0/+3
* In POSIX.1-2008:delphij2011-12-281-1/+1
* Restore __is_threaded in C++ mode. Some Google stuff needs it apparently.theraven2011-12-251-1/+3
* Replace __const by const in all non-contributed source code.ed2011-12-131-2/+2
* The spec says that FILE must be defined in wchar.h, but it wasn't. Ittheraven2011-11-131-3/+8
* Remove stale reference to UT_NAMESIZE from <stdio.h>.ed2010-08-061-2/+1
* Remove the Berkeley clause 3's.imp2010-02-161-5/+1
* Merge fmtcheck() prototype change.delphij2009-06-231-1/+1
* Make programs that define a macro called `dprintf' more likely to work.das2009-03-251-1/+1
* Namespace: dprintf() and getline() are in P1003.1-2008.das2009-03-141-2/+2
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),das2009-03-041-4/+20
* Add renameat to the POSIX.1-2008 namespace.das2009-03-041-1/+1
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),das2009-02-281-0/+39
* Tag FILE's _bf as being part of the public ABI as well due to the in-treejhb2008-05-071-1/+1
* Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessorsjhb2008-05-051-6/+0
* Note that FILE's __cookie is also part of the public ABI.jhb2008-05-051-1/+1
* Expose FILE's internals to the world again in all their glory. Restorejhb2008-05-051-4/+172
* Unbreak build: gnu sort has been configured to grope inside structmarcel2008-05-031-0/+3
* Unbreak build: libftpio gropes inside struct __sFILE. Implementmarcel2008-05-031-0/+3
* Axe now-empty __BSD_VISIBLE block that held renameat().jhb2008-05-021-2/+0
* - Move declaration of renameat() to the existing section of BSD_VISIBLEjhb2008-05-021-6/+6
* Next round of stdio changes: Remove all inlining of stdio operations andjhb2008-05-021-172/+4
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-171-4/+7
* Specifically mark the members of 'FILE' that are accessed via inlinejhb2008-04-171-6/+10
* Add the libc glue and headers definitions for the *at() syscalls.kib2008-03-311-0/+3
* Allow an application to define FOPEN_MAX (like we allow for OPEN_MAXjb2008-03-261-0/+2
* - Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here.pjd2007-04-071-6/+0
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inpjd2007-04-051-0/+6
* Add a prototype for fcloseall().deischen2006-04-221-0/+1
* Analogous to __printflike and __scanflike, add the macro __format_arg whichstefanf2006-01-261-6/+1
* Remove outdated comments.tjr2004-06-201-3/+1
* Bring back the macro versions of getwc(), getwchar(), putwc() andtjr2004-05-271-0/+3
* Parenthesize function names in masking macros for getc() etc. for thetjr2004-03-201-6/+6
* Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(),tjr2004-03-171-0/+16
* Change the definition of NULL on ia64 (for LP64 compilations) frommarcel2003-12-071-4/+1
* Add prototypes for the non-standard _unlocked functions.tjr2003-01-131-0/+6
* Use a weak reference instead of a macro to make vfscanf an aliastjr2002-10-141-11/+2
OpenPOWER on IntegriCloud