]> Cypherpunks repositories - gostls13.git/commit
Make strconv.atof("-0") return -0
authorRuss Cox <rsc@golang.org>
Wed, 3 Dec 2008 21:29:13 +0000 (13:29 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 3 Dec 2008 21:29:13 +0000 (13:29 -0800)
commit32a1ee85b1929b85f7b1fd9c0acc4673aec4a443
tree3b8c8196cbc8ca3435c006b36c20019e61f1537a
parentf8797daa9fd783b0edda749cc668bcef9282d2fc
Make strconv.atof("-0") return -0
and update test.

R=iant
DELTA=11  (3 added, 1 deleted, 7 changed)
OCL=20350
CL=20362
src/lib/strconv/atof.go
src/lib/strconv/atof_test.go