summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/open_memstream.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a comparison in open_memstream not to confuse when a negativeyasuoka2019-05-021-3/+3
* Use recallocarray() to avoid leaving detritus in memory when resizingderaadt2017-03-171-2/+2
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-051-2/+2
* Move to the <limits.h> universe.deraadt2015-01-161-4/+4
* Set the stream orientation in open_{,w}memstream().guenther2013-04-031-1/+2
* Add an open_wmemstream(3) implementation and fix various issues formpi2013-03-271-34/+25
* Add an implementation based on tedu@'s design of fmemopen(3) andmpi2013-01-011-0/+166