1
0
mirror of https://github.com/golang/go synced 2024-10-05 10:21:22 -06:00
go/src/pkg/bytes
Rob Pike 38f1231f3e strings and bytes.Split: make count of 0 mean 0, not infinite.
Use a count of -1 for infinity.  Ditto for Replace.

R=rsc
CC=golang-dev
https://golang.org/cl/1704044
2010-07-01 14:08:14 -07:00
..
asm_386.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
asm_amd64.s in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -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 bytes: add Next method to Buffer, simplify Read. 2010-04-26 10:02:01 -07:00
buffer.go bytes.Buffer.ReadFrom: fix bug. 2010-06-15 17:40: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 and bytes.Split: make count of 0 mean 0, not infinite. 2010-07-01 14:08:14 -07:00
bytes.go strings and bytes.Split: make count of 0 mean 0, not infinite. 2010-07-01 14:08:14 -07:00
export_test.go bytes: asm for bytes.IndexByte 2009-12-04 10:23:43 -08:00
Makefile big, bytes: move assembly externs to separate file 2010-06-21 19:53:08 -07:00