Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2020年02月21日 | remove wrap_write helper from vdprintf | Rich Felker | -6/+1 |
2012年09月06日 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -1/+1 |
2011年04月04日 | simplify vdprintf implementation greatly based on recent vfprintf changes | Rich Felker | -5/+2 |
2011年03月28日 | major stdio overhaul, using readv/writev, plus other changes | Rich Felker | -3/+3 |
2011年03月25日 | fix all implicit conversion between signed/unsigned pointers | Rich Felker | -1/+1 |
2011年02月20日 | avoid referencing address of extern function from vdprintf | Rich Felker | -1/+6 |
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+14 |