Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-10-08 | fix open_[w]memstream behavior when no writes take place | Rich Felker | -2/+9 |
2015-06-16 | refactor stdio open file list handling, move it out of global libc struct | Rich Felker | -7/+1 |
2012-11-09 | always add memory streams to stdio open file list | Rich Felker | -6/+7 |
2012-11-08 | clean up stdio_impl.h | Rich Felker | -0/+3 |
2011-09-04 | memstreams: fix incorrect handling of file pos > current size | Rich Felker | -2/+2 |
2011-09-04 | optimize seek function for memory streams | Rich Felker | -12/+3 |
2011-09-04 | fix twos complement overflow bug in mem streams boundary check | Rich Felker | -1/+1 |
2011-09-03 | fix some length calculations in memory streams | Rich Felker | -1/+1 |
2011-09-03 | implement open_memstream | Rich Felker | -0/+94 |