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