summaryrefslogtreecommitdiff
path: root/include/stdio.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-07default features: make musl usable without feature test macrosRich Felker1-5/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-28/+34
2012-08-25implement "low hanging fruit" from C11Rich Felker1-0/+2
2012-08-11add bsd fgetln functionRich Felker1-0/+4
2012-07-04add prototypes for getw/putwRich Felker1-0/+2
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker1-1/+1
2012-05-28there is no such GNU function fpurge, only __fpurge.Rich Felker1-1/+0
2012-05-28add prototype for BSD/GNU stdio *_unlocked extension functionsRich Felker1-2/+12
2012-05-28remove duplicate lfs64 cruft in stdio.hRich Felker1-2/+0
2012-05-22support _BSD_SOURCE feature test macroRich Felker1-4/+7
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker1-0/+12
2011-09-11add prototypes for GNU *_unlocked stdio functionsRich Felker1-0/+4
2011-09-03implement fmemopenRich Felker1-0/+1
2011-09-03implement open_memstreamRich Felker1-0/+1
2011-06-30implement the nonstandard GNU function fpurgeRich Felker1-0/+1
2011-04-05add more legacy functions: setlinebuf and setbufferRich Felker1-0/+2
2011-02-20prototypes for GNU asprintf/vasprintfRich Felker1-0/+2
2011-02-15move stdio stuff that's not arch-specific out of bitsRich Felker1-1/+9
2011-02-14begin namespace-cleanup of standard C headersRich Felker1-20/+31
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+144