]> Cypherpunks repositories - gostls13.git/commit
strconv: use better errors than os.EINVAL, os.ERANGE
authorRuss Cox <rsc@golang.org>
Fri, 28 Oct 2011 02:46:31 +0000 (19:46 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 28 Oct 2011 02:46:31 +0000 (19:46 -0700)
commitc1178aae865455b94a7b5c90c601a5719d96593b
tree1c05000ea33fa578a90023f63f8c943d849fd3d4
parent01e9a227cc8f8e0d0ffea239f6c601259a6db908
strconv: use better errors than os.EINVAL, os.ERANGE

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5327052
src/pkg/exp/sql/convert_test.go
src/pkg/strconv/atob.go
src/pkg/strconv/atob_test.go
src/pkg/strconv/atof.go
src/pkg/strconv/atof_test.go
src/pkg/strconv/atoi.go
src/pkg/strconv/atoi_test.go
src/pkg/strconv/quote.go
src/pkg/strconv/quote_test.go