]> Cypherpunks repositories - gostls13.git/commit
Change strings.Split, bytes.Split to take a maximum substring count argument.
authorDavid Symonds <dsymonds@golang.org>
Thu, 25 Jun 2009 02:02:29 +0000 (19:02 -0700)
committerDavid Symonds <dsymonds@golang.org>
Thu, 25 Jun 2009 02:02:29 +0000 (19:02 -0700)
commit30533d607a3e10ae1a688ea88ee5976115681cba
treec423ba821d41ea2d673a7420ecf7c082aa827863
parent466dd8da4ebe07a78bac55bba4e640e516eca5d4
Change strings.Split, bytes.Split to take a maximum substring count argument.

R=rsc
APPROVED=r
DELTA=131  (39 added, 10 deleted, 82 changed)
OCL=30669
CL=30723
src/pkg/bytes/bytes.go
src/pkg/bytes/bytes_test.go
src/pkg/exec/exec.go
src/pkg/go/doc/comment.go
src/pkg/http/client.go
src/pkg/http/request.go
src/pkg/strconv/fp_test.go
src/pkg/strings/strings.go
src/pkg/strings/strings_test.go