1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:21:26 -06:00
go/src/pkg/strconv
Russ Cox ba444d8422 strconv: faster Unquote in common case
Also reject literal newline in " and ' quoted strings.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5139045
2011-09-26 13:59:12 -04:00
..
atob_test.go strconv: document and test True and False for Atob 2011-05-12 22:00:50 -07:00
atob.go strconv: document and test True and False for Atob 2011-05-12 22:00:50 -07:00
atof_test.go strconv: put decimal on stack 2011-08-25 17:54:14 -04:00
atof.go strconv: put decimal on stack 2011-08-25 17:54:14 -04:00
atoi_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
atoi.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
decimal_test.go strconv: put decimal on stack 2011-08-25 17:54:14 -04:00
decimal.go strconv: put decimal on stack 2011-08-25 17:54:14 -04:00
fp_test.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
ftoa_test.go gc: correct rounding of denormal constants 2011-02-02 22:36:54 -05:00
ftoa.go strconv: put decimal on stack 2011-08-25 17:54:14 -04: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 strconv: faster Unquote in common case 2011-09-26 13:59:12 -04:00
quote.go strconv: faster Unquote in common case 2011-09-26 13:59:12 -04:00
testfp.txt