summaryrefslogtreecommitdiff
path: root/src/pkg/strconv
Commit message (Expand)AuthorAgeFilesLines
* tests: fix printsRob Pike2010-09-235-31/+31
* strconv: fix comment for godocRobert Griesemer2010-08-311-5/+6
* build: no required environment variablesRuss Cox2010-08-181-1/+1
* strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small).Rob Pike2010-07-012-1/+6
* strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike2010-07-011-1/+1
* strconv: fix %.1f, 0.09Rob Pike2010-06-293-6/+21
* strconv: fix %.2g, 40Rob Pike2010-06-292-4/+21
* strconv: add AtofN, FtoaNRuss Cox2010-06-184-0/+47
* Trivial optimization.Kyle Consalus2010-05-181-6/+7
* runtime, strconv: tiny cleanupsRuss Cox2010-05-031-12/+5
* single argument panicRuss Cox2010-03-301-1/+2
* strconv.Unquote could wrongly return a nil error on error.Roger Peppe2010-03-291-1/+1
* Add strconv.Atob, Btoa.Rob Pike2010-03-253-0/+85
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-2/+2
* go/printer, gofmt: align comments in multi-line expression listsRobert Griesemer2010-02-251-25/+25
* 1) Change default gofmt default settings forRobert Griesemer2009-12-1514-658/+658
* remove uses of string concatenation from src and misc directoryRobert Griesemer2009-12-091-1/+1
* Add benchmarks for commonly used routines.Trevor Strohman2009-11-242-0/+48
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* gofmt -r '?[?:len(?)] -> ?[?:]' -w src/cmd src/pkgRuss Cox2009-11-205-15/+15
* remove bytes.CopyRob Pike2009-11-181-6/+4
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-099-102/+102
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-0913-197/+197
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-065-36/+12
* gofmt'ed more stragglersRobert Griesemer2009-11-051-1/+1
* gofmt-ify strconvRobert Griesemer2009-11-046-76/+75
* misc cleanupRuss Cox2009-11-013-46/+41
* files that are okay from the last gofmt roundRuss Cox2009-10-271-2/+2
* correct a design flaw: Atoi etc should not guess the base.Russ Cox2009-10-112-41/+113
* more lgtm files from gofmtRuss Cox2009-10-084-34/+34
* apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox2009-10-0712-454/+451
* unused importsRuss Cox2009-09-175-6/+0
* more "declared and not used".Russ Cox2009-09-151-2/+2
* fix "declared and not used" errors in non-test code.Russ Cox2009-09-141-1/+0
* fmt: add verbs:Russ Cox2009-08-311-10/+10
* rearrange some constants. unicode package now defines MaxRune and Replacemen...Rob Pike2009-08-311-1/+2
* remove Line in bufio.ReadLine(Bytes|Slice|String)Russ Cox2009-08-271-1/+2
* convert low-level (used by testing) packages toRuss Cox2009-08-1213-181/+110
* add Uitoa etc.Russ Cox2009-07-022-24/+104
* fix atoi testRuss Cox2009-07-022-17/+22
* Change os.Error convention:Russ Cox2009-06-255-51/+124
* style police: parens in if, for, switch, rangeRuss Cox2009-06-241-1/+1
* Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds2009-06-241-3/+3
* publish strconv.UnquoteCharRuss Cox2009-06-232-27/+61
* introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox2009-06-221-1/+1
* mv src/lib to src/pkgRob Pike2009-06-0915-0/+2875