summaryrefslogtreecommitdiff
path: root/src/lib/strings.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-05document stringsRob Pike1-5/+9
2009-01-20delete exportRuss Cox1-5/+5
2009-01-16casify miscRuss Cox1-7/+7
2009-01-06new new & makeRuss Cox1-3/+3
2008-12-18convert *[] to [].Russ Cox1-3/+3
2008-12-04strings.utflen -> utf8.RuneCount, RuneCountInStringRuss Cox1-21/+8
2008-11-17correctly rounded floating-point conversionsRuss Cox1-269/+0
2008-11-06simpleminded ascii to floating point conversionRob Pike1-2/+104
2008-11-03ascii to unsigned integerRob Pike1-19/+37
2008-10-29fix strings bug from CL 18024Russ Cox1-1/+0
2008-10-29adapt to new compiler typesRuss Cox1-0/+1
2008-10-29the end of life as we know itKen Thompson1-1/+1
2008-10-20add primitive ftoa, dtoa to strings library.Rob Pike1-2/+67
2008-10-17fix typo causing infinite recursionRob Pike1-1/+1
2008-10-17add atol and ltoa. probably want unsigned at some point too.Rob Pike1-4/+14
2008-09-29Use unsigned int in itoa to avoid relying on the behaviour ofIan Lance Taylor1-11/+4
2008-09-25To get an empty string, return an empty string, not 0.Ian Lance Taylor1-1/+1
2008-09-12rudimentary string utilities.Russ Cox1-0/+198