summaryrefslogtreecommitdiffstats
path: root/XUtils.c
AgeCommit message (Expand)Author
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-11Add wrapper function for free and strdupChristian Göttsche
2021-01-11XUtils: add safe strncpy implementationChristian Göttsche
2021-01-02XUtils: check for multiplication overflow in allocation sizeChristian Göttsche
2020-12-06Use size_t as len type for xSnprintfChristian Göttsche
2020-12-06IWYU updateChristian Göttsche
2020-12-02Add xReadfile wrapper for reading small to medium size filesChristian Göttsche
2020-11-02Spacing around operatorsBenny Baumann
2020-10-20IWYU updateChristian Göttsche
2020-10-19XUtils string related updatesChristian Göttsche
2020-10-19Assert allocating non-zero size memoryChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-17Release old memory on errorBenny Baumann
2020-10-17Combine XAlloc.[ch] into XUtils.[ch]Benny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann