summaryrefslogtreecommitdiffstats
path: root/StringUtils.c
AgeCommit message (Expand)Author
2016-08-24free(NULL) is a valid no-op, so let's make String_freeArray(NULL) valid too.Hisham
2016-08-11Optimize Strings_startWith()Explorer09
2016-06-19Dynamically adjust the size of line readsHisham Muhammad
2016-05-30Remove extra checks made redundant by XAlloc.Hisham
2016-02-02Check for failure in allocations.Hisham
2015-09-18(Very) initial working OpenBSD portMichael McConville
2015-09-16Clean up some needless malloc casts, convert some mallocs to callocs, and fix...Michael McConville
2015-08-19Fix comment.Hisham Muhammad
2015-08-19Rename String to StringUtils.David Hunt