Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | memstreams: fix incorrect handling of file pos > current size | Rich Felker | 2011-09-04 | 1 | -2/+2 |
* | optimize seek function for memory streams | Rich Felker | 2011-09-04 | 1 | -12/+3 |
* | fix twos complement overflow bug in mem streams boundary check | Rich Felker | 2011-09-04 | 1 | -1/+1 |
* | fix some length calculations in memory streams | Rich Felker | 2011-09-03 | 1 | -1/+1 |
* | implement open_memstream | Rich Felker | 2011-09-03 | 1 | -0/+94 |