1
0
mirror of https://github.com/golang/go synced 2024-10-04 01:21:21 -06:00
go/src/cmd/goyacc
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
..
doc.go goyacc: clarify it's package, not binary, that has 2011-02-28 20:47:52 -08:00
goyacc.go strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
Makefile goyacc: provide -p flag to set prefix for names. 2011-02-28 17:43:16 -08:00
units.txt minor changes 2009-09-10 17:32:48 -07:00
units.y govet: make name-matching for printf etc. case-insensitive. 2011-04-13 16:57:44 -07:00