summaryrefslogtreecommitdiff
path: root/src/pkg/strconv
Commit message (Expand)AuthorAgeFilesLines
* src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox2011-11-018-41/+33
* strconv: use better errors than os.EINVAL, os.ERANGERuss Cox2011-10-278-98/+104
* pkg: remove .String() from some print argumentsRuss Cox2011-10-271-1/+1
* csv, gob, json, mail, mime, xml: use runeRuss Cox2011-10-251-26/+26
* strconv: faster Unquote in common caseRuss Cox2011-09-262-0/+32
* strconv: put decimal on stackRuss Cox2011-08-255-40/+47
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-141-2/+0
* strconv: handle [-+]Infinity in atofBrad Fitzpatrick2011-07-112-4/+9
* strings.Split: make the default to split all.Rob Pike2011-06-281-3/+3
* os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer2011-06-221-1/+1
* respect goto restrictionsRuss Cox2011-06-172-3/+7
* strconv: change Quote to be Unicode-friendly,Rob Pike2011-06-072-64/+117
* pkg: spelling tweaks, I-ZRobert Hencke2011-05-301-1/+1
* strconv: add QuoteRune, which is analogous to Quote, but for runes rather tha...Rob Pike2011-05-252-19/+53
* strconv: document and test True and False for AtobRobert Hencke2011-05-122-2/+4
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-201-4/+4
* os: New Open API.Rob Pike2011-04-041-1/+1
* strconv/ftoa: avoid a double shift. (shifts by variables are expensive.)Rob Pike2011-02-111-1/+1
* gc: correct rounding of denormal constantsEoghan Sherry2011-02-021-2/+1
* strconv: add test that trips up other implementationsRuss Cox2011-02-012-0/+11
* delete float, complex - code changesRuss Cox2011-01-194-55/+9
* strconv: update ftoa comment for 'E' and 'G'Russ Cox2011-01-041-5/+7
* atof: added 'E' as valid token for exponentStefan Nilsson2010-12-272-1/+2
* throughout: fix broken calls to Printf etc.Rob Pike2010-12-071-1/+1
* strconv: Atof on Infs and NaNsRob Pike2010-11-302-0/+52
* strconv: quote erroneous string in errorsRob Pike2010-11-081-1/+1
* strings: ContainsBrad Fitzpatrick2010-11-011-1/+1
* arm: enable all testsRuss Cox2010-10-253-15/+1
* gofmt -s -w src miscRobert Griesemer2010-10-228-432/+432
* arm: prop up software floating pointRuss Cox2010-10-213-1/+15
* 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