summaryrefslogtreecommitdiff
path: root/src/stdio/open_memstream.c
AgeCommit message (Expand)AuthorLines
2018-08-28set stream orientations in open_[w]memstreamRich Felker-0/+1
2018-04-18clean up allocation/setup logic for open_[w]memstreamRich Felker-19/+25
2015-10-08fix open_[w]memstream behavior when no writes take placeRich Felker-2/+9
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
2011-09-04memstreams: fix incorrect handling of file pos > current sizeRich Felker-2/+2
2011-09-04optimize seek function for memory streamsRich Felker-12/+3
2011-09-04fix twos complement overflow bug in mem streams boundary checkRich Felker-1/+1
2011-09-03fix some length calculations in memory streamsRich Felker-1/+1
2011-09-03implement open_memstreamRich Felker-0/+94