about summary refs log tree commit diff
path: root/include/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* define NULL as nullptr when used in C++11 or laterIsmael Luceno2021-11-291-1/+3
* make FILE a complete type for pre-C11 standard profilesRich Felker2019-03-121-0/+4
* fix aliasing violations in fgetpos/fsetposRich Felker2018-02-241-0/+1
* adjust fopencookie structure tag for ABI-compatRich Felker2017-12-061-1/+1
* implement the fopencookie extension to stdioWilliam Pitcock2017-12-061-0/+14
* restore type of NULL to void * except when used in C++ programsRich Felker2013-11-241-0/+4
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-1/+1
* fix FILENAME_MAX to match PATH_MAXRich Felker2013-07-181-1/+1
* respect iso c namespace in stdio.h and wchar.h regarding va_listRich Felker2013-06-251-10/+11
* use a common definition of NULL as 0L for C and C++Rich Felker2013-01-181-6/+1
* expose [v]asprintf under _BSD_SOURCERich Felker2012-12-281-2/+2
* feature test macros: make _GNU_SOURCE enable everythingRich Felker2012-12-031-3/+0
* default features: make musl usable without feature test macrosRich Felker2012-09-071-5/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-28/+34
* implement "low hanging fruit" from C11Rich Felker2012-08-251-0/+2
* add bsd fgetln functionRich Felker2012-08-111-0/+4
* add prototypes for getw/putwRich Felker2012-07-041-0/+2
* _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker2012-06-041-1/+1
* there is no such GNU function fpurge, only __fpurge.Rich Felker2012-05-281-1/+0
* add prototype for BSD/GNU stdio *_unlocked extension functionsRich Felker2012-05-281-2/+12
* remove duplicate lfs64 cruft in stdio.hRich Felker2012-05-281-2/+0
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-4/+7
* add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker2012-05-041-0/+12
* add prototypes for GNU *_unlocked stdio functionsRich Felker2011-09-111-0/+4
* implement fmemopenRich Felker2011-09-031-0/+1
* implement open_memstreamRich Felker2011-09-031-0/+1
* implement the nonstandard GNU function fpurgeRich Felker2011-06-301-0/+1
* add more legacy functions: setlinebuf and setbufferRich Felker2011-04-051-0/+2
* prototypes for GNU asprintf/vasprintfRich Felker2011-02-201-0/+2
* move stdio stuff that's not arch-specific out of bitsRich Felker2011-02-151-1/+9
* begin namespace-cleanup of standard C headersRich Felker2011-02-141-20/+31
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+144