index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
printf
Age
Commit message (
Expand
)
Author
2014-02-20
tolerate negative values of precision in printf, fallback to default precision
Alon Zakai
2014-01-13
handle precision -1 in printf .*
Alon Zakai
2013-09-19
Implement missing 'space' formatting flag
Ranger Harke
2013-09-19
Fix bug with forced display of sign on negative integers
Ranger Harke
2013-09-19
Fix bug with zero-padded negative integers
Ranger Harke
2011-12-08
test fixes
Alon Zakai
2011-12-08
fix for double mode 1 issue with 32-bit floats being NaNs and altering our do...
Alon Zakai
2011-12-07
workaround for i64 mode 1 in printf test
Alon Zakai
2011-10-14
flush partially-printed lines during shutdown
Alon Zakai
2011-07-24
Added _formatString() special-case for null values (similar to glibc).
max99x
2011-06-28
Removed erroneous printf test cases that triggered GCC warnings.
max99x
2011-06-28
Added proper argument size support to _formatString/printf.
max99x
2011-06-28
Proper handling of unknown specifiers in _formatString/printf; minor refactor.
max99x
2011-06-28
Properly padding infinity/NaN in _formatString/printf.
max99x
2011-06-28
Added support for %n in _formatString/printf.
max99x
2011-06-28
Replaced brainded float formatting with a much cleaner (and more precise) ver...
max99x
2011-06-27
Minor printf() bugfix.
max99x
2011-06-27
Fixed a few boneheaded mistakes; added test for strtod().
max99x
2011-06-27
Implemented a GCC-alike printf/_formatString.
max99x