summaryrefslogtreecommitdiff
path: root/src/stdio/vfwprintf.c
AgeCommit message (Expand)AuthorLines
2018-08-28vfwprintf: honor field width with 'c' format typeA. Wilcox-1/+4
2017-07-04remove ineffective compiler assist from printfAlexander Monakov-2/+0
2017-07-04reapply va_arg hacks removal to wprintfAlexander Monakov-26/+1
2016-10-20fix integer overflows and uncaught EOVERFLOW in printf coreRich Felker-24/+39
2016-03-16fix padding string formats to width in wide printf variantsRich Felker-4/+4
2015-06-13fix idiom for setting stdio stream orientation to wideRich Felker-1/+1
2015-06-13add printing of null %s arguments as "(null)" in wide printfRich Felker-0/+1
2015-06-13add %m support to wide printfRich Felker-0/+2
2014-12-17correctly handle write errors encountered by printf-family functionsRich Felker-1/+6
2014-07-02fix failure of wide printf/scanf functions to set wide orientationRich Felker-0/+1
2013-10-07minor vfprintf and vfwprintf changes to please static code analyzersSzabolcs Nagy-4/+6
2013-10-04removed unused variable in vfwprintfRich Felker-2/+1
2012-11-08clean up stdio_impl.hRich Felker-0/+7
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2012-05-04fix uninitialized var in vfwprintf printing 0-prec stringRich Felker-1/+1
2011-03-17implement wprintf family of functionsRich Felker-0/+354