Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | atoi/atol should assume base 10, not autodetect base. | Daniel Axtens | 2015-02-23 | 1 | -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 release | Benjamin Herrenschmidt | 2014-07-02 | 1 | -0/+18 |
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> |