Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-15 | stdlib: add __strtol_internal | William Pitcock | 1 | -0/+10 | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2018-01-15 | stdlib: Implement most LSB functions plus more | Samuel Holland | 1 | -5/+107 | |
* Fix prototype of __realpath_chk. * Add all strto* functions from LSB, plus the ones thata were previously incorrectly in string.c The main missing LSB functions are the reentrant random functions, which should not be used anyway. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2018-01-14 | global: Format the code consistently | Samuel Holland | 1 | -2/+2 | |
* Apply clang-format. * Change all comments to the same style. * Add braces as dictated by the coding style guidelines. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2017-06-14 | move all compatibility library stuff into libgcompat/ | William Pitcock | 1 | -0/+14 | |