summaryrefslogtreecommitdiff
path: root/src/lib/strconv/testfp.go
AgeCommit message (Collapse)AuthorFilesLines
2008-11-19change naming convention for tests fromRob Pike1-150/+0
test*.go to *test.go R=rsc DELTA=1747 (864 added, 855 deleted, 28 changed) OCL=19666 CL=19666
2008-11-19a few Errorfs should have been ErrorRob Pike1-4/+4
R=rsc DELTA=6 (0 added, 0 deleted, 6 changed) OCL=19662 CL=19664
2008-11-19add a type testing.T and use it in tests.Rob Pike1-8/+6
update uses of gotest. minor tweak to testing structure for protobuf. R=rsc DELTA=276 (71 added, 75 deleted, 130 changed) OCL=19614 CL=19621
2008-11-18roll tests into one binaryRuss Cox1-23/+19
R=r DELTA=145 (27 added, 27 deleted, 91 changed) OCL=19423 CL=19502
2008-11-17correctly rounded floating-point conversionsRuss Cox1-0/+156
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