index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
strconv
/
atof_test.go
Age
Commit message (
Expand
)
Author
2025-10-29
strconv: move all but Quote to internal/strconv
Russ Cox
2022-10-26
all: remove uses of rand.Seed
Russ Cox
2021-06-07
strconv: ParseFloat: always return ErrSyntax for bad syntax
Ian Lance Taylor
2020-11-03
strconv: revert ParseFloat/ParseComplex error on incorrect bitSize
Ben Hoyt
2020-10-30
strconv: fix incorrect bit size in ParseComplex; add tests
Ben Hoyt
2020-10-29
strconv: make Eisel-Lemire handle long mantissas
Rémy Oudompheng
2020-10-29
strconv: remove extfloat.go atof code path
Nigel Tao
2020-10-17
strconv: use the Eisel-Lemire ParseFloat algorithm
Nigel Tao
2020-05-08
strconv: fix ParseComplex for strings with separators
Robert Griesemer
2020-04-30
strconv: fix for parseFloatPrefix
Robert Griesemer
2020-04-30
strconv: implement parseFloatPrefix returning no. of bytes consumed
Robert Griesemer
2019-02-12
strconv: accept underscores in ParseInt, ParseUint, ParseFloat
Russ Cox
2019-02-12
strconv: parse hex floats
Russ Cox
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2017-07-17
strconv: apply Brad's review comment
Russ Cox
2017-07-17
strconv: fix initialization of atofRandomTests
Russ Cox
2016-04-19
strconv: fix ParseFloat for special forms of zero values
Robert Griesemer
2016-03-02
all: single space after period.
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox