go/src/pkg/strconv
Albert Strasheim 0a71a5b029 all: Skip AllocsPerRun tests if GOMAXPROCS>1.
Fixes #4974.

R=rsc, bradfitz, r
CC=golang-dev
https://golang.org/cl/7545043
2013-03-06 15:52:32 -08:00
..
testdata mime, strconv: Make testdata more consistent. 2013-01-22 13:44:35 -08:00
atob.go
atob_test.go
atof.go
atof_test.go strconv: use Quote to escape the input string for failed conversion errors 2013-02-28 10:08:05 -08:00
atoi.go strconv: use Quote to escape the input string for failed conversion errors 2013-02-28 10:08:05 -08:00
atoi_test.go strconv: use Quote to escape the input string for failed conversion errors 2013-02-28 10:08:05 -08:00
decimal.go strconv: extend Grisu3 algorithm to float32. 2012-07-10 07:44:23 +02:00
decimal_test.go
extfloat.go strconv: Removed unnecessary use of goto. Made code easier to read. 2012-11-14 09:42:48 -08:00
fp_test.go strconv: use Scanner in fp_test 2013-02-20 13:38:19 -08:00
ftoa.go all: fix typos 2012-12-19 03:04:09 +08:00
ftoa_test.go strconv: faster FormatFloat for fixed number of digits. 2012-09-01 16:31:46 +02:00
internal_test.go
isprint.go strconv: update to unicode 6.2.0 2012-10-31 10:11:04 -07:00
itoa.go
itoa_test.go
makeisprint.go
quote.go strconv, fmt: clarify behavior of CanBackquote and "%#q". 2013-02-26 06:33:59 +08:00
quote_test.go
strconv_test.go all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00