]> Cypherpunks repositories - gostls13.git/commit
strconv: remove dependence on unicode and strings
authorRob Pike <r@golang.org>
Wed, 7 Mar 2012 02:50:31 +0000 (13:50 +1100)
committerRob Pike <r@golang.org>
Wed, 7 Mar 2012 02:50:31 +0000 (13:50 +1100)
commitf91326b7b1de0f699fff4051e41318b7278b4af0
tree1cb08e4c25a724048fe9b55ea18dff5c73d6e436
parent7db4384354e43e41e34f17299ff33cd1a895d769
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
src/pkg/go/build/deps_test.go
src/pkg/strconv/isprint.go
src/pkg/strconv/makeisprint.go
src/pkg/strconv/quote.go
src/pkg/strconv/quote_test.go