go/src/pkg/strconv
Brad Fitzpatrick b6a39a2545 strconv: remove some test TODOs and adjust malloc limits lower
These no longer allocate.

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/8340047
2013-04-04 17:04:18 -07:00
..
testdata mime, strconv: Make testdata more consistent. 2013-01-22 13:44:35 -08:00
atob.go
atob_test.go
atof.go strconv: extend fast parsing algorithm to ParseFloat(s, 32) 2012-06-13 23:52:00 +02:00
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 build: remove dead code 2013-03-22 17:28:22 -04: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 strconv: better documentation for FormatInt, FormatUint. 2012-05-24 16:24:39 -07:00
itoa_test.go strconv: make malloc tests more reliable 2012-04-14 21:34:08 +10:00
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 strconv: remove some test TODOs and adjust malloc limits lower 2013-04-04 17:04:18 -07:00