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