aboutsummaryrefslogtreecommitdiff
path: root/include/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant check.Cy Schubert2018-04-031-1/+1
* Include update to stdio.h missed in r331936.Cy Schubert2018-04-031-0/+8
* include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* libthr: fix warnings from GCC when WARNS=6Eric van Gyzen2017-05-231-0/+3
* <stdio.h>: ftello() and fseeko() were in SUSv2, so extend visibility.Pedro F. Giffuni2017-04-291-1/+1
* Make use of clang nullability attributes.Pedro F. Giffuni2017-01-281-8/+12
* Add the __printflike attribute to the declaration of vdprintf(3)Eric van Gyzen2016-10-011-1/+1
* Add the __printflike attribute to the declaration of dprintf(3)Eric van Gyzen2016-10-011-1/+1
* tools/build looks for _WITH_GETLINE in /usr/include/stdio.h to see ifWarner Losh2016-08-021-0/+1
* Remove _WITH_GETLINE and _WITH_DPRINTF guardsBaptiste Daroussin2016-07-301-37/+1
* stdio.h: Fix function-type typedef style and use _types.h __ssize_tConrad Meyer2016-05-121-4/+4
* Pollute more places with off64_t and add __off64_tConrad Meyer2016-05-121-1/+1
* libc: Add fopencookie(3) wrapper around funopen(3)Conrad Meyer2016-05-111-0/+17
* Add _flags2 per jhb@ suggestion since no room left in _flags.Andrey A. Chernov2015-10-281-0/+3
* Add fdclose(3) function.Mariusz Zaborski2015-07-041-0/+1
* Correct and clarify comment for __SMBF.Bryan Drewery2015-02-111-1/+1
* include: Don't expose L_cuserid in strict C standard compliance mode.Jilles Tjoelker2014-05-111-1/+1
* include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker2014-05-111-4/+4
* Add an implementation of open_memstream() and open_wmemstream(). TheseJohn Baldwin2013-02-271-0/+1
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alongPietro Cerutti2013-01-301-0/+1
* Correctly expose xlocale functions if people include the headers in the wrongDavid Chisnall2012-03-281-0/+3
* In POSIX.1-2008:Xin LI2011-12-281-1/+1
* Restore __is_threaded in C++ mode. Some Google stuff needs it apparently.David Chisnall2011-12-251-1/+3
* Replace __const by const in all non-contributed source code.Ed Schouten2011-12-131-2/+2
* The spec says that FILE must be defined in wchar.h, but it wasn't. ItDavid Chisnall2011-11-131-3/+8
* Remove stale reference to UT_NAMESIZE from <stdio.h>.Ed Schouten2010-08-061-2/+1
* Remove the Berkeley clause 3's.Warner Losh2010-02-161-5/+1
* Merge fmtcheck() prototype change.Xin LI2009-06-231-1/+1
* Make programs that define a macro called `dprintf' more likely to work.David Schultz2009-03-251-1/+1
* Namespace: dprintf() and getline() are in P1003.1-2008.David Schultz2009-03-141-2/+2
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),David Schultz2009-03-041-4/+20
* Add renameat to the POSIX.1-2008 namespace.David Schultz2009-03-041-1/+1
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz2009-02-281-0/+39
* Tag FILE's _bf as being part of the public ABI as well due to the in-treeJohn Baldwin2008-05-071-1/+1
* Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessorsJohn Baldwin2008-05-051-6/+0
* Note that FILE's __cookie is also part of the public ABI.John Baldwin2008-05-051-1/+1
* Expose FILE's internals to the world again in all their glory. RestoreJohn Baldwin2008-05-051-4/+172
* Unbreak build: gnu sort has been configured to grope inside structMarcel Moolenaar2008-05-031-0/+3
* Unbreak build: libftpio gropes inside struct __sFILE. ImplementMarcel Moolenaar2008-05-031-0/+3
* Axe now-empty __BSD_VISIBLE block that held renameat().John Baldwin2008-05-021-2/+0
* - Move declaration of renameat() to the existing section of BSD_VISIBLEJohn Baldwin2008-05-021-6/+6
* Next round of stdio changes: Remove all inlining of stdio operations andJohn Baldwin2008-05-021-172/+4
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin2008-04-171-4/+7
* Specifically mark the members of 'FILE' that are accessed via inlineJohn Baldwin2008-04-171-6/+10
* Add the libc glue and headers definitions for the *at() syscalls.Konstantin Belousov2008-03-311-0/+3
* Allow an application to define FOPEN_MAX (like we allow for OPEN_MAXJohn Birrell2008-03-261-0/+2
* - Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here.Pawel Jakub Dawidek2007-04-071-6/+0
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inPawel Jakub Dawidek2007-04-051-0/+6
* Add a prototype for fcloseall().Daniel Eischen2006-04-221-0/+1
* Analogous to __printflike and __scanflike, add the macro __format_arg whichStefan Farfeleder2006-01-261-6/+1