Russ Cox
|
079c00a475
|
correctly rounded floating-point conversions
in new package strconv.
move atoi etc to strconv too.
update fmt, etc to use strconv.
R=r
DELTA=2232 (1691 added, 424 deleted, 117 changed)
OCL=19286
CL=19380
|
2008-11-17 12:34:03 -08:00 |
|
Rob Pike
|
175dd773e6
|
simpleminded ascii to floating point conversion
R=rsc
DELTA=111 (107 added, 0 deleted, 4 changed)
OCL=18720
CL=18725
|
2008-11-06 16:32:28 -08:00 |
|
Rob Pike
|
03a9872fe3
|
add primitive ftoa, dtoa to strings library.
R=rsc
DELTA=72 (69 added, 0 deleted, 3 changed)
OCL=17478
CL=17480
|
2008-10-20 13:53:20 -07:00 |
|
Russ Cox
|
729bc5c0c7
|
rudimentary string utilities.
R=r
DELTA=314 (306 added, 8 deleted, 0 changed)
OCL=15074
CL=15263
|
2008-09-12 16:12:20 -07:00 |
|