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