summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/open_memstream.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set the stream orientation in open_{,w}memstream().guenther2013-04-031-1/+2
| | | | | | Check it in the regress test ok mpi@
* Add an open_wmemstream(3) implementation and fix various issues formpi2013-03-271-34/+25
| | | | | | fmemopen(3) and open_memstream(3). With inputs from millert@, stsp@, guenther@, tedu@ and matthew@
* Add an implementation based on tedu@'s design of fmemopen(3) andmpi2013-01-011-0/+166
open_memstream(3) so they can be polished in-tree. One of the manpages comes from NetBSD with some tweaks. Prodded by espie@, krw@, guenther@