about summary refs log tree commit diff
path: root/src/stdio/open_memstream.c
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-0/+2
* set stream orientations in open_[w]memstreamRich Felker2018-08-281-0/+1
* clean up allocation/setup logic for open_[w]memstreamRich Felker2018-04-181-19/+25
* fix open_[w]memstream behavior when no writes take placeRich Felker2015-10-081-2/+9
* refactor stdio open file list handling, move it out of global libc structRich Felker2015-06-161-7/+1
* always add memory streams to stdio open file listRich Felker2012-11-091-6/+7
* clean up stdio_impl.hRich Felker2012-11-081-0/+3
* 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-1/+1
* implement open_memstreamRich Felker2011-09-031-0/+94