summaryrefslogtreecommitdiff
path: root/src/stdio/vswprintf.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-22fix swprintf handling of nul character in outputRich Felker1-0/+1
2018-09-12reduce spurious inclusion of libc.hRich Felker1-0/+1
2018-02-24in vswprintf, initialize the FILE rather than memset-and-assignRich Felker1-9/+8
2016-11-07fix swprintf internal buffer state and error handlingRich Felker1-1/+8
2012-11-08clean up stdio_impl.hRich Felker1-0/+5
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-1/+1
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker1-1/+3
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker1-1/+1
2011-03-24simplify and optimize FILE lock handlingRich Felker1-1/+1
2011-03-18implement [v]swprintfRich Felker1-0/+46