go/src/strconv
Josh Bleecher Snyder 2adc4e8927 all: use "reports whether" in place of "returns true if(f)"
Comment changes only.

Change-Id: I56848814564c4aa0988b451df18bebdfc88d6d94
Reviewed-on: https://go-review.googlesource.com/7721
Reviewed-by: Rob Pike <r@golang.org>
2015-03-18 15:14:06 +00:00
..
testdata
atob.go
atob_test.go
atof.go
atof_test.go
atoi.go strconv: speed up atoi for common cases 2015-01-08 20:58:26 +00:00
atoi_test.go strconv: add atoi tests for uncommon bases and syntax errors 2015-01-08 16:51:47 +00:00
decimal.go strconv: fix internal documentation (clarification, typos) 2015-02-05 22:36:19 +00:00
decimal_test.go
extfloat.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
fp_test.go
ftoa.go strconv: simplify code for binary exponent float format 2015-03-05 16:52:41 +00:00
ftoa_test.go strconv: simplify code for binary exponent float format 2015-03-05 16:52:41 +00:00
internal_test.go
isprint.go
itoa.go strconv: optimize decimal to string conversion 2014-12-30 23:28:02 +00:00
itoa_test.go strconv/itoa: add test to generate the longest output string possible by formatBits 2014-12-27 22:35:08 +00:00
makeisprint.go
quote.go
quote_example_test.go
quote_test.go
strconv_test.go