about summary refs log tree commit diff
path: root/src/stdio/open_wmemstream.c
Commit message (Expand)AuthorAgeFilesLines
* 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