summaryrefslogtreecommitdiff
path: root/include/stdio.h
AgeCommit message (Expand)AuthorLines
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker-1/+1
2012-05-28there is no such GNU function fpurge, only __fpurge.Rich Felker-1/+0
2012-05-28add prototype for BSD/GNU stdio *_unlocked extension functionsRich Felker-2/+12
2012-05-28remove duplicate lfs64 cruft in stdio.hRich Felker-2/+0
2012-05-22support _BSD_SOURCE feature test macroRich Felker-4/+7
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker-0/+12
2011-09-11add prototypes for GNU *_unlocked stdio functionsRich Felker-0/+4
2011-09-03implement fmemopenRich Felker-0/+1
2011-09-03implement open_memstreamRich Felker-0/+1
2011-06-30implement the nonstandard GNU function fpurgeRich Felker-0/+1
2011-04-05add more legacy functions: setlinebuf and setbufferRich Felker-0/+2
2011-02-20prototypes for GNU asprintf/vasprintfRich Felker-0/+2
2011-02-15move stdio stuff that's not arch-specific out of bitsRich Felker-1/+9
2011-02-14begin namespace-cleanup of standard C headersRich Felker-20/+31
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+144