summaryrefslogtreecommitdiffstats
path: root/StringUtils.c
AgeCommit message (Expand)Author
2020-08-25Avoid string overflow warningChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-20Ensure result buffer termination in String_cat utility routineNathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
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