max99x
|
5aea0ba878
|
Added _formatString() special-case for null values (similar to glibc).
|
2011-07-24 05:25:45 +03:00 |
max99x
|
6fe80d00d6
|
Removed erroneous printf test cases that triggered GCC warnings.
|
2011-06-28 14:07:32 +03:00 |
max99x
|
126df9fa21
|
Added proper argument size support to _formatString/printf.
|
2011-06-28 13:34:23 +03:00 |
max99x
|
0ea0b71b34
|
Proper handling of unknown specifiers in _formatString/printf; minor refactor.
|
2011-06-28 09:32:11 +03:00 |
max99x
|
bef407f174
|
Properly padding infinity/NaN in _formatString/printf.
|
2011-06-28 09:03:24 +03:00 |
max99x
|
3a0e9450e8
|
Added support for %n in _formatString/printf.
|
2011-06-28 08:56:33 +03:00 |
max99x
|
26d16fbbca
|
Replaced brainded float formatting with a much cleaner (and more precise) version.
|
2011-06-28 03:42:53 +03:00 |
max99x
|
6d6c9c4171
|
Minor printf() bugfix.
|
2011-06-27 11:29:37 +03:00 |
max99x
|
24f83c080f
|
Fixed a few boneheaded mistakes; added test for strtod().
|
2011-06-27 10:39:31 +03:00 |
max99x
|
4c2ba0ca7d
|
Implemented a GCC-alike printf/_formatString.
|
2011-06-27 10:10:40 +03:00 |