about summary refs log tree commit diff
path: root/src/stdio/vfwprintf.c
Commit message (Expand)AuthorAgeFilesLines
* fix idiom for setting stdio stream orientation to wideRich Felker2015-06-131-1/+1
* add printing of null %s arguments as "(null)" in wide printfRich Felker2015-06-131-0/+1
* add %m support to wide printfRich Felker2015-06-131-0/+2
* correctly handle write errors encountered by printf-family functionsRich Felker2014-12-171-1/+6
* fix failure of wide printf/scanf functions to set wide orientationRich Felker2014-07-021-0/+1
* minor vfprintf and vfwprintf changes to please static code analyzersSzabolcs Nagy2013-10-071-4/+6
* removed unused variable in vfwprintfRich Felker2013-10-041-2/+1
* clean up stdio_impl.hRich Felker2012-11-081-0/+7
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* fix uninitialized var in vfwprintf printing 0-prec stringRich Felker2012-05-041-1/+1
* implement wprintf family of functionsRich Felker2011-03-171-0/+354