1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/bytes
Rob Pike ebb1566a46 strings.Split: make the default to split all.
Change the signature of Split to have no count,
assuming a full split, and rename the existing
Split with a count to SplitN.
Do the same to package bytes.
Add a gofix module.

R=adg, dsymonds, alex.brainman, rsc
CC=golang-dev
https://golang.org/cl/4661051
2011-06-28 09:43:14 +10:00
..
asm_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
asm_amd64.s bytes: SSE for bytes.IndexByte on amd64 2010-11-08 17:33:53 -08:00
asm_arm.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
buffer_test.go testing: shorten some tests. 2011-03-25 16:31:10 -07:00
buffer.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
bytes_decl.go big, bytes: move assembly externs to separate file 2010-06-21 19:53:08 -07:00
bytes_test.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
bytes.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
export_test.go bytes: asm for bytes.IndexByte 2009-12-04 10:23:43 -08:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00