summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/atoi.c
Commit message (Collapse)AuthorAgeFilesLines
* atoi/atol should assume base 10, not autodetect base.Daniel Axtens2015-02-231-1/+1
| | | | | | | | | The behaviour of atoi/atol on glibc (and according to the spec) is to assume base 10, not to autodetect the base. 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>
* Initial commit of Open Source releaseBenjamin Herrenschmidt2014-07-021-0/+18
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
OpenPOWER on IntegriCloud