Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015年06月13日 | fix idiom for setting stdio stream orientation to wide | Rich Felker | -1/+1 |
2015年06月13日 | add printing of null %s arguments as "(null)" in wide printf | Rich Felker | -0/+1 |
2015年06月13日 | add %m support to wide printf | Rich Felker | -0/+2 |
2014年12月17日 | correctly handle write errors encountered by printf-family functions | Rich Felker | -1/+6 |
2014年07月02日 | fix failure of wide printf/scanf functions to set wide orientation | Rich Felker | -0/+1 |
2013年10月07日 | minor vfprintf and vfwprintf changes to please static code analyzers | Szabolcs Nagy | -4/+6 |
2013年10月04日 | removed unused variable in vfwprintf | Rich Felker | -2/+1 |
2012年11月08日 | clean up stdio_impl.h | Rich Felker | -0/+7 |
2012年09月06日 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -1/+1 |
2012年05月04日 | fix uninitialized var in vfwprintf printing 0-prec string | Rich Felker | -1/+1 |
2011年03月17日 | implement wprintf family of functions | Rich Felker | -0/+354 |