1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:11:21 -06:00
go/src/lib/strconv
Russ Cox 85fea81d70 Automated g4 rollback of changelist 19916.
*** Reason for rollback ***

broke build

*** Original change description ***

utf8: add InString routines for decoding in strings
reflect: add InterfaceValue.Get(), remove Empty
strconv: add Quote, CanBackquote
fmt:
	* %q go-quoted " string
	* %#q go-quoted ` string if possible, " string otherwise
	* %x hexadecimal string
	* anywhere a string is okay, *[]byte is okay
	* flags # 0 - + space
	* print value inside interface, not interface itself
	* tests

TBR=r
OCL=19920
CL=19920
2008-11-24 13:24:15 -08:00
..
atof_test.go change naming convention for tests from 2008-11-19 19:11:01 -08:00
atof.go essentially 100% coverage of strconv in tests. 2008-11-19 12:50:34 -08:00
atoi_test.go change naming convention for tests from 2008-11-19 19:11:01 -08:00
atoi.go return *os.Error instead of bool from strconv.ato* 2008-11-18 17:12:07 -08:00
decimal_test.go change naming convention for tests from 2008-11-19 19:11:01 -08:00
decimal.go essentially 100% coverage of strconv in tests. 2008-11-19 12:50:34 -08:00
fp_test.go change naming convention for tests from 2008-11-19 19:11:01 -08:00
ftoa_test.go Automated g4 rollback of changelist 19916. 2008-11-24 13:24:15 -08:00
ftoa.go fix %g 20 -> "2e+01" want "20" 2008-11-23 17:27:44 -08:00
itoa_test.go change naming convention for tests from 2008-11-19 19:11:01 -08:00
itoa.go essentially 100% coverage of strconv in tests. 2008-11-19 12:50:34 -08:00
Makefile Automated g4 rollback of changelist 19916. 2008-11-24 13:24:15 -08:00
testfp.txt correctly rounded floating-point conversions 2008-11-17 12:34:03 -08:00