summaryrefslogtreecommitdiff
path: root/src/pkg/strconv
AgeCommit message (Expand)AuthorFilesLines
2010-06-29strconv: fix %.2g, 40Rob Pike2-4/+21
2010-06-18strconv: add AtofN, FtoaNRuss Cox4-0/+47
2010-05-18 Trivial optimization.Kyle Consalus1-6/+7
2010-05-03runtime, strconv: tiny cleanupsRuss Cox1-12/+5
2010-03-30single argument panicRuss Cox1-1/+2
2010-03-29strconv.Unquote could wrongly return a nil error on error.Roger Peppe1-1/+1
2010-03-25Add strconv.Atob, Btoa.Rob Pike3-0/+85
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-2/+2
2010-02-25go/printer, gofmt: align comments in multi-line expression listsRobert Griesemer1-25/+25
2009-12-151) Change default gofmt default settings forRobert Griesemer14-658/+658
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-1/+1
2009-11-24Add benchmarks for commonly used routines.Trevor Strohman2-0/+48
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox5-15/+15
2009-11-18remove bytes.CopyRob Pike1-6/+4
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer9-102/+102
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer13-197/+197
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer5-36/+12
2009-11-05gofmt'ed more stragglersRobert Griesemer1-1/+1
2009-11-04gofmt-ify strconvRobert Griesemer6-76/+75
2009-11-01misc cleanupRuss Cox3-46/+41
2009-10-27files that are okay from the last gofmt roundRuss Cox1-2/+2
2009-10-11correct a design flaw: Atoi etc should not guess the base.Russ Cox2-41/+113
2009-10-08more lgtm files from gofmtRuss Cox4-34/+34
2009-10-07apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox12-454/+451
2009-09-17unused importsRuss Cox5-6/+0
2009-09-15more "declared and not used".Russ Cox1-2/+2
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-1/+0
2009-08-31fmt: add verbs:Russ Cox1-10/+10
2009-08-31rearrange some constants. unicode package now defines MaxRune and Replacemen...Rob Pike1-1/+2
2009-08-27remove Line in bufio.ReadLine(Bytes|Slice|String)Russ Cox1-1/+2
2009-08-12convert low-level (used by testing) packages toRuss Cox13-181/+110
2009-07-02add Uitoa etc.Russ Cox2-24/+104
2009-07-02fix atoi testRuss Cox2-17/+22
2009-06-25Change os.Error convention:Russ Cox5-51/+124
2009-06-24style police: parens in if, for, switch, rangeRuss Cox1-1/+1
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds1-3/+3
2009-06-23publish strconv.UnquoteCharRuss Cox2-27/+61
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox1-1/+1
2009-06-09mv src/lib to src/pkgRob Pike15-0/+2875