summaryrefslogtreecommitdiff
path: root/src/lib/strconv/atof_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-133/+0
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-1/+1
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-55/+55
2009-02-13convert composite literals from { } to ( ).Russ Cox1-55/+55
2009-01-20delete exportRuss Cox1-2/+2
2009-01-15convert strconvRuss Cox1-67/+67
2009-01-15make safe for new package local defaultsRuss Cox1-58/+58
2008-12-03Make strconv.atof("-0") return -0Russ Cox1-1/+1
2008-11-19change naming convention for tests fromRob Pike1-0/+133