1
0
mirror of https://github.com/golang/go synced 2024-11-07 00:26:18 -07:00
go/src/strconv
Marcel van Lohuizen 79a00a3fe8 unicode: upgrade to Unicode 12
This does not include an upgrade of golang.org/x/net.
This is optional and best done as a separate CL.

Change-Id: Ifecc3fb6e3b7fe026b4ddefbe637186a3445b0bc
Reviewed-on: https://go-review.googlesource.com/c/go/+/204658
Run-TryBot: Marcel van Lohuizen <mpvl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2019-11-05 14:34:56 +00:00
..
testdata
atob_test.go
atob.go
atof_test.go
atof.go strconv: Speed improvement to number parsing 2019-08-28 03:23:59 +00:00
atoi_test.go strconv: add Unwrap to custom error types 2019-09-30 21:07:51 +00:00
atoi.go strconv: add Unwrap to custom error types 2019-09-30 21:07:51 +00:00
decimal_test.go
decimal.go
doc.go
example_test.go strconv: document handling of NaN and ±Inf 2019-05-31 11:26:23 +00:00
export_test.go
extfloat.go
fp_test.go
ftoa_test.go strconv: fix rounding in FormatFloat fallback path 2019-05-23 15:41:19 +00:00
ftoa.go strconv: fix rounding in FormatFloat fallback path 2019-05-23 15:41:19 +00:00
internal_test.go
isprint.go unicode: upgrade to Unicode 12 2019-11-05 14:34:56 +00:00
itoa_test.go
itoa.go
makeisprint.go
quote_test.go
quote.go
strconv_test.go