index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
strings
Age
Commit message (
Expand
)
Author
2009-11-05
gofmt-ify strings, template
Robert Griesemer
2009-11-04
bytes.SplitAfter and strings.SplitAfter
Russ Cox
2009-10-12
fix comment on strings.LastIndex.
Russ Cox
2009-10-10
change Title to ToTitle for consistency. (the doc comment was already right)
Rob Pike
2009-10-07
apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...
Russ Cox
2009-09-21
move strings.Buffer into bytes
Rob Pike
2009-09-21
step 2 of the great buffer shift.
Rob Pike
2009-09-16
first cut at a string buffer.
Rob Pike
2009-09-15
more "declared and not used".
Russ Cox
2009-09-01
casing operations for byte arrays
Rob Pike
2009-09-01
make ToUpper, ToLower etc. handle unicode properly.
Rob Pike
2009-08-31
rearrange some constants. unicode package now defines MaxRune and Replacemen...
Rob Pike
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
2009-06-29
io.StringBytes -> strings.Bytes
Russ Cox
2009-06-24
style police: parens in if, for, switch, range
Russ Cox
2009-06-24
Change strings.Split, bytes.Split to take a maximum substring count argument.
David Symonds
2009-06-09
Basic HTTP client.
Steve Newman
2009-06-09
mv src/lib to src/pkg
Rob Pike