summaryrefslogtreecommitdiff
path: root/src/lib/strconv/atof_test.go
Commit message (Expand)AuthorAgeFilesLines
* mv src/lib to src/pkgRob Pike2009-06-091-133/+0
* Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike2009-04-171-1/+1
* Automated g4 rollback of changelist 25024,Russ Cox2009-03-031-55/+55
* convert composite literals from { } to ( ).Russ Cox2009-02-131-55/+55
* delete exportRuss Cox2009-01-201-2/+2
* convert strconvRuss Cox2009-01-151-67/+67
* make safe for new package local defaultsRuss Cox2009-01-151-58/+58
* Make strconv.atof("-0") return -0Russ Cox2008-12-031-1/+1
* change naming convention for tests fromRob Pike2008-11-191-0/+133