summaryrefslogtreecommitdiff
path: root/src/lib/strconv/atof_test.go
Commit message (Collapse)AuthorAgeFilesLines
* mv src/lib to src/pkgRob Pike2009-06-091-133/+0
| | | | | | | | tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
* Step 1 of the Big Error Shift: make os.Error an interface and replace ↵Rob Pike2009-04-171-1/+1
| | | | | | | | | | | | *os.Errors with os.Errors. lib/template updated to use new setup; its clients also updated. Step 2 will make os's error support internally much cleaner. R=rsc OCL=27586 CL=27586
* Automated g4 rollback of changelist 25024,Russ Cox2009-03-031-55/+55
| | | | | | | | | | plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
* convert composite literals from { } to ( ).Russ Cox2009-02-131-55/+55
| | | | | | | | | | only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
* delete exportRuss Cox2009-01-201-2/+2
| | | | | | TBR=r OCL=23121 CL=23127
* convert strconvRuss Cox2009-01-151-67/+67
| | | | | | | R=r DELTA=568 (0 added, 9 deleted, 559 changed) OCL=22898 CL=22901
* make safe for new package local defaultsRuss Cox2009-01-151-58/+58
| | | | | | | R=r DELTA=462 (9 added, 33 deleted, 420 changed) OCL=22879 CL=22885
* Make strconv.atof("-0") return -0Russ Cox2008-12-031-1/+1
| | | | | | | | | and update test. R=iant DELTA=11 (3 added, 1 deleted, 7 changed) OCL=20350 CL=20362
* change naming convention for tests fromRob Pike2008-11-191-0/+133
test*.go to *test.go R=rsc DELTA=1747 (864 added, 855 deleted, 28 changed) OCL=19666 CL=19666