aboutsummaryrefslogtreecommitdiff
path: root/tests/parseInt
AgeCommit message (Expand)Author
2012-12-30use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768Alon Zakai
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 r...Alon Zakai
2011-11-10fix for test_parseIntAlon Zakai
2011-08-28Fixed negatives in strtod(); implemented strto[l/ul/ll/ull]().max99x