summaryrefslogtreecommitdiff
path: root/src/stdio/vswprintf.c
AgeCommit message (Expand)AuthorLines
2012-11-08clean up stdio_impl.hRich Felker-0/+5
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker-1/+3
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker-1/+1
2011-03-24simplify and optimize FILE lock handlingRich Felker-1/+1
2011-03-18implement [v]swprintfRich Felker-0/+46