about summary refs log tree commit diff
path: root/src/stdio/fmemopen.c
Commit message (Expand)AuthorAgeFilesLines
* remove spurious repeated semicolon in fmemopenRich Felker2020-04-171-1/+1
* combine two calls to memset in fmemopenRich Felker2020-04-171-2/+2
* allow fmemopen with zero sizeRich Felker2019-06-251-1/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-0/+2
* make fmemopen's w+ mode truncate the bufferRich Felker2018-08-281-0/+1
* clean up allocation/setup logic for fmemopenRich Felker2018-04-181-21/+31
* fix incorrect overflow check for allocation in fmemopenRich Felker2018-02-111-1/+1
* refactor stdio open file list handling, move it out of global libc structRich Felker2015-06-161-7/+1
* always add memory streams to stdio open file listRich Felker2012-11-091-6/+7
* clean up stdio_impl.hRich Felker2012-11-081-0/+3
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* more fmemopen null termination fixesRich Felker2011-09-041-2/+3
* fix some fmemopen behaviorsRich Felker2011-09-041-4/+7
* fmemopen: fix eof handling, hopefully right this timeRich Felker2011-09-041-3/+4
* fmemopen fixesRich Felker2011-09-041-1/+3
* implement fmemopenRich Felker2011-09-031-18/+66
* partially-written draft of fmemopen, still in #if 0Rich Felker2011-03-141-3/+48
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+16