summaryrefslogtreecommitdiff
path: root/src/pkg/strconv/fp_test.go
Commit message (Expand)AuthorAgeFilesLines
* src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox2011-11-011-2/+3
* pkg: remove .String() from some print argumentsRuss Cox2011-10-271-1/+1
* strings.Split: make the default to split all.Rob Pike2011-06-281-3/+3
* os: New Open API.Rob Pike2011-04-041-1/+1
* tests: fix printsRob Pike2010-09-231-1/+1
* strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike2010-07-011-1/+1
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-2/+2
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-58/+58
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-091-4/+4
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-091-11/+11
* more lgtm files from gofmtRuss Cox2009-10-081-2/+2
* apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox2009-10-071-3/+4
* unused importsRuss Cox2009-09-171-1/+0
* remove Line in bufio.ReadLine(Bytes|Slice|String)Russ Cox2009-08-271-1/+2
* convert low-level (used by testing) packages toRuss Cox2009-08-121-2/+1
* Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds2009-06-241-3/+3
* introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox2009-06-221-1/+1
* mv src/lib to src/pkgRob Pike2009-06-091-0/+149