summaryrefslogtreecommitdiff
path: root/src/lib/strconv/ftoa_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-74/+74
2009-02-13convert composite literals from { } to ( ).Russ Cox1-74/+74
2009-01-22move math routines from package sys to package math,Russ Cox1-5/+6
2009-01-20delete exportRuss Cox1-1/+1
2009-01-15convert strconvRuss Cox1-78/+78
2009-01-15make safe for new package local defaultsRuss Cox1-79/+78
2008-12-01be more precise in ftoa_test.Russ Cox1-12/+17
2008-11-24replay CL 19916 and CL 19913 now that the build can handle themRuss Cox1-0/+1
2008-11-24Automated g4 rollback of changelist 19916.Russ Cox1-1/+0
2008-11-24utf8: add InString routines for decoding in stringsRuss Cox1-0/+1
2008-11-23fix %g 20 -> "2e+01" want "20"Russ Cox1-0/+3
2008-11-19change naming convention for tests fromRob Pike1-0/+110