aboutsummaryrefslogtreecommitdiff
path: root/libc/stdlib
AgeCommit message (Expand)AuthorFilesLines
2019-12-16fix simple sparse warningsNicholas Piggin1-1/+1
2018-02-28build: use thin archives rather than incremental linkingNicholas Piggin1-1/+1
2017-05-31libc: Add labs() to stdlibShilpasri G Bhat2-1/+26
2015-07-08fix wrong operator use in stdlib/rand.cStewart Smith1-1/+1
2015-02-26sparse: fix Using plain integer as NULL pointer warningCédric Le Goater2-2/+2
2015-02-26sparse: declare errnoCédric Le Goater1-0/+1
2015-02-23atoi/atol should assume base 10, not autodetect base.Daniel Axtens2-2/+2
2015-02-23Don't recognise a double hex prefix (0x0xNN) as valid.Daniel Axtens2-4/+0
2014-08-08Use PR_EMERG priority in assert() codepathStewart Smith2-24/+1
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt8-0/+338