go/src/cmd/cgo
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
..
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
ast.go govet: make name-matching for printf etc. case-insensitive. 2011-04-13 16:57:44 -07:00
doc.go cgo: support pkg-config for flags and libs 2011-05-26 22:19:23 -03:00
gcc.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
main.go cgo: make file path work for windows 2011-06-17 10:17:33 +10:00
out.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
util.go cgo: make file path work for windows 2011-06-17 10:17:33 +10:00