summaryrefslogtreecommitdiff
path: root/src/stdio/fmemopen.c
AgeCommit message (Expand)AuthorLines
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2011-09-04more fmemopen null termination fixesRich Felker-2/+3
2011-09-04fix some fmemopen behaviorsRich Felker-4/+7
2011-09-04fmemopen: fix eof handling, hopefully right this timeRich Felker-3/+4
2011-09-04fmemopen fixesRich Felker-1/+3
2011-09-03implement fmemopenRich Felker-18/+66
2011-03-14partially-written draft of fmemopen, still in #if 0Rich Felker-3/+48
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+16