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.go
Age
Commit message (
Expand
)
Author
2025-10-29
strconv: move all but Quote to internal/strconv
Russ Cox
2025-10-22
strconv: clean up powers-of-10 table, tests
Russ Cox
2025-04-07
strconv: use switch for '+'/'-' prefix handling
zhi.wang
2025-02-24
strconv: use builtin min function in commonPrefixLenIgnoreCase
Jes Cok
2022-06-06
strconv: fix typo in atof.go
90364136+butterfly1924@users.noreply.github.com
2022-06-04
strconv: clarify ParseFloat accepts Go syntax for float literals
Ben Hoyt
2022-04-11
all: gofmt main repo
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-23
strconv: add eiselLemire32
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-05-08
strconv: add ParseComplex and FormatComplex
pj
2020-04-30
strconv: fix for parseFloatPrefix
Robert Griesemer
2020-04-30
strconv: implement parseFloatPrefix returning no. of bytes consumed
Robert Griesemer
2019-08-28
strconv: Speed improvement to number parsing
Sam Arnold
2019-08-22
strconv: update documentation
Emmanuel T Odeke
2019-05-31
strconv: document handling of NaN and ±Inf
Andrew Gerrand
2019-02-12
strconv: accept underscores in ParseInt, ParseUint, ParseFloat
Russ Cox
2019-02-12
strconv: parse hex floats
Russ Cox
2016-04-19
strconv: fix ParseFloat for special forms of zero values
Robert Griesemer
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2015-07-22
strconv: add examples to package
Carlos C
2014-09-08
build: move package sources from src/pkg to src
Russ Cox