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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
strings.go
Age
Commit message (
Expand
)
Author
2009-05-05
directory-per-package step 1: move files from lib/X.go to lib/X/X.go
Rob Pike
2009-05-04
string slicing is efficient so remove base and bounds arguments from RuneCoun...
Rob Pike
2009-04-13
lib misc
Russ Cox
2009-04-07
add error case in doc for Index. simplify code slightly.
Rob Pike
2009-03-05
document strings
Rob Pike
2009-01-20
delete export
Russ Cox
2009-01-16
casify misc
Russ Cox
2009-01-06
new new & make
Russ Cox
2008-12-18
convert *[] to [].
Russ Cox
2008-12-04
strings.utflen -> utf8.RuneCount, RuneCountInString
Russ Cox
2008-11-17
correctly rounded floating-point conversions
Russ Cox
2008-11-06
simpleminded ascii to floating point conversion
Rob Pike
2008-11-03
ascii to unsigned integer
Rob Pike
2008-10-29
fix strings bug from CL 18024
Russ Cox
2008-10-29
adapt to new compiler types
Russ Cox
2008-10-29
the end of life as we know it
Ken Thompson
2008-10-20
add primitive ftoa, dtoa to strings library.
Rob Pike
2008-10-17
fix typo causing infinite recursion
Rob Pike
2008-10-17
add atol and ltoa. probably want unsigned at some point too.
Rob Pike
2008-09-29
Use unsigned int in itoa to avoid relying on the behaviour of
Ian Lance Taylor
2008-09-25
To get an empty string, return an empty string, not 0.
Ian Lance Taylor
2008-09-12
rudimentary string utilities.
Russ Cox