about summary refs log tree commit diff
path: root/include/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* 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