go/src/strconv
Robert Griesemer 5e74d40952 strconv: fix ParseFloat for special forms of zero values
Fixes #15364.

Change-Id: Id2a349896064c7c9e00e36c55162068bf18162b2
Reviewed-on: https://go-review.googlesource.com/22272
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-04-19 22:39:43 +00:00
..
testdata
atob.go all: remove public named return values when useless 2016-02-29 03:31:19 +00:00
atob_test.go
atof.go strconv: fix ParseFloat for special forms of zero values 2016-04-19 22:39:43 +00:00
atof_test.go strconv: fix ParseFloat for special forms of zero values 2016-04-19 22:39:43 +00:00
atoi.go all: single space after period. 2016-03-02 00:13:47 +00:00
atoi_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
decimal.go strconv: use 64bit uint for decimal conversion if available 2015-04-10 17:42:20 +00:00
decimal_test.go
doc.go strconv: add examples to package 2015-07-22 16:00:21 +00:00
example_test.go strconv: add examples to package 2015-07-22 16:00:21 +00:00
extfloat.go all: remove unnecessary type conversions 2016-04-15 07:31:45 +00:00
fp_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
ftoa.go all: single space after period. 2016-03-02 00:13:47 +00:00
ftoa_test.go strconv: slightly simplified roundShortest; better comments 2015-09-23 21:14:29 +00:00
internal_test.go
isprint.go strconv: add QuoteToGraphic and friends 2015-09-08 17:33:17 +00:00
itoa.go strconv: fix comment 2015-09-10 21:31:07 +00:00
itoa_test.go strconv/itoa: add test to generate the longest output string possible by formatBits 2014-12-27 22:35:08 +00:00
makeisprint.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
quote.go all: single space after period. 2016-03-02 00:13:47 +00:00
quote_test.go strconv: Avoid allocation in AppendQuote* 2016-02-27 17:15:01 +00:00
strconv_test.go