Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the stream orientation in open_{,w}memstream(). | 2013-04-03 | 1 | -1/+2 | |
| | | | | | | Check it in the regress test ok mpi@ | ||||
* | Add an open_wmemstream(3) implementation and fix various issues for | 2013-03-27 | 1 | -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) and | 2013-01-01 | 1 | -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@ |