Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-17 | correctly rounded floating-point conversions | Russ Cox | 1 | -269/+0 | |
in new package strconv. move atoi etc to strconv too. update fmt, etc to use strconv. R=r DELTA=2232 (1691 added, 424 deleted, 117 changed) OCL=19286 CL=19380 | |||||
2008-11-06 | simpleminded ascii to floating point conversion | Rob Pike | 1 | -2/+104 | |
R=rsc DELTA=111 (107 added, 0 deleted, 4 changed) OCL=18720 CL=18725 | |||||
2008-11-03 | ascii to unsigned integer | Rob Pike | 1 | -19/+37 | |
R=rsc DELTA=60 (35 added, 17 deleted, 8 changed) OCL=18339 CL=18343 | |||||
2008-10-29 | fix strings bug from CL 18024 | Russ Cox | 1 | -1/+0 | |
R=r OCL=18026 CL=18026 | |||||
2008-10-29 | adapt to new compiler types | Russ Cox | 1 | -0/+1 | |
R=r OCL=18024 CL=18024 | |||||
2008-10-29 | the end of life as we know it | Ken Thompson | 1 | -1/+1 | |
int is new type R=r OCL=18023 CL=18023 | |||||
2008-10-20 | add primitive ftoa, dtoa to strings library. | Rob Pike | 1 | -2/+67 | |
R=rsc DELTA=72 (69 added, 0 deleted, 3 changed) OCL=17478 CL=17480 | |||||
2008-10-17 | fix typo causing infinite recursion | Rob Pike | 1 | -1/+1 | |
R=rsc OCL=17398 CL=17398 | |||||
2008-10-17 | add atol and ltoa. probably want unsigned at some point too. | Rob Pike | 1 | -4/+14 | |
R=rsc DELTA=14 (10 added, 0 deleted, 4 changed) OCL=17387 CL=17390 | |||||
2008-09-29 | Use unsigned int in itoa to avoid relying on the behaviour of | Ian Lance Taylor | 1 | -11/+4 | |
signed integer overflow when negating the most negative integer. R=rsc DELTA=11 (0 added, 7 deleted, 4 changed) OCL=16105 CL=16120 | |||||
2008-09-25 | To get an empty string, return an empty string, not 0. | Ian Lance Taylor | 1 | -1/+1 | |
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=15858 CL=15860 | |||||
2008-09-12 | rudimentary string utilities. | Russ Cox | 1 | -0/+198 | |
R=r DELTA=314 (306 added, 8 deleted, 0 changed) OCL=15074 CL=15263 |