aboutsummaryrefslogtreecommitdiff
path: root/tests/printf/test.c
AgeCommit message (Expand)Author
2011-10-14flush partially-printed lines during shutdownAlon Zakai
2011-07-24Added _formatString() special-case for null values (similar to glibc).max99x
2011-06-28Removed erroneous printf test cases that triggered GCC warnings.max99x
2011-06-28Added proper argument size support to _formatString/printf.max99x
2011-06-28Proper handling of unknown specifiers in _formatString/printf; minor refactor.max99x
2011-06-28Properly padding infinity/NaN in _formatString/printf.max99x
2011-06-28Added support for %n in _formatString/printf.max99x
2011-06-27Minor printf() bugfix.max99x
2011-06-27Fixed a few boneheaded mistakes; added test for strtod().max99x
2011-06-27Implemented a GCC-alike printf/_formatString.max99x