summaryrefslogtreecommitdiff
path: root/src/pkg/strconv/atoi_test.go
Commit message (Expand)AuthorAgeFilesLines
* src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox2011-11-011-5/+4
* strconv: use better errors than os.EINVAL, os.ERANGERuss Cox2011-10-271-30/+30
* gofmt -s -w src miscRobert Griesemer2010-10-221-94/+94
* tests: fix printsRob Pike2010-09-231-8/+8
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-38/+38
* Add benchmarks for commonly used routines.Trevor Strohman2009-11-241-0/+24
* gofmt -r '?[?:len(?)] -> ?[?:]' -w src/cmd src/pkgRuss Cox2009-11-201-3/+3
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-091-4/+4
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-091-14/+14
* gofmt-ify strconvRobert Griesemer2009-11-041-4/+4
* correct a design flaw: Atoi etc should not guess the base.Russ Cox2009-10-111-7/+70
* apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox2009-10-071-46/+45
* unused importsRuss Cox2009-09-171-1/+0
* convert low-level (used by testing) packages toRuss Cox2009-08-121-17/+17
* fix atoi testRuss Cox2009-07-021-6/+6
* Change os.Error convention:Russ Cox2009-06-251-15/+45
* mv src/lib to src/pkgRob Pike2009-06-091-0/+188