summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/open_wmemstream.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go directguenther2015-09-121-2/+1
* 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
* obvious reallocarray(); ok dougderaadt2014-10-081-2/+2
* Fix unsigned comparision.gerhard2014-03-061-3/+3
* 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-0/+168