Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-14 | libgcompat: Add and use a macro for defining symbol aliases | Samuel Holland | 1 | -4/+4 | |
* Prefer providing the underscore-prefixed symbol as the strong definition. * Do not use a weak alias if the alias is also underscore-prefixed. * Make libgcompat objects depend on the new header. [NOTE: I originally took the weak_alias macro from musl's libc.h, but it's trivial and the same pattern already in use. If desired, I can add the musl copyright notice.] Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2018-01-14 | global: Format the code consistently | Samuel Holland | 1 | -11/+14 | |
* 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-10-15 | string: add strto[u?]ll_l 'locale-aware' methods | A. Wilcox | 1 | -0/+12 | |
2017-06-14 | move all compatibility library stuff into libgcompat/ | William Pitcock | 1 | -0/+84 | |