summaryrefslogtreecommitdiff
path: root/src/stdio/vfwprintf.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-07minor vfprintf and vfwprintf changes to please static code analyzersSzabolcs Nagy1-4/+6
2013-10-04removed unused variable in vfwprintfRich Felker1-2/+1
2012-11-08clean up stdio_impl.hRich Felker1-0/+7
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-1/+1
2012-05-04fix uninitialized var in vfwprintf printing 0-prec stringRich Felker1-1/+1
2011-03-17implement wprintf family of functionsRich Felker1-0/+354