aboutsummaryrefslogtreecommitdiff
path: root/src/lib/strconv/test.bash
AgeCommit message (Collapse)Author
2008-11-18more tests for strconv; convert to gotest.Russ Cox
R=r DELTA=219 (186 added, 32 deleted, 1 changed) OCL=19508 CL=19523
2008-11-18roll tests into one binaryRuss Cox
R=r DELTA=145 (27 added, 27 deleted, 91 changed) OCL=19423 CL=19502
2008-11-17correctly rounded floating-point conversionsRuss Cox
in new package strconv. move atoi etc to strconv too. update fmt, etc to use strconv. R=r DELTA=2232 (1691 added, 424 deleted, 117 changed) OCL=19286 CL=19380