go/src/pkg/strconv
Caleb Spare bc08124866 strconv: corrected several bad references to err.Error in doc comments.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/10253051
2013-06-13 17:04:47 -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: corrected several bad references to err.Error in doc comments. 2013-06-13 17:04:47 -07: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: corrected several bad references to err.Error in doc comments. 2013-06-13 17:04:47 -07: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
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