1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:21:21 -06:00
go/src/pkg/strconv
Russ Cox f2b5a07453 delete float, complex - code changes
also:
	cmplx -> complex
	float64(1.0) -> 1.0
	float64(1) -> 1.0

R=gri, r, gri1, r2
CC=golang-dev
https://golang.org/cl/3991043
2011-01-19 23:09:00 -05:00
..
atob_test.go throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
atob.go Add strconv.Atob, Btoa. 2010-03-25 11:50:07 -07:00
atof_test.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
atof.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
atoi_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
atoi.go strconv: quote erroneous string in errors 2010-11-08 15:08:41 -08:00
decimal_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
decimal.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
fp_test.go tests: fix prints 2010-09-23 13:48:56 +10:00
ftoa_test.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
ftoa.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
internal_test.go arm: enable all tests 2010-10-25 21:25:13 -07:00
itoa_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
itoa.go strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small). 2010-07-01 14:44:21 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
quote_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
quote.go strings: Contains 2010-11-01 14:32:48 -07:00
testfp.txt mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00