summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/open_memstream.c
AgeCommit message (Expand)Author
2017-03-17Use recallocarray() to avoid leaving detritus in memory when resizingTheo de Raadt
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2013-04-03Set the stream orientation in open_{,w}memstream().Philip Guenther
2013-03-27Add an open_wmemstream(3) implementation and fix various issues forMartin Pieuchot
2013-01-01Add an implementation based on tedu@'s design of fmemopen(3) andMartin Pieuchot