summaryrefslogtreecommitdiff
path: root/src/stdio/open_wmemstream.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/+4
2011-09-04memstreams: fix incorrect handling of file pos > current sizeRich Felker1-2/+2
2011-09-04optimize seek function for memory streamsRich Felker1-12/+3
2011-09-04fix twos complement overflow bug in mem streams boundary checkRich Felker1-1/+1
2011-09-03fix some length calculations in memory streamsRich Felker1-2/+2
2011-09-03implement open_wmemstreamRich Felker1-0/+95