aboutsummaryrefslogtreecommitdiff
path: root/libc/stdlib/strtol.c
AgeCommit message (Collapse)AuthorFilesLines
2015-02-26sparse: fix Using plain integer as NULL pointer warningCédric Le Goater1-1/+1
Signed-off-by: Cédric Le Goater <clg@fr.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-02-23Don't recognise a double hex prefix (0x0xNN) as valid.Daniel Axtens1-2/+0
When autodetecting the base, the code would strip hex prefixes twice. Now the string is not modified in the detection stage. Signed-off-by: Daniel Axtens <dja@axtens.net> Reviewed-by: Cyril Bur <cyrilbur@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+115
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>