Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor stdio open file list handling, move it out of global libc struct | Rich Felker | 2015-06-16 | 1 | -7/+1 |
* | always add memory streams to stdio open file list | Rich Felker | 2012-11-09 | 1 | -6/+7 |
* | clean up stdio_impl.h | Rich Felker | 2012-11-08 | 1 | -0/+3 |
* | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 2012-09-06 | 1 | -1/+1 |
* | more fmemopen null termination fixes | Rich Felker | 2011-09-04 | 1 | -2/+3 |
* | fix some fmemopen behaviors | Rich Felker | 2011-09-04 | 1 | -4/+7 |
* | fmemopen: fix eof handling, hopefully right this time | Rich Felker | 2011-09-04 | 1 | -3/+4 |
* | fmemopen fixes | Rich Felker | 2011-09-04 | 1 | -1/+3 |
* | implement fmemopen | Rich Felker | 2011-09-03 | 1 | -18/+66 |
* | partially-written draft of fmemopen, still in #if 0 | Rich Felker | 2011-03-14 | 1 | -3/+48 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+16 |