fix wide printf continuation after output or encoding errors
[musl] / src / stdio / vfwprintf.c
2023-03-21 Rich Felkerfix wide printf continuation after output or encoding...
2023-03-20 Rich Felkerfix wide printf forms ignoring width for %lc format...
2019-09-13 Brion Vibberfix %lf in wprintf
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-08-29 A. Wilcoxvfwprintf: honor field width with 'c' format type
2017-07-04 Alexander Monakovremove ineffective compiler assist from printf
2017-07-04 Alexander Monakovreapply va_arg hacks removal to wprintf
2016-10-20 Rich Felkerfix integer overflows and uncaught EOVERFLOW in printf...
2016-03-16 Rich Felkerfix padding string formats to width in wide printf...
2015-06-13 Rich Felkerfix idiom for setting stdio stream orientation to wide
2015-06-13 Rich Felkeradd printing of null %s arguments as "(null)" in wide...
2015-06-13 Rich Felkeradd %m support to wide printf
2014-12-17 Rich Felkercorrectly handle write errors encountered by printf...
2014-07-02 Rich Felkerfix failure of wide printf/scanf functions to set wide...
2013-10-07 Szabolcs Nagyminor vfprintf and vfwprintf changes to please static...
2013-10-04 Rich Felkerremoved unused variable in vfwprintf
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up stdio_impl.h
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-05-04 Rich Felkerfix uninitialized var in vfwprintf printing 0-prec...
2011-03-18 Rich Felkerimplement wprintf family of functions