1
0
mirror of https://github.com/golang/go synced 2024-10-05 08:21:22 -06:00
go/src/lib/strconv
Russ Cox 1f8a40d85c move math routines from package sys to package math,
though they still build in src/runtime.

use cgo instead of hand-written wrappers.

R=r
DELTA=740  (289 added, 300 deleted, 151 changed)
OCL=23326
CL=23331
2009-01-22 16:23:44 -08:00
..
atof_test.go delete export 2009-01-20 14:40:40 -08:00
atof.go move math routines from package sys to package math, 2009-01-22 16:23:44 -08:00
atoi_test.go delete export 2009-01-20 14:40:40 -08:00
atoi.go delete export 2009-01-20 14:40:40 -08:00
decimal_test.go delete export 2009-01-20 14:40:40 -08:00
decimal.go convert strconv 2009-01-15 17:22:17 -08:00
fp_test.go delete export 2009-01-20 14:40:40 -08:00
ftoa_test.go move math routines from package sys to package math, 2009-01-22 16:23:44 -08:00
ftoa.go move math routines from package sys to package math, 2009-01-22 16:23:44 -08:00
itoa_test.go delete export 2009-01-20 14:40:40 -08:00
itoa.go delete export 2009-01-20 14:40:40 -08:00
Makefile replay CL 19916 and CL 19913 now that the build can handle them 2008-11-24 14:51:33 -08:00
quote_test.go delete export 2009-01-20 14:40:40 -08:00
quote.go delete export 2009-01-20 14:40:40 -08:00
testfp.txt correctly rounded floating-point conversions 2008-11-17 12:34:03 -08:00