Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-12-20 | fix overly pessimistic realloc strategy in getdelim | Rich Felker | -1/+1 |
2015-12-19 | avoid updating caller's size when getdelim fails to realloc | Rich Felker | -5/+6 |
2015-10-24 | fix single-byte overflow of malloc'd buffer in getdelim | Rich Felker | -1/+1 |
2015-04-04 | fix getdelim to set the error indicator on all failures | Szabolcs Nagy | -2/+5 |
2012-11-08 | clean up stdio_impl.h | Rich Felker | -0/+3 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -1/+1 |
2012-06-02 | add some ugly aliases for LSB ABI compatibility | Rich Felker | -0/+2 |
2011-03-28 | major stdio overhaul, using readv/writev, plus other changes | Rich Felker | -15/+15 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+59 |