about summary refs log tree commit diff
path: root/src/stdio/open_wmemstream.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/+4
* memstreams: fix incorrect handling of file pos > current sizeRich Felker2011-09-041-2/+2
* optimize seek function for memory streamsRich Felker2011-09-041-12/+3
* fix twos complement overflow bug in mem streams boundary checkRich Felker2011-09-041-1/+1
* fix some length calculations in memory streamsRich Felker2011-09-031-2/+2
* implement open_wmemstreamRich Felker2011-09-031-0/+95