go/src/pkg/strconv
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
..
atob.go
atob_test.go
atof.go strconv: handle very large inputs 2012-02-07 23:37:15 -05:00
atof_test.go runtime: on 386, fix FP control word on all threads, not just initial thread 2012-02-14 01:23:15 -05:00
atoi.go
atoi_test.go
decimal.go strconv: handle very large inputs 2012-02-07 23:37:15 -05:00
decimal_test.go
extfloat.go all: fixed various typos 2012-03-01 14:56:05 -08:00
fp_test.go doc: fix comments referring to removed API funcs 2012-01-14 10:59:45 -08:00
ftoa.go strconv: faster FormatFloat(x, *, -1, 64) using Grisu3 algorithm. 2012-01-13 23:24:33 +01:00
ftoa_test.go strconv: faster FormatFloat(x, *, -1, 64) using Grisu3 algorithm. 2012-01-13 23:24:33 +01:00
internal_test.go
isprint.go strconv: remove dependence on unicode and strings 2012-03-07 13:50:31 +11:00
itoa.go strconv: slightly faster int conversion for GOARCH=386 2011-12-14 11:14:10 -08:00
itoa_test.go strconv: run garbage collection before counting allocations in test 2012-02-19 22:13:04 -05:00
makeisprint.go strconv: remove dependence on unicode and strings 2012-03-07 13:50:31 +11:00
quote.go strconv: remove dependence on unicode and strings 2012-03-07 13:50:31 +11:00
quote_test.go strconv: remove dependence on unicode and strings 2012-03-07 13:50:31 +11:00
testfp.txt