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