summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/open_wmemstream.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix unsigned comparision.gerhard2014-03-061-3/+3
| | | | ok mpi@
* 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-0/+168
fmemopen(3) and open_memstream(3). With inputs from millert@, stsp@, guenther@, tedu@ and matthew@