aboutsummaryrefslogtreecommitdiff
path: root/tests/parseInt
AgeCommit message (Collapse)Author
2012-01-24fix some i64 printing rounding errorsAlon Zakai
2011-12-07parseInt test is problematic, mark it as such, and fix some i64 issues with ↵Alon Zakai
rounding (but not all)
2011-11-10fix for test_parseIntAlon Zakai
2011-08-28Fixed negatives in strtod(); implemented strto[l/ul/ll/ull]().max99x