aboutsummaryrefslogtreecommitdiff
path: root/libc/test/run-stdlib.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-31libc: Add labs() to stdlibShilpasri G Bhat1-0/+7
2015-02-23atoi/atol should assume base 10, not autodetect base.Daniel Axtens1-4/+7
2015-02-23Don't recognise a double hex prefix (0x0xNN) as valid.Daniel Axtens1-4/+3
2015-02-23Test libc stdlib functions (atoi/strtol and friends)Daniel Axtens1-0/+60
2015-01-20Add skeleton for libc/stdlib unit testStewart Smith1-0/+27