1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:21:24 -06:00
go/src/lib/strconv
Russ Cox 360151d4e2 gobuild changes.
* handles multiple packages per directory
	* scans directory for files if given no arguments
	* infers package name
	* includes test rule invoking gotest

R=r
DELTA=746  (444 added, 150 deleted, 152 changed)
OCL=19504
CL=19521
2008-11-18 17:11:56 -08:00
..
atof.go * faster atof for common cases 2008-11-17 17:22:51 -08:00
atoi.go correctly rounded floating-point conversions 2008-11-17 12:34:03 -08:00
decimal.go correctly rounded floating-point conversions 2008-11-17 12:34:03 -08:00
ftoa.go correctly rounded floating-point conversions 2008-11-17 12:34:03 -08:00
itoa.go correctly rounded floating-point conversions 2008-11-17 12:34:03 -08:00
Makefile gobuild changes. 2008-11-18 17:11:56 -08:00
test.bash roll tests into one binary 2008-11-18 16:13:25 -08:00
testatof.go roll tests into one binary 2008-11-18 16:13:25 -08:00
testfp.go roll tests into one binary 2008-11-18 16:13:25 -08:00
testfp.txt correctly rounded floating-point conversions 2008-11-17 12:34:03 -08:00
testftoa.go roll tests into one binary 2008-11-18 16:13:25 -08:00
testing.go roll tests into one binary 2008-11-18 16:13:25 -08:00