aboutsummaryrefslogtreecommitdiff
path: root/src/strconv/atof_test.go
AgeCommit message (Expand)Author
2021-06-07strconv: ParseFloat: always return ErrSyntax for bad syntaxIan Lance Taylor
2020-11-03strconv: revert ParseFloat/ParseComplex error on incorrect bitSizeBen Hoyt
2020-10-30strconv: fix incorrect bit size in ParseComplex; add testsBen Hoyt
2020-10-29strconv: make Eisel-Lemire handle long mantissasRémy Oudompheng
2020-10-29strconv: remove extfloat.go atof code pathNigel Tao
2020-10-17strconv: use the Eisel-Lemire ParseFloat algorithmNigel Tao
2020-05-08strconv: fix ParseComplex for strings with separatorsRobert Griesemer
2020-04-30strconv: fix for parseFloatPrefixRobert Griesemer
2020-04-30strconv: implement parseFloatPrefix returning no. of bytes consumedRobert Griesemer
2019-02-12strconv: accept underscores in ParseInt, ParseUint, ParseFloatRuss Cox
2019-02-12strconv: parse hex floatsRuss Cox
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-07-17strconv: apply Brad's review commentRuss Cox
2017-07-17strconv: fix initialization of atofRandomTestsRuss Cox
2016-04-19strconv: fix ParseFloat for special forms of zero valuesRobert Griesemer
2016-03-02all: single space after period.Brad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox