go/src/lib/strconv
Russ Cox 0e198da634 fix %g 20 -> "2e+01" want "20"
R=r
DELTA=11  (10 added, 0 deleted, 1 changed)
OCL=19885
CL=19887
2008-11-23 17:27:44 -08:00
..
Makefile refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
atof.go essentially 100% coverage of strconv in tests. 2008-11-19 12:50:34 -08:00
atof_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
atoi_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
decimal_test.go change naming convention for tests from 2008-11-19 19:11:01 -08:00
fp_test.go change naming convention for tests from 2008-11-19 19:11:01 -08:00
ftoa.go fix %g 20 -> "2e+01" want "20" 2008-11-23 17:27:44 -08:00
ftoa_test.go fix %g 20 -> "2e+01" want "20" 2008-11-23 17:27:44 -08:00
itoa.go essentially 100% coverage of strconv in tests. 2008-11-19 12:50:34 -08:00
itoa_test.go change naming convention for tests from 2008-11-19 19:11:01 -08:00
testfp.txt correctly rounded floating-point conversions 2008-11-17 12:34:03 -08:00