summaryrefslogtreecommitdiff
path: root/src/stdio/fmemopen.c
AgeCommit message (Expand)AuthorLines
2018-08-28make fmemopen's w+ mode truncate the bufferRich Felker-0/+1
2018-04-18clean up allocation/setup logic for fmemopenRich Felker-21/+31
2018-02-11fix incorrect overflow check for allocation in fmemopenRich Felker-1/+1
2015-06-16refactor stdio open file list handling, move it out of global libc structRich Felker-7/+1
2012-11-09always add memory streams to stdio open file listRich Felker-6/+7
2012-11-08clean up stdio_impl.hRich Felker-0/+3
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