Sign in
go
/
go
/
32d3b96e8b9c1d0eeb249579145d73bebc7ec2e6
/
src
/
strconv
/
decimal.go
faa9d1e
strconv: use 64bit uint for decimal conversion if available
by Robert Griesemer
· 10 years ago
9209d89
strconv: fix internal documentation (clarification, typos)
by Robert Griesemer
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/strconv/decimal.go]
d6147d8
strconv: extend Grisu3 algorithm to float32.
by Rémy Oudompheng
· 13 years ago
3ee2085
strconv: handle very large inputs
by Russ Cox
· 13 years ago
3a2dec0
strconv: reduce buffer size for multi-precision decimals.
by Rémy Oudompheng
· 13 years ago
0ed5e6a
strconv: make Ftoa faster
by Russ Cox
· 13 years ago
cb51fdc
strconv: put decimal on stack
by Russ Cox
· 14 years ago
3fbd478
pkg: spelling tweaks, I-Z
by Robert Hencke
· 14 years ago
3478891
gofmt -s -w src misc
by Robert Griesemer
· 14 years ago
64b6a78
strconv: fix %.1f, 0.09
by Rob Pike
· 15 years ago
7d7ebd2
runtime, strconv: tiny cleanups
by Russ Cox
· 15 years ago
d177539
go/printer, gofmt: align comments in multi-line expression lists
by Robert Griesemer
· 15 years ago
d65a5cc
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
e70cedf
remove bytes.Copy
by Rob Pike
· 15 years ago
3bb0032
- replaced gofmt expression formatting algorithm with
by Robert Griesemer
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
314b358
gofmt-ify strconv (and remove an empty line at the end of a file)
by Robert Griesemer
· 15 years ago
7732d80
misc cleanup
by Russ Cox
· 15 years ago
3b864e4
convert low-level (used by testing) packages to
by Russ Cox
· 16 years ago
a50cbf6
style police: parens in if, for, switch, range
by Russ Cox
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago
[Renamed from src/lib/strconv/decimal.go]
424f4f0
use the new bytes package
by Rob Pike
· 16 years ago
be2edb5
Automated g4 rollback of changelist 25024, plus significant hand editing.
by Russ Cox
· 16 years ago
9f8f2e6
convert composite literals from { } to ( ).
by Russ Cox
· 16 years ago
8a7cbad
convert strconv
by Russ Cox
· 16 years ago
5564504
new new & make
by Russ Cox
· 16 years ago
08ca30b
change *map to map; *chan to chan; new(T) to new(*T)
by Russ Cox
· 16 years ago
d47d888
convert *[] to [].
by Russ Cox
· 16 years ago
cf9b7f7
essentially 100% coverage of strconv in tests. fix a few bugs.
by Russ Cox
· 16 years ago
079c00a
correctly rounded floating-point conversions in new package strconv.
by Russ Cox
· 16 years ago