set stream orientations in open_[w]memstream
[oweals/musl.git] / src / stdio / open_memstream.c
2018-08-29 Rich Felkerset stream orientations in open_[w]memstream
2018-04-18 Rich Felkerclean up allocation/setup logic for open_[w]memstream
2015-10-08 Rich Felkerfix open_[w]memstream behavior when no writes take...
2015-06-16 Rich Felkerrefactor stdio open file list handling, move it out...
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-09 Rich Felkeralways add memory streams to stdio open file list
2012-11-08 Rich Felkerclean up stdio_impl.h
2011-09-04 Rich Felkermemstreams: fix incorrect handling of file pos > curren...
2011-09-04 Rich Felkeroptimize seek function for memory streams
2011-09-04 Rich Felkerfix twos complement overflow bug in mem streams boundar...
2011-09-04 Rich Felkerfix some length calculations in memory streams
2011-09-03 Rich Felkerimplement open_memstream