Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc: Add labs() to stdlib | Shilpasri G Bhat | 2017-05-31 | 1 | -0/+7 |
* | atoi/atol should assume base 10, not autodetect base. | Daniel Axtens | 2015-02-23 | 1 | -4/+7 |
* | Don't recognise a double hex prefix (0x0xNN) as valid. | Daniel Axtens | 2015-02-23 | 1 | -4/+3 |
* | Test libc stdlib functions (atoi/strtol and friends) | Daniel Axtens | 2015-02-23 | 1 | -0/+60 |
* | Add skeleton for libc/stdlib unit test | Stewart Smith | 2015-01-20 | 1 | -0/+27 |