Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-12-04 | strings.utflen -> utf8.RuneCount, RuneCountInString | Russ Cox | 1 | -21/+8 |
2008-11-17 | correctly rounded floating-point conversions | Russ Cox | 1 | -269/+0 |
2008-11-06 | simpleminded ascii to floating point conversion | Rob Pike | 1 | -2/+104 |
2008-11-03 | ascii to unsigned integer | Rob Pike | 1 | -19/+37 |
2008-10-29 | fix strings bug from CL 18024 | Russ Cox | 1 | -1/+0 |
2008-10-29 | adapt to new compiler types | Russ Cox | 1 | -0/+1 |
2008-10-29 | the end of life as we know it | Ken Thompson | 1 | -1/+1 |
2008-10-20 | add primitive ftoa, dtoa to strings library. | Rob Pike | 1 | -2/+67 |
2008-10-17 | fix typo causing infinite recursion | Rob Pike | 1 | -1/+1 |
2008-10-17 | add atol and ltoa. probably want unsigned at some point too. | Rob Pike | 1 | -4/+14 |
2008-09-29 | Use unsigned int in itoa to avoid relying on the behaviour of | Ian Lance Taylor | 1 | -11/+4 |
2008-09-25 | To get an empty string, return an empty string, not 0. | Ian Lance Taylor | 1 | -1/+1 |
2008-09-12 | rudimentary string utilities. | Russ Cox | 1 | -0/+198 |