Russ Cox
|
10c7d19e07
|
fix comment on strings.LastIndex.
add bytes.LastIndex.
add strings.Reader.
R=r
DELTA=59 (56 added, 0 deleted, 3 changed)
OCL=35585
CL=35601
|
2009-10-12 10:09:35 -07:00 |
|
Rob Pike
|
5743fb594f
|
change Title to ToTitle for consistency. (the doc comment was already right)
R=rsc
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=35572
CL=35572
|
2009-10-10 18:56:13 -07:00 |
|
Russ Cox
|
ca6a0fee1b
|
more "declared and not used".
the last round omitted := range and only
checked 1 out of N vars in a multi-var :=
R=r
OCL=34624
CL=34638
|
2009-09-15 09:41:59 -07:00 |
|
Rob Pike
|
2f5e75859b
|
casing operations for byte arrays
R=rsc
DELTA=186 (181 added, 0 deleted, 5 changed)
OCL=34203
CL=34203
|
2009-09-01 13:46:59 -07:00 |
|
Rob Pike
|
d80a177a9e
|
make ToUpper, ToLower etc. handle unicode properly.
Change their names too.
R=rsc
DELTA=206 (123 added, 2 deleted, 81 changed)
OCL=34170
CL=34194
|
2009-09-01 11:06:28 -07:00 |
|
Russ Cox
|
d3a412a5ab
|
io.StringBytes -> strings.Bytes
io.ByteBuffer -> bytes.Buffer
left io.ByteBuffer stub around for now,
for protocol compiler.
R=r
OCL=30861
CL=30872
|
2009-06-29 15:24:23 -07:00 |
|
David Symonds
|
30533d607a
|
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
|
2009-06-24 19:02:29 -07:00 |
|
Steve Newman
|
f315fb3d56
|
Basic HTTP client.
R=rsc
APPROVED=rsc
DELTA=392 (386 added, 2 deleted, 4 changed)
OCL=29963
CL=30107
|
2009-06-09 10:58:58 -07:00 |
|
Rob Pike
|
d90e7cbac6
|
mv src/lib to src/pkg
tests: all.bash passes, gobuild still works, godoc still works.
R=rsc
OCL=30096
CL=30102
|
2009-06-09 09:53:44 -07:00 |
|