Age | Commit message (Expand) | Author | Files | Lines |
2019-09-13 | fix %lf in wprintf | Brion Vibber | 1 | -0/+2 |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | 1 | -0/+1 |
2018-08-28 | vfwprintf: honor field width with 'c' format type | A. Wilcox | 1 | -1/+4 |
2017-07-04 | remove ineffective compiler assist from printf | Alexander Monakov | 1 | -2/+0 |
2017-07-04 | reapply va_arg hacks removal to wprintf | Alexander Monakov | 1 | -26/+1 |
2016-10-20 | fix integer overflows and uncaught EOVERFLOW in printf core | Rich Felker | 1 | -24/+39 |
2016-03-16 | fix padding string formats to width in wide printf variants | Rich Felker | 1 | -4/+4 |
2015-06-13 | fix idiom for setting stdio stream orientation to wide | Rich Felker | 1 | -1/+1 |
2015-06-13 | add printing of null %s arguments as "(null)" in wide printf | Rich Felker | 1 | -0/+1 |
2015-06-13 | add %m support to wide printf | Rich Felker | 1 | -0/+2 |
2014-12-17 | correctly handle write errors encountered by printf-family functions | Rich Felker | 1 | -1/+6 |
2014-07-02 | fix failure of wide printf/scanf functions to set wide orientation | Rich Felker | 1 | -0/+1 |
2013-10-07 | minor vfprintf and vfwprintf changes to please static code analyzers | Szabolcs Nagy | 1 | -4/+6 |
2013-10-04 | removed unused variable in vfwprintf | Rich Felker | 1 | -2/+1 |
2012-11-08 | clean up stdio_impl.h | Rich Felker | 1 | -0/+7 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 1 | -1/+1 |
2012-05-04 | fix uninitialized var in vfwprintf printing 0-prec string | Rich Felker | 1 | -1/+1 |
2011-03-17 | implement wprintf family of functions | Rich Felker | 1 | -0/+354 |