Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-11-07 | fix swprintf internal buffer state and error handling | Rich Felker | 1 | -1/+8 |
2012-11-08 | clean up stdio_impl.h | Rich Felker | 1 | -0/+5 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 1 | -1/+1 |
2011-03-28 | major stdio overhaul, using readv/writev, plus other changes | Rich Felker | 1 | -1/+3 |
2011-03-25 | fix all implicit conversion between signed/unsigned pointers | Rich Felker | 1 | -1/+1 |
2011-03-24 | simplify and optimize FILE lock handling | Rich Felker | 1 | -1/+1 |
2011-03-18 | implement [v]swprintf | Rich Felker | 1 | -0/+46 |