summaryrefslogtreecommitdiff
path: root/libgcompat/string.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14string: Add wrong strerror_rA. Wilcox1-0/+18
2019-05-08string: check NULL before using variables everywhereA. Wilcox1-3/+6
2019-05-08string: check NULL before using src here, tooA. Wilcox1-1/+2
2019-05-08Don't use variables until ensuring they're non-NULLA. Wilcox1-1/+2
2019-05-08string: reduce scope of variables in strfryA. Wilcox1-5/+4
2019-05-02string: Add __strdupA. Wilcox1-0/+10
2018-09-11libgcompat: Fix formatting inconsistencies (clang-format)Samuel Holland1-5/+4
2018-06-21string: add memfrob and strfryJason A. Donenfeld1-0/+34
2018-06-13string: add __strcspn_c2A. Wilcox1-0/+17
2018-01-15string: Clean up, fix bugs, implement LSB plus moreSamuel Holland1-38/+199
2018-01-15stdlib: Implement most LSB functions plus moreSamuel Holland1-13/+0
2018-01-14libgcompat: Add and use a macro for defining symbol aliasesSamuel Holland1-4/+4
2018-01-14global: Format the code consistentlySamuel Holland1-11/+14
2017-10-15string: add strto[u?]ll_l 'locale-aware' methodsA. Wilcox1-0/+12
2017-06-14move all compatibility library stuff into libgcompat/William Pitcock1-0/+84