ChaiShushan
5db510f134
strconv: use go generate to create isprint.go
...
LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://golang.org/cl/132230043
2014-08-28 14:55:02 -07:00
Marcel van Lohuizen
65d8cb985f
unicode: strconv: regexp: Upgrade to Unicode 7.0.0.
...
LGTM=r, bradfitz
R=r, bradfitz
CC=golang-codereviews
https://golang.org/cl/127470043
2014-08-18 20:26:10 +02:00
ChaiShushan
64379b854f
all: add missing copyright
...
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/43290043
2013-12-17 06:52:32 -08:00
Rob Pike
a90b3a5528
strconv: update to unicode 6.2.0
...
Fixes build, too.
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6775088
2012-10-31 10:11:04 -07:00
Rob Pike
f91326b7b1
strconv: remove dependence on unicode and strings
...
We need a compact, reasonably efficient IsPrint. That adds about 2K of data,
plus a modest amount of code, but now strconv is a near-leaf package.
R=r, bradfitz, adg, rsc, minux.ma
CC=golang-dev
https://golang.org/cl/5756050
2012-03-07 13:50:31 +11:00
Russ Cox
e9d5a641d7
strconv: add table-based isPrint
...
Not used yet for simpler merge.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5756048
2012-03-06 00:36:12 -05:00