about summary refs log tree commit diff
path: root/src/stdio/vfwprintf.c
Commit message (Expand)AuthorAgeFilesLines
* fix %lf in wprintfBrion Vibber2019-09-131-0/+2
* reduce spurious inclusion of libc.hRich Felker2018-09-121-0/+1
* vfwprintf: honor field width with 'c' format typeA. Wilcox2018-08-281-1/+4
* remove ineffective compiler assist from printfAlexander Monakov2017-07-041-2/+0
* reapply va_arg hacks removal to wprintfAlexander Monakov2017-07-041-26/+1
* fix integer overflows and uncaught EOVERFLOW in printf coreRich Felker2016-10-201-24/+39
* fix padding string formats to width in wide printf variantsRich Felker2016-03-161-4/+4
* 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