summaryrefslogtreecommitdiff
path: root/src/stdio/fmemopen.c
AgeCommit message (Collapse)AuthorLines
2011-09-04fmemopen: fix eof handling, hopefully right this timeRich Felker-3/+4
2011-09-04fmemopen fixesRich Felker-1/+3
disallow seek past end of buffer (per posix) fix position accounting to include data buffered for read don't set eof flag when no data was requested
2011-09-03implement fmemopenRich Felker-18/+66
testing so far has been minimal. may need further work.
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