summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fmemopen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix append mode so it always writes to the end and expand regress.millert2020-08-171-2/+7
* Fix handling of "w+" mode, we were only truncating for "w".millert2020-08-141-2/+2
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* Add an open_wmemstream(3) implementation and fix various issues formpi2013-03-271-21/+18
* Add an implementation based on tedu@'s design of fmemopen(3) andmpi2013-01-011-0/+186