about summary refs log tree commit diff
path: root/src/stdio/fmemopen.c
Commit message (Expand)AuthorAgeFilesLines
* always add memory streams to stdio open file listRich Felker2012-11-091-6/+7
* clean up stdio_impl.hRich Felker2012-11-081-0/+3
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* more fmemopen null termination fixesRich Felker2011-09-041-2/+3
* fix some fmemopen behaviorsRich Felker2011-09-041-4/+7
* fmemopen: fix eof handling, hopefully right this timeRich Felker2011-09-041-3/+4
* fmemopen fixesRich Felker2011-09-041-1/+3
* implement fmemopenRich Felker2011-09-031-18/+66
* partially-written draft of fmemopen, still in #if 0Rich Felker2011-03-141-3/+48
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+16